Add /f seechunk command for visualizing a chunk

This commit is contained in:
Byteflux
2014-10-19 14:04:27 -07:00
committed by t00thpick1
parent 81fc029736
commit 5569e5076a
6 changed files with 155 additions and 2 deletions

View File

@@ -67,7 +67,8 @@ public enum Permission {
UNCLAIM("unclaim"),
UNCLAIM_ALL("unclaimall"),
VERSION("version"),
SCOREBOARD("scoreboard");
SCOREBOARD("scoreboard"),
SEECHUNK("seechunk");
public final String node;