#(Jupiter) Is there a way to make it check on multiple worlds if there is a player?

30 messages · Page 1 of 1 (latest)

prisma urchin
#

LIKE By: - foreach <world[A1|A2|A3].any.players> as:player:

lime cragBOT
#

(Jupiter) Is there a way to make it check on multiple worlds if there is a player?

#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

sinful haven
#

why not just use one foreach for each world lol

tough sable
#

What exactly are you trying to do, because your example doesn't make sense

#

Are you trying to see if a world has players in it?

sinful haven
#

!t worldtag.players

tropic dewBOT
tough sable
sinful haven
tough sable
#

Please don't, it only adds to confusion.

#

@prisma urchin What exactly are you trying to do, because your example doesn't make sense
Are you trying to see if a world has players in it?

prisma urchin
#

<list.world[A1|A2|A3].any.players>

#

Players who are in one of these worlds (A1,A2,A3)

near comet
#

!t list.parse

tropic dewBOT
# near comet !t list.parse

Returns a copy of the list with all its contents parsed through the given tag.
One should generally prefer !tag ListTag.parse_tag.

Returns

ListTag

Examples
# Narrates a list of 'ONE|TWO'
- narrate "<list[one|two].parse[to_uppercase]>
near comet
#

!t list.combine

tropic dewBOT
near comet
#

!t world.players

tropic dewBOT
near comet
#

combine these tags, take your list of worlds, parse the players on it and combine the lists that will be created

prisma urchin
#

- foreach <list[A1|A2|A3].parse[world.players].combine> as:player:
Ready thanks!