HarvelsX

Results 8 issues of HarvelsX

The server sends players faster than the plugin expects, with the properly configured proxy server. The plugin should not rely on server delays. Fixes https://github.com/sekwah41/Advanced-Portals/issues/329;

Adds adapters for schedulers. Required for Bukkit and Folia schedulers. Created schedulers can be used in WorldGuard and in other plugins; + [ ] Tested in detail

Adds basic support for Folia with the new scheduler system. ## Requirements Checklist + [x] Create an adapter interface for new schedulers and implementations. + [x] Implement region-specific, entity-specific task...

Add Folia support, another way... via reflections, because you still need to maintain `targetCompatibility = 1.8`... More testing is needed.

Poorly tested, needs rework of crap in task adapters (in general kinda like a wrapper, not an adapter)

Hello! Unfortunately, the current version of the plugin ignores the presence of other plugins that determine the server destination for the player. If you use the internal function `remember-last-server`, it...

enhancement

It apparently just doesn't work with yours because of this [patch](https://github.com/PaperMC/Folia/blob/d79708296e75ee4f26e78c2925f6e7d4217d0575/patches/server/0012-Block-reading-in-world-tile-entities-on-worldgen-thr.patch#L18) without any errors. If there is no way around it, then throw an exception in that case.