You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a code solution, but a workaround that I've employed for WorldEdit specifically. One thing that I was able to do was set cheat-mode=true in the config/worledit/worldedit.properties file. This allows all players access to all WorldEdit commands, and bypasses the permission provider check. I then manually configured what WorldEdit commands I wanted each Role to have access to in my roles.json file.
This was before you added the new "permission_level" Override type, but personally I've found it to be the easiest way to special case WorldEdit. I'm not sure if this helps you but I hope it does!
It is possible to override the WorldEdit permission provider:
https://github.com/EngineHub/WorldEdit/blob/f2ce020da059718e34342c149172944dfd02b775/worldedit-fabric/src/main/java/com/sk89q/worldedit/fabric/FabricWorldEdit.java#L345-L347
The text was updated successfully, but these errors were encountered: