1

Way to make certain players exempt from commands

StuffedTurtle 10/13/14 6:10 pm
487
10/13/2014 10:53 pm
I'm working on a command block system for my map that detects when a player is in creative mode and switches them to adventure mode. The problem is, it'll target me, and I need creative mode to build the map. Is there any way to target players and make them exempt from the command?
Posted by
StuffedTurtle
Level 2 : Apprentice Hunter
0

  Have something to say?

JoinSign in

3

ArcaneGamer-
10/13/2014 6:21 pm
Level 29 : Expert Modder
I did a similar thing on my server, it detected if they were in gmc. If so, it would send them to jail. Its a script i wrote. I can probably turn it into a plugin?
1
usa
10/13/2014 6:14 pm
Level 46 : Master System
make a new team called "admins"

/gamemode 2 @a[m=1,team=!admins]
1
StuffedTurtle
10/13/2014 10:53 pm
Level 2 : Apprentice Hunter
This is basically the code I used, without the admins. Will this exempt people who are in admins or will it target people who are in admins? If I need to, how do I add myself to admins?
1

Welcome