Started by
Ciolli
on
Topic category: Help with Minecraft modding (Java Edition)
I have to create commands but I need this command to be executed only by operators, I looked for this online and I found out that this feature should have been added in 2020.4 but I can't find this.
Operators = Command Level 4
*Permission Level not Command Level
Could you explain?
if i'm not mistaken...
players w/ permission level 1 cannot execute any command.
players w/ level 2 can use commands such as /clear, /difficulty, /effect, /gamemode, /gamerule, /give, /summon, /setblock, /tp.
players w/ level 3 they can use /ban, /deop, /kick, and /op.
players w/ level 4 can use the command /stop that can stop the server.
so yeah, use either level 3 or 4.
Yeah but how to tell this in a procedure
On Command Creation, you can select the Permission Level.
Oh I am stupid thank you
glad you found a way to implement it!