Experiments

In order to enable experimental features, add the following section to your script:

Consent section
skript-mirror, I know what I'm doing:
  I understand that the following features are experimental and may change in the future.
  I have read about this at https://skript-mirror.gitbook.io/docs/advanced/experiments

Individual features may be enabled by adding the codename of the feature on new lines following the consent section.

proxies

deferred-parsing

Deferred parsing allows you to prefix any line with (parse[d] later) to defer parsing until the first execution of the line. This allows you to circumvent issues where custom syntaxes are used before they are defined.

Last updated