Is Region Temporary (Condition) — skript-worldguard

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

Syntax

%worldguardregions% (is|are) (temporary|transient)

Description

A condition to test whether a region is temporary. Temporary regions are those that are removed when the server restarts.

Examples

on region enter:
	if the region is temporary:
		message "Be ready! This protected region will expire when the server restarts."

View source