#skript dropping 113.001 entities at once?!
1 messages · Page 1 of 1 (latest)
yeah you are dropping 1 coal each loop
your loop is basicly pointless you dont even use it
loop all players:
loop all blocks in radius 30 around loop-player:
drop 1 of {coal::drop} 1 meters above {coal::gen::1}```
What is the point of the loops?? You are dropping at 1 location. if you want to drop coal relative to the player count, use `%size of all players%`
@primal plaza