Applied Beacon Effect (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.10

Syntax

[the] applied [beacon] effect

Description

The type of effect applied by a beacon.

Examples

on beacon effect:
	if the applied effect is primary beacon effect:
		broadcast "Is Primary"
	else if applied effect = secondary effect:
		broadcast "Is Secondary"

View source