Dec 12th, 2015, 01:42 AM
I'm not sure if this is related to that or not.. but I am missing a God Pickaxe. It straight vanished from my enderchest.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}