Home - ShaneBeee/SkriptFolia GitHub Wiki

Welcome to the SkriptFolia wiki!

[!IMPORTANT] Skript will not magically work on Folia without potential changes to your scripts.
This should be heavily tested before ever putting on a production server.
See SkBee's Folia Wiki for more info regarding Skript + Folia

IMPORTANT THINGS:

  • The periodical event is going to cause you some pain.
    If you are looping players/blocks, you're going to need to use waits to ensure your code is executing in the right region[s].
  • Folia requires all teleports to be done async, thus force teleport will not work (This shouldn't affect most Skripters).

FOLIA REGIONS:

Folia splits the servers tasks up onto different threads using regions.
If you don't yet understand Folia's regions, please check out SkBee's Folia Region Wiki for more information.

NOTABLE CHANGES:

This version of Skript requires a little bit of extra work from Skripters to make sure your scripts will work:

  • The delay effect (ie: wait 1 second) will require more attention.
    Please see Delay Effect Wiki for more info!
  • Because effect commands are used by a player/console, you may get errors when the executed code runs outside the region of said executor.