FoliaLib icon indicating copy to clipboard operation
FoliaLib copied to clipboard

This is a wrapper library for aiding in supporting the Folia Paper Fork. This library adds multiple scheduler options to use instead of the Bukkit or Folia native schedulers.

Results 7 FoliaLib issues
Sort by recently updated
recently updated
newest added

It was displayed when LunaChat was made compatible with Folia. Here is the code: https://github.com/Earth2B2TMC/LunaChat/blob/master/src/main/java/com/github/ucchyocean/lc3/LunaChatBukkit.java ``` [11:52:53 ERROR]: Error occurred while enabling LunaChat v3.0.16 (Is it up to date?) java.lang.IllegalStateException:...

Thank you for adding c720ba1471f9f60946ce7689d496a229df56b1e8 it works great on Folia! However, it seems to have broken on Paper, with or without a fallback parameter. FoliaLib 0.3.3 executes the consumer, whereas...

You can currently only schedule a Task with RegionScheduler by passing in Location. The ability to pass in World, Chunk, chunkX and chunkZ is completely missing. These methods might get...

### I have changed the method: `public CompletableFuture teleportAsync(Player player, Location location)` ### Now, it is: ` public CompletableFuture teleportAsync(Entity entity, Location location, PlayerTeleportEvent.TeleportCause cause) ` ### Why? Because `Player.teleport()`...

- teleportAsync can now be used with passing teleportCause - PaperImplementation now tests for the existence of Entity#teleportAsync so we can properly use it on Paper as well - PaperImplementation...

Hi, this is the full stacktrace regarding: https://github.com/TechnicallyCoded/FoliaLib/pull/27 server-1 | [20:35:10 WARN]: [TestPlugin] Task #117 for TestPlugin v2.51 generated an exception server-1 | java.lang.IllegalArgumentException: The nativeTask provided must be a...

Please, I'm begging you 😭