Implement /f fly (#1023)

This commit is contained in:
Dariasc
2018-03-04 19:13:32 -03:00
committed by Trent Hensler
parent aacee63255
commit a90299d32e
12 changed files with 162 additions and 4 deletions

View File

@@ -87,7 +87,8 @@ public enum Permission {
TOP("top"),
VAULT("vault"),
SETMAXVAULTS("setmaxvaults"),
WARP("warp");
WARP("warp"),
FLIGHT("flight");
public final String node;