Jul 17th, 2014, 05:16 PM
He does NOT hack. I screenshare with him all the time. I have seen his files and seen his client.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}