List of Player that in Same or in A World
in_same_world_example:
type: PLAYER_LIST
text: '{player_name}'
condition: "'{player_world}' == '{player_viewer_world}'"
in_a_world_example:
type: PLAYER_LIST
text: '{player_name}'
condition: "'{player_world}' == 'Survival'"Explanation
Last updated