Added config option ContactMojangServers which disables player skins, but stops the plugin from pinging Mojang servers.

Added reload command to reload the config.
Tweaked a couple of things.
Fixed isInvulnerable issue.
This commit is contained in:
NavidK0
2015-03-29 22:47:29 -04:00
parent a33bb0b139
commit 15c0141c3d
27 changed files with 174 additions and 236 deletions

View File

@@ -105,7 +105,7 @@ public class DisguiseRadiusCommand extends BaseDisguiseCommand {
}
return true;
} catch (Exception ex) {
ex.printStackTrace();
ex.printStackTrace(System.out);
return true;
} // Time to use it!
int disguisedEntitys = 0;