1

/kill help needed

Jewelman 3/8/16 4:40 pm
561
3/10/2016 12:49 am
(This is in 1.9.)

I'm working on a new adventure map and want all players with the score of GameStatus set from -5 to 0 to constantly be killed, so I got a repeating command block and set "Needs Redstone" to "Always Active" and then typed "/kill @a[score_GameStatus_min=-5,score_GameStatus=0]" in it, but nothing is happening. Can somebody help me?
Posted by
Jewelman
Level 54 : Grandmaster Dog
126

  Have something to say?

JoinSign in

10

Zwil
03/10/2016 12:49 am
He/Him • Level 56 : Grandmaster Architect Builder
/scoreboard objectives add GameStatus dummy

/scoreboard players remove @p GameStatus 5

/kill @a[score_GameStatus_min=-5]

That should make it work.
1
MyZia
03/09/2016 1:37 pm
Level 56 : Grandmaster Network
Replace your @a with @e that should target all entities with that score, so players will work as well. Just make sure you arent making the score applicable to mobs as well. (It looks like it isnt anyways.)
1
sekwah41
03/09/2016 11:23 am
He/Him • Level 89 : Elite Cyborg Senpai
I think you can disable it. I am pretty sure I've seen people demonstrate stuff by doing that

Also does it work with a normal command block on a clock. That or does the command block say stuff if you put "say hello"
1
Arcaniax
03/09/2016 8:48 am
Level 84 : Elite Programmer
Fanawtik(This is in 1.9.)

I'm working on a new adventure map and want all players with the score of GameStatus set from -5 to 0 to constantly be killed, so I got a repeating command block and set "Needs Redstone" to "Always Active" and then typed "/kill @a[score_GameStatus_min=-5,score_GameStatus=0]" in it, but nothing is happening. Can somebody help me?

you have a redstone block next to it? or you can disable the "needs redstone"
1
Jewelman
03/09/2016 8:26 am
He/Him • Level 54 : Grandmaster Dog
The command block was working perfectly until I moved it.
1
Heklo
03/08/2016 5:11 pm
Level 25 : Expert System
If you have essentials through spigot, it overrides the command, forcing you to use this:

/minecraft:kill

If you do not have spigot and it is vanila, I cannot see the problem, the command is correct.
1
Jewelman
03/08/2016 5:44 pm
He/Him • Level 54 : Grandmaster Dog
I'm in a vanilla 1.9 singleplayer world.
1
anonpmc1562859
03/08/2016 5:48 pm
Level 1 : New Miner
[deleted]
1
Jewelman
03/08/2016 5:51 pm
He/Him • Level 54 : Grandmaster Dog
Yes, I set it to "Repeat".
1
Jewelman
03/08/2016 4:56 pm
He/Him • Level 54 : Grandmaster Dog
C'mon, guys... I need this information badly. It's one of the basic building blocks of my map.
1

Welcome