Dec 14th, 2015, 04:51 PM
I already checked this out. The base was predictably designed and it was about 100 blocks from the safezone. There is no evidence to suggest X-ray. Next time build further from the spawn and take precautions to make the base less-raidable.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}