#getting tags from world method
1 messages · Page 1 of 1 (latest)
Hmm, Nope. The game has only access to the tags of loaded entities, so such a method wouldn’t make sense.
Sry
I don't know what you're trying to accomplish here, are you trying to test if any entity in the world has a specific tag? since you can't tag a minecraft world.
are you looking for dynamic properties?
i was trying to get the number of instances of a specific tag
ie:
if 5 players all have the tag Hello
the function would return
5
i ended up getting it to work though
yes... for loaded entities