We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6658da2 commit 9080069Copy full SHA for 9080069
docs/showscript3.md
@@ -488,6 +488,12 @@ Get a list of all running shows
488
#### `isShowRunning(String showName)` returns `boolean`
489
Returns `true` if a show of that name is running, otherwise `false`
490
491
+#### `playersInRegion(String regionName)` returns `Collection\<Player\>`
492
+Returns a collection of players that are in the given WorldGuard region (requires WorldGuard)
493
+
494
+### `playerRegions(Player player)` and `playerRegions(String playerName)` returns `Collection\<String\>`
495
+Returns a collection of regions (represented by their String names) that a player is currently in (requires WorldGuard)
496
497
### Other convenience methods
498
499
#### `sin(double angle)` (returns double)
0 commit comments