Dec 14th, 2015, 10:21 PM
-1 Tried to lure a player into his plot to lava her for her morgul blade.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}