CmdRank changed to allow faction change.

Admins can now change a players faction when doing /f rank
This commit is contained in:
Magnus Ulf
2015-01-12 21:53:36 +01:00
committed by Olof Larsson
parent 48a8e81113
commit 262d1f2efa
5 changed files with 203 additions and 146 deletions

View File

@@ -57,7 +57,10 @@ public class EventFactionsMembershipChange extends EventFactionsAbstractSender
// Join
JOIN (true),
CREATE (false),
// Leader is not used, but temporarily kept to avoid other plugins crashing
@Deprecated
LEADER (true),
RANK (true),
// Leave
LEAVE (true),