Is Region Member/Owner (Condition) — skript-worldguard

Addon: skript-worldguard · Category: Condition · Since: 1.0

Syntax

%offlineplayers/strings% (is|are) ([a] member|[the|an] owner) of %worldguardregions%

Description

A condition to test whether a player/group is a member/owner of a region.

Examples

on region enter:
	player is the owner of the region
	message "Welcome back to %region%"
	message "%player's name% just entered %region%" to the members of the region

View source