Implement /f stuck command from hcf

This commit is contained in:
Nick Porillo
2015-05-12 23:16:47 -04:00
parent aeef4d69c2
commit fede341cc7
9 changed files with 179 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ public enum Permission {
SETHOME_ANY("sethome.any"),
SHOW("show"),
STATUS("status"),
STUCK("stuck"),
TAG("tag"),
TITLE("title"),
TOGGLE_ALLIANCE_CHAT("togglealliancechat"),