From 75476f4eb3916b5dd06faadc8355aa9a467c94fe Mon Sep 17 00:00:00 2001 From: TPGamesNL Date: Thu, 24 Dec 2020 13:07:44 +0100 Subject: [PATCH] Add docs link to config.yml --- src/main/resources/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1cc3092..d982e88 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,4 +1,5 @@ # Enabling preloading allows you to use syntax before its definition. This feature is experimental, and enabling it # comes with a few downsides, such as not being able to use certain syntax in your custom element's syntax, this # includes functions, imports, custom options and possibly more. +# See https://tpgamesnl.gitbook.io/skript-reflect/advanced/experiments#preloading enable-preloading: false