This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi, I created a command which disables a command ingame but not on console. Here is the code:console_execute_only: command: /op type: RUN_CONSOLE runcmd: - /op permission-required: false execute_mode: CONSOLE_ONLY register: true error-message: "&fUnknown command. Type /help for help."However, it doesn't work. Other commands work but not on this command. I also added this option to MyCommand Bungee but still don't work. Any resolution for this?
maybe you can add a permission for it
That's the problem. If a player already has the /op or they are already the Operator, even if you add permission to it, they will still be able to do it. Even if I add an option to set the permission to false, they can still do it.
To post a comment, please login or register a new account.