permission how would i make it so a player needs permission to use a certain command

Started by jkjokeryt on

Topic category: Help with MCreator software

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
permission how would i make it so a player needs permission to use a certain command

hi im just wonder what do i need to do to add permissons to commands so they only work in cheat mode

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There's an "is player in…
Tue, 12/24/2019 - 19:30

There's an "is player in creative mode" block in player procedures. You could use an if-else with that

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can thanks can u also tell…
Wed, 12/25/2019 - 07:30

can thanks can u also tell me how i could use the same command to disable and enable something

 

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could probably use some…
Wed, 12/25/2019 - 07:54

You could probably use some if-elses. If a local variable is 1, it switches to 0, if it's 0, it switches to 1.