Allow players to monitor joins and leaves of their faction members.

Larger servers tend to have join and leave messages disabled for the entire server. A few have requested to allow faction members to monitor join and leave messages of their own members.
This commit is contained in:
drtshock
2015-01-06 16:06:46 -06:00
parent d36e88f2c0
commit 8300b2ff2b
9 changed files with 71 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ public enum Permission {
MONEY_F2F("money.f2f"),
MONEY_F2P("money.f2p"),
MONEY_P2F("money.p2f"),
MONITOR_LOGINS("monitorlogins"),
NO_BOOM("noboom"),
OPEN("open"),
OWNER("owner"),