Using Experimental Feature (Structure) — Skript

Addon: Skript · Category: Structure · Since: 2.9.0

Syntax

using [[the] experiment] <.+>

Description

Place at the top of a script file to enable an optional experimental feature. Experimental features may change behavior in Skript and may contain bugs. Use at your own discretion. A list of the available experimental features can be found in the changelog for your version of Skript.

Examples

using 1.21
using the experiment my-cool-addon-feature

View source