Is Using Experimental Feature (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.9.0

Syntax

%script% is using %strings%

Description

Checks whether a script is using an experimental feature by name.

Examples

the script is using "example feature"
on load:
	if the script is using "example feature":
		broadcast "You're using an experimental feature!"

View source