• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Mad Commands help

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.
#1
So I'm creating permissions for spesific groups and I'm using Mad Commands with it

And the code seems to work fine, but somehow the following commands refuses to work in the code
/cmd add command ascon /setuperm %p% walkingparticles.command.wpon
/cmd add command ascon /wpon
/cmd add command ascon /unsetuperm %p% walkingparticles.command.wpon


Can someone explain me the reason why it's not working
 

MCPlayingTV

Staff Member
Department Head
Support Team
#2
On 2nd line. You're turning on the Walk Particles for the CONSOLE instead of the Player.
Plus, you don't need to add the perm for that.

So it should be:

Code:
/cmd add command asop /wpon
Only! no need to /setuperm. because asop allows to run any command without perm.