WorldGuard Move Type (Expression) — skript-worldguard

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

Syntax

[the] [worldguard] move[ment][ ]type

Description

The movement type in a 'region enter/leave' event. This represents how the player ended up in/out of a region.

Examples

on region enter:
	if the movement type is swimming:
		message "You have swum into %region%!"

View source