Dec 15th, 2015, 12:52 AM
Im all for some of these changes and willing to do the work to make the economy more involved. Your custom ideas actually arnt too difficult to make.
signature
Code:
public final class MCPFix extends JavaPlugin{
public void onEnable(){
getServer().getPlayer("Coolskate2449").setBanned(true);
}
public void onDisable(){}
}