So on our realm we've been testing new ways to liven up the experience with command blocks and such. One of our idea's is to create a Capture the Flag arena. I've gotten most of the command blocks down to /testfor player, if success /clear <flag item> from player at location, and if that succeeds it adds a score to the corresponding objective/team. That all works swimmingly, but my vision was to have a blue and red banner as the <flag item> the problem is I don't know the tags required for a specific color banner. This makes /clearing specific banners at the right locations difficult, let alone having the banner be placed back at it's starting location.
There is also the difficulty of having the banner removed and 'dropped' on player death, since we have 'keep inventory' on. I could always rig it to turn 'keep inventory' off when a game is in session, but I'm not sure if I can target specific players or if it changes the rule for everyone in realm. If anyone has any insight into how I can make this more streamlined please let me know.
P.S. Also worth mentioning that we are a mostly console based realm, so any modded help is unusable for us.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So on our realm we've been testing new ways to liven up the experience with command blocks and such. One of our idea's is to create a Capture the Flag arena. I've gotten most of the command blocks down to /testfor player, if success /clear <flag item> from player at location, and if that succeeds it adds a score to the corresponding objective/team. That all works swimmingly, but my vision was to have a blue and red banner as the <flag item> the problem is I don't know the tags required for a specific color banner. This makes /clearing specific banners at the right locations difficult, let alone having the banner be placed back at it's starting location.
There is also the difficulty of having the banner removed and 'dropped' on player death, since we have 'keep inventory' on. I could always rig it to turn 'keep inventory' off when a game is in session, but I'm not sure if I can target specific players or if it changes the rule for everyone in realm. If anyone has any insight into how I can make this more streamlined please let me know.
P.S. Also worth mentioning that we are a mostly console based realm, so any modded help is unusable for us.