Jul 19th, 2014, 10:38 PM
I know this isn't exactly a report... but I thought people should see this. It's both funny and annoying.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}