Started by
jkjokeryt
on
Topic category: Help with MCreator software
hi im just wonder what do i need to do to add permissons to commands so they only work in cheat mode
Topic category: Help with MCreator software
hi im just wonder what do i need to do to add permissons to commands so they only work in cheat mode
There's an "is player in creative mode" block in player procedures. You could use an if-else with that
can thanks can u also tell me how i could use the same command to disable and enable something
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.