Fix cmd permission levels for command blocks (#7404)

This commit is contained in:
Jake Potrebic
2024-01-04 12:37:59 -08:00
parent 9940519717
commit 9bfe2bcce9
3 changed files with 97 additions and 27 deletions

View File

@@ -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 {