Started by
Juplicate
on
Topic category: Help with Minecraft modding (Java Edition)
I wanna make it so I can do a command on any server without op, a mod that lets me play songs to myself with a command. I need at least permission level 1 on servers to use this, is there a way to make command not require a permission level?
Just change the command level to 0 in the command's parameters...
I tried it wont let me :/
The level 1 for permissions is like the 0. Everyone should be able to use your command.
https://mcreator.net/wiki/command-permission-levels
Op level 1 is still an op level that needs to be given. If you want it to be available for everyone, don't include a level check in the procedure(if you're using 2020.3 or older. As for 2020.4, you can do this for now:Delete the part of the code highlighted in the image
When finished, it should look something like this:
I think the devs should look into this because it is definitely an issue. Maybe add a checkbox to enable the permission level check?