mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Fix cmd permission levels for command blocks (#7404)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user