Fix cmd permission levels for command blocks (#7404)
This commit is contained in:
parent
9940519717
commit
9bfe2bcce9
3 changed files with 97 additions and 27 deletions
|
@ -1917,6 +1917,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ }
|
||||
+ }
|
||||
+
|
||||
+ public CommandBlocks commandBlocks;
|
||||
+
|
||||
+ public class CommandBlocks extends ConfigurationPart {
|
||||
+ public int permissionsLevel = 2;
|
||||
+ public boolean forceFollowPermLevel = true;
|
||||
+ }
|
||||
+
|
||||
+ public Misc misc;
|
||||
+
|
||||
+ public class Misc extends ConfigurationPart {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue