elBukkit / EffectLib

Allows constructing of complex effects.
http://forums.bukkit.org/threads/effectlib-manage-your-effects-the-nice-way-text-image-in-particles.259879/
MIT License
84 stars 20 forks source link

add folia support please #15

Open Alienn-Know opened 9 months ago

NathanWolf commented 9 months ago

Can you expand? What does this mean?

If Folia is a plugin, please provide a link to it and describe how you think EffectLib would support it or integrate with it.

PikaMug commented 3 months ago

Folia is work-in-progress server software from the folks at PaperMC which adds multithreading, with the tradeoff being plugins using the Bukkit scheduler need to be updated for compatibility. This entails adding a flag to plugin.yml and using a library like FoliaLib for scheduled tasks (without it, you'd have to make a separate release just for Folia servers).

Considering the software is 1.19-1.20.4 atm and isn't particularly useful to anyone without a large player base (as in hundreds of players), I don't see much point in adding support. Should be pretty straightforward if that changes, though.