public void onPlayerMove(Player player, Location from, Location to) {
   StargateData.Checkplayerpos(to, player);
   return;
 }