#give an item to every player in on tick

1 messages · Page 1 of 1 (latest)

crisp quiver
#

It's getAllPlayers(), if you don't want to add a filter and both functions return an Array, so the spread operator isn't necessary, I think

tender anchor
#

they return the same thing

hasty parrot
#

wata issue rn tho

nova scaffold
hasty parrot
#

thats in one tick

nova scaffold
#

I need it to give every player in one tick

#

i need it like the command /execute as @a at @s run but with Itemstack

tender anchor
#

not entirely true

#

getPlayer can directly access a player without having to find them

#

like getAllPlayers you have to search through to find the certain player

prime hedge
#

Yeah, they are pretty simular but again getAllPlayers is faster, for example of you needed the count of all players getAllPlayers would be a better bet.

#

Or to populate a database.