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

@@ -32,6 +32,10 @@ public interface FPlayer extends EconomyParticipator {
public void setFaction(Faction faction);
public void setMonitorJoins(boolean monitor);
public boolean isMonitoringJoins();
public Role getRole();
public void setRole(Role role);