How can I divide the number of killed mobs in the command by eight?
Somehow with http://minecraft-de.gamepedia.com/...hl/execute store result score… And http://minecraft-de.gamepedia.com/...scoreboard.
I would simply write a small plugin that counts which player killed how many mobs within a HashMap, and then divides this by eight when the command is executed.
If you need a sample code, let me know.
I'm not familiar with the "new" Execute command. I only know the few things that were possible within 1.8.
I haven't played MC for almost five years ^^
Of course, all this only works if you play on a server where you also have full access. With SinglePlayer I can't help you because of my years of abstinence from MC, sry.
First https://www.reddit.com/...r_of_mobs/, how many mobs are affected by your https://minecraft.gamepedia.com/..._arguments and save the number in an https://minecraft-de.gamepedia.com/...scoreboard, then you kill the mobs, and then https://www.minecraftforum.net/...ctive-by-n of the scoreboard simply by 8.