1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 01:54:25 +02:00

New Permission: essentials.god.pvp

Unless you have this permission you will be unable to attack other players while in god mode.
This commit is contained in:
KHobbits
2012-09-08 14:51:03 +01:00
parent 45135e4b63
commit c3228f1bd6
2 changed files with 6 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public class EssentialsGeoIPPlayerListener implements Listener, IConf
config.setTemplateName("/config.yml", EssentialsGeoIP.class);
reloadConfig();
}
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerJoin(final PlayerJoinEvent event)
{