Permission Levels
This mod overrides the vanilla Minecraft's /op command to be able to take a permission level argument.
This argument is a value between 1-4 corresponding to the levels of Mincraft gamepedia - Commands/op.
This could be used together with mods that adds commends with different permissions levels to allow level 1 ops to use some commands but not the full list of command including stopping the server.
This mod is a server-side mod, which means ti can be used without every client connecting to the server must have it.
This mod add two commands.
- The /op command which overrides vanilla Minecraft's own /op command. This command takes the player and then a value between 1 and 4 for the permission level. A unconfigured server would default the permission level to 4.
- The /xop command, this command is the same as the /op command above, this is added if some other mod decides to override /op also.
Be careful of permission level 3, because it also have access to the op command. This makes it possible for level 3 ops to request level 4. (This has been fixed in the 1.16.x versions)
How would one set this up to allow lvl 2 op without allowing the player creative mode?
In reply to chriscautiontv:
This mod does not alter the required levels of other commands.
What is your scenario for allowing the player to access nearly all commands, but the gamemode command?
In reply to black_dog20:
essentially I want players to use the Runelic mod to be able to change the font of items and stuffs however it requires players to be lvl 2 ops and I don't want players on the server to have access to cheats like creative mode.
In reply to chriscautiontv:
I would then request to the author behind Runelic that the op level required could be configurable such that it could be changed to lvl 1 ops, which has no commands other than modded commands and non-op commands.
This have I done in warp radial such that it better plays together with this mod.