Add /f status command, closes #70

This commit is contained in:
blha303
2014-10-16 00:45:16 +08:00
committed by drtshock
parent a170a0f4ad
commit 9baf297ff7
3 changed files with 40 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ public enum Permission {
SETHOME("sethome"),
SETHOME_ANY("sethome.any"),
SHOW("show"),
STATUS("status"),
TAG("tag"),
TITLE("title"),
UNCLAIM("unclaim"),