in-region
Check if the player is in a specify world-guard region
Condition Syntax
condition:
- id: in-region
regions: # regions where the player must stand in at least one of the regions listed below
- 'some_region'
- '__global__'
# region: '__global__' # you can use 'region' to use only one regionLast updated