Dec 15th, 2015, 07:50 PM
+1 He's been mature. Plus it would be nice to have a guard that's badass at PvP.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}