Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
conditions:region [2019/08/02 14:57] wahrheit |
conditions:region [2019/08/06 08:36] (current) wahrheit old revision restored (2019/08/02 14:54) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP infobox right> | ||
+ | <WRAP infoboxheader>Region</WRAP> | ||
+ | <WRAP infoboxtable> | ||
+ | ^Type| Location| | ||
+ | ^Aliases| inregion| | ||
+ | ^Added In| 4.0| | ||
+ | ^Author| Ashijin| | ||
+ | </WRAP> | ||
+ | </WRAP> | ||
+ | ====== Condition: Region ====== | ||
+ | |||
+ | If the target is within the given WorldGuard region | ||
+ | |||
+ | ===== Attributes ===== | ||
+ | ^Attribute ^Aliases ^Description ^ | ||
+ | | region | r | The region to check | | ||
+ | \\ | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | <code> | ||
+ | Conditions: | ||
+ | - region{r=someregion} true | ||
+ | </code> | ||
+ | |||
+ | |||