Add Folia support
sofianedjerbi opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
Simple Voice Chat is not compatible with Folia
Describe the solution you'd like
Use Folia API to make it compatible with Folia. Might not be that hard,
I did the compatibility by turning Bukkit#runSyncDelayedTask
into Bukkit.getGlobalRegionScheduler()#run
(same with every schedule call) and adding folia-supported:true
to plugin.yml.
I'm sorry, but I won't add dependencies other than the Bukkit dependency to the project, to keep compatibility and not needing to wait until all dependencies have updated to a newer version.
Bukkit.getGlobalRegionScheduler()
does not seem to exist in the Bukkit API.
I might reconsider adding support at some time in the future. But I think this is too unstable currently.