Started by devann on Tue, 03/17/2020 - 19:57 Topic category: Help with Minecraft modding (Java Edition) how to get half of entities around the player and kill them Jump to top Without coding, I imagine something using this to add to a counter /execute if entity @e[type=sheep] Then use /kill command and target selectors eg @e[type=cow] then maybe repeat for each type a number of times (half the total above). Jump to top Permalink Log in or register to post comments
Without coding, I imagine something using this to add to a counter /execute if entity @e[type=sheep] Then use /kill command and target selectors eg @e[type=cow] then maybe repeat for each type a number of times (half the total above). Jump to top Permalink Log in or register to post comments
Without coding, I imagine something using this to add to a counter /execute if entity @e[type=sheep]
Then use /kill command and target selectors eg @e[type=cow] then maybe repeat for each type a number of times (half the total above).