Dec 9th, 2015, 10:41 PM
Am I the only one who is wondering why every image he posts is cropped?
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}