#skript dropping 113.001 entities at once?!

1 messages · Page 1 of 1 (latest)

undone iris
#

it looks like you drop 1 coal for every block 30 blocks around every player
so that would be a lot

keen apex
#

yeah you are dropping 1 coal each loop

#

your loop is basicly pointless you dont even use it

gilded charm
#
    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