Is Member/Owner of Region (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.1

Syntax

%offlineplayers% (is|are) ([a] member|[(the|an)] owner) of [[the] region] %regions%

Description

Checks whether a player is a member or owner of a particular region. This condition requires a supported regions plugin to be installed.

Examples

on region enter:
	player is the owner of the region
	message "Welcome back to %region%!"
	send "%player% just entered %region%!" to all members of the region

View source