in-world

Check if the player is in a specified world

Condition Syntax

condition:
  - id: in-world # worlds, where the player must in at least one of the world listed below
    worlds:
      - 'farming_zone'
      - 'world'
  # world: 'world' # you can use a single world instead of a list
circle-exclamation

Last updated