Dec 15th, 2015, 07:47 PM
(Dec 15th, 2015, 06:47 PM)7ywatson link Wrote: I give players warning if they curse or spamThat's not your job. -1
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}