}
public static void askSeed(){
EntityClientPlayerMP player = Minecraft.getMinecraft().thePlayer;
if(player == null) return;
player.sendChatMessage("/seed"); //Send the /seed command to the server
seedAsked = true;
}
public static void reset(){
seedFound = false;