Dec 13th, 2015, 09:40 PM
(Dec 13th, 2015, 09:38 PM)TheEfex link Wrote: [quote author=Domybuttmister link=topic=2799.msg15772#msg15772 date=1450063175]it's not
So you're saying that what you say in TS can get you banned in game? I thought that wasn't the case
[/quote]
What you said in TS is not what got you banned.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}