Dec 7th, 2015, 06:25 PM
I'd like to thank the hard working staff of JewBaby Productions for making this piece! Really captures MCP's essence.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}