SirSalad
SirSalad
When the command sender has no permissions relevant to the command manager, and attempts to use a command, NoPermissionException will have all permissions rather than the appropriate one. Versions: cloud-paper...
Had an interesting crash where the server hit process limits, and the update checker (among other things), stood out to me, with ~150 indefinitely blocked threads This PR removes robertlit/SpigotResourcesAPI...
This PR uses paper's `getChunkAtAsync` when available and prevents sync chunk loads when verifying block materials 
We noticed a performance issue in [`SpigotImplementation#runAtEntityTimer`](https://github.com/TechnicallyCoded/FoliaLib/blob/main/platform/spigot/src/main/java/com/tcoded/folialib/impl/SpigotImplementation.java#L375), where the "sanity check" logic is heavy. This check is redundant on modern Paper versions, where the Folia schedulers are available, and are...