Add command to forcefully send player to f home from #478.

Functionality: /f ahome <target> - sends a player to their f home as long as they have an f home and are online.
Permission node is  and given to factions.admin and factions.*
This commit is contained in:
drtshock
2015-09-08 12:18:00 -05:00
parent d916e97d0d
commit c5571ba8ee
5 changed files with 65 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ public enum Permission {
OWNERSHIP_BYPASS("ownershipbypass"),
ADMIN("admin"),
ADMIN_ANY("admin.any"),
AHOME("ahome"),
ANNOUNCE("announce"),
AUTOCLAIM("autoclaim"),
BYPASS("bypass"),