Dec 17th, 2015, 03:57 PM
The only other cases of this bug use I have seen is when someone has been running in and out of safezone hitting players (As an anti-safezone tool). What A2 did was notice that a player was afk for a couple minutes, neutral him, blast him out, then kill him to loot his hard-earned gear. I find this to be an abuse of the bug considering the circumstances. I am sorry if this has happened to others and I was not there.
I am more than willing to unban A2 immediately if he agrees to rightfully give all of the items back to the effected player.
I am more than willing to unban A2 immediately if he agrees to rightfully give all of the items back to the effected player.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}