I need help... I'm trying to make generators and if there are multiple player's around the generator it spawns multiple items (papers)
Is there any way to fix it? I don't think it's that hard but I can't think of anything to fix that at the moment
every 5 second:
loop all players:
loop all blocks in radius 25 around loop-player:
if loop-block is white stained glass:
if {generators::*} contain loop-block's location:
drop 1 paper named "&a$&f1" above loop-block
Is there any way to fix it? I don't think it's that hard but I can't think of anything to fix that at the moment
every 5 second:
loop all players:
loop all blocks in radius 25 around loop-player:
if loop-block is white stained glass:
if {generators::*} contain loop-block's location:
drop 1 paper named "&a$&f1" above loop-block