Skip to content

Folia Support

dHomeGUI runs natively on Folia, the regionised multithreaded fork of Paper.

The plugin abstracts scheduling behind an internal PlatformScheduler:

  • On Folia, it uses the region/entity schedulers, so teleports and tasks run on the correct thread for each region and entity.
  • On regular Paper/Spigot, it falls back to the standard Bukkit scheduler.

Detection is automatic at startup β€” there’s nothing to configure. The same jar works on both.

  • Cross-region and cross-world teleports are dispatched safely (the teleport uses an async-aware path).
  • No Folia-specific build or flag is needed.

If you’re not on Folia, none of this is visible β€” the plugin behaves exactly as a normal Paper plugin.