Minecraft kill command loop [on hold] The Next CEO of Stack OverflowHow do you teleport a player to a moving objective?Kill command keeps killing meHow to stop an infinite kill command loop in a realm server?How to disable the “/kill” command on Minecraft serverHockey mini game scoreboard help10 Points Per Mob HitMinecraft Villager Summon CommandHow to run a for loop in Minecraft using command blocksFrequency redstone VS Loop command block,performance?i need to know how to some commands in minecraft plz help been looking for so long
Could a dragon use its wings to swim?
How exploitable/balanced is this homebrew spell: Spell Permanency?
Prodigo = pro + ago?
Is it reasonable to ask other researchers to send me their previous grant applications?
What are the unusually-enlarged wing sections on this P-38 Lightning?
Does Germany produce more waste than the US?
How to pronounce fünf in 45
About implicitly convert type 'int' to 'char', why it is different between `s[i] += s[j]` and `s[i] = s[i]+s[j] `
How to implement Comparable so it is consistent with identity-equality
How to show a landlord what we have in savings?
What day is it again?
How do I secure a TV wall mount?
Compensation for working overtime on Saturdays
It it possible to avoid kiwi.com's automatic online check-in and instead do it manually by yourself?
How should I connect my cat5 cable to connectors having an orange-green line?
Calculate the Mean mean of two numbers
Variance of Monte Carlo integration with importance sampling
subequations: How to continue numbering within subequation?
How do I keep Mac Emacs from trapping M-`?
How to find if SQL server backup is encrypted with TDE without restoring the backup
Is it possible to make a 9x9 table fit within the default margins?
Free fall ellipse or parabola?
Is a bad practice make variations on power's tracks width in pcb?
Simplify trigonometric expression using trigonometric identities
Minecraft kill command loop [on hold]
The Next CEO of Stack OverflowHow do you teleport a player to a moving objective?Kill command keeps killing meHow to stop an infinite kill command loop in a realm server?How to disable the “/kill” command on Minecraft serverHockey mini game scoreboard help10 Points Per Mob HitMinecraft Villager Summon CommandHow to run a for loop in Minecraft using command blocksFrequency redstone VS Loop command block,performance?i need to know how to some commands in minecraft plz help been looking for so long
Im like s t u p i d afraid of minecraft spiders (dont judge pls) and i heard about redstone loop command /kill stuff but guides arent helping. Would a command block/redstone expert send me a video on how to only kill spiders instantly right as they spawn? Thx
minecraft-commands
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as too broad by Wondercricket, Wrigglenite, MBraedley, Broots Waymb, arghtype 2 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Im like s t u p i d afraid of minecraft spiders (dont judge pls) and i heard about redstone loop command /kill stuff but guides arent helping. Would a command block/redstone expert send me a video on how to only kill spiders instantly right as they spawn? Thx
minecraft-commands
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as too broad by Wondercricket, Wrigglenite, MBraedley, Broots Waymb, arghtype 2 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Im like s t u p i d afraid of minecraft spiders (dont judge pls) and i heard about redstone loop command /kill stuff but guides arent helping. Would a command block/redstone expert send me a video on how to only kill spiders instantly right as they spawn? Thx
minecraft-commands
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Im like s t u p i d afraid of minecraft spiders (dont judge pls) and i heard about redstone loop command /kill stuff but guides arent helping. Would a command block/redstone expert send me a video on how to only kill spiders instantly right as they spawn? Thx
minecraft-commands
minecraft-commands
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
MBraedley
13.3k1786136
13.3k1786136
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
SamuelSamuel
4
4
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Samuel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as too broad by Wondercricket, Wrigglenite, MBraedley, Broots Waymb, arghtype 2 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Wondercricket, Wrigglenite, MBraedley, Broots Waymb, arghtype 2 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This can be accomplished fairly easily with command blocks. In creative mode, give yourself a command block using /give @p command_block. Next, place that block somewhere in your spawn chunks (the area around where you originally spawned. If you're not sure where this is, put your stuff away, break your bed, and use /kill to teleport there instantly). This will ensure that the command block is always loaded, and will always run.
Finally, input the command /kill @e[type=spider], set the command block to "repeating", and you should be good to go. You may want a second one with /kill @e[type=cave_spider] as well.
It may be possible to only use one command block with/kill @e[type=#spiders](I see an example on the wiki for@e[type=#skeletons]that targets skeletons, wither skeletons, and strays) but I'm not certain
– Unionhawk
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This can be accomplished fairly easily with command blocks. In creative mode, give yourself a command block using /give @p command_block. Next, place that block somewhere in your spawn chunks (the area around where you originally spawned. If you're not sure where this is, put your stuff away, break your bed, and use /kill to teleport there instantly). This will ensure that the command block is always loaded, and will always run.
Finally, input the command /kill @e[type=spider], set the command block to "repeating", and you should be good to go. You may want a second one with /kill @e[type=cave_spider] as well.
It may be possible to only use one command block with/kill @e[type=#spiders](I see an example on the wiki for@e[type=#skeletons]that targets skeletons, wither skeletons, and strays) but I'm not certain
– Unionhawk
2 hours ago
add a comment |
This can be accomplished fairly easily with command blocks. In creative mode, give yourself a command block using /give @p command_block. Next, place that block somewhere in your spawn chunks (the area around where you originally spawned. If you're not sure where this is, put your stuff away, break your bed, and use /kill to teleport there instantly). This will ensure that the command block is always loaded, and will always run.
Finally, input the command /kill @e[type=spider], set the command block to "repeating", and you should be good to go. You may want a second one with /kill @e[type=cave_spider] as well.
It may be possible to only use one command block with/kill @e[type=#spiders](I see an example on the wiki for@e[type=#skeletons]that targets skeletons, wither skeletons, and strays) but I'm not certain
– Unionhawk
2 hours ago
add a comment |
This can be accomplished fairly easily with command blocks. In creative mode, give yourself a command block using /give @p command_block. Next, place that block somewhere in your spawn chunks (the area around where you originally spawned. If you're not sure where this is, put your stuff away, break your bed, and use /kill to teleport there instantly). This will ensure that the command block is always loaded, and will always run.
Finally, input the command /kill @e[type=spider], set the command block to "repeating", and you should be good to go. You may want a second one with /kill @e[type=cave_spider] as well.
This can be accomplished fairly easily with command blocks. In creative mode, give yourself a command block using /give @p command_block. Next, place that block somewhere in your spawn chunks (the area around where you originally spawned. If you're not sure where this is, put your stuff away, break your bed, and use /kill to teleport there instantly). This will ensure that the command block is always loaded, and will always run.
Finally, input the command /kill @e[type=spider], set the command block to "repeating", and you should be good to go. You may want a second one with /kill @e[type=cave_spider] as well.
answered 2 hours ago
UnionhawkUnionhawk
23k21104173
23k21104173
It may be possible to only use one command block with/kill @e[type=#spiders](I see an example on the wiki for@e[type=#skeletons]that targets skeletons, wither skeletons, and strays) but I'm not certain
– Unionhawk
2 hours ago
add a comment |
It may be possible to only use one command block with/kill @e[type=#spiders](I see an example on the wiki for@e[type=#skeletons]that targets skeletons, wither skeletons, and strays) but I'm not certain
– Unionhawk
2 hours ago
It may be possible to only use one command block with
/kill @e[type=#spiders] (I see an example on the wiki for @e[type=#skeletons] that targets skeletons, wither skeletons, and strays) but I'm not certain– Unionhawk
2 hours ago
It may be possible to only use one command block with
/kill @e[type=#spiders] (I see an example on the wiki for @e[type=#skeletons] that targets skeletons, wither skeletons, and strays) but I'm not certain– Unionhawk
2 hours ago
add a comment |