PaperLib icon indicating copy to clipboard operation
PaperLib copied to clipboard

Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.

Results 6 PaperLib issues
Sort by recently updated
recently updated
newest added

Currently, PaperLib checks for the presence of environment-specific configuration classes, namely `com.destroystokyo.paper.PaperConfig` and `org.spigotmc.SpigotConfig`. This may work at the moment, but it presents possibilities for environment-detection to malfunction should these...

When running on Spigot or Paper < 1.18 it falls back to sendBlockChange

I raise this to suggest that the wording of the Paperlib.suggestPaper() be modified to not breach the SpigotMC advertising rules. I actually tried to get an idea from them as...

help wanted

https://github.com/PaperMC/Paper/pull/4687 has introduced the ability to get an `OfflinePlayer` by their name without making a web request. To properly utilise this feature in a Spigot-compatible environment, we currently need to...

I really like PaperLib and it has helped us optimize our projects a lot so far. However I think some parts lack a bit of documentation, so I decided to...

Adds PlayerProfile support for Paper, and a raw Mojang API/web request of not using Paper. This is mostly used for offline players (getting correct UUIDs, etc)