TheBusyBiscuit
TheBusyBiscuit
## Description Continuiation of #3296, drawn into this repo to clean up some stuff and refactor things. All credit goes to @RobotHanzo
This is a cumulative pull requests consisting of: - [x] #3059 - [x] #3131
## Description This pull request adds the `SoundService` and the `SoundEffect` enum which allow us to easily play sounds but also allow server owners to easily configure and customize sounds....
## ๐ Introduction Over the last few months and years you all have often requested for us to be more open in regards to upcoming changes. So we decided its...
See #3585 for context. In MC 1.19 Spigot has removed `commons-lang` from its dependencies. We really shouldn't be shading this library just for this one feature and instead switch to...
## Description This is a milestone pull request (still work in progress though). It proposes new thread-safe system to handle block data in a much safer and more efficient manner....
## Description This Pull Request was originally created by @LinoxGH, see #2290. We have decided that it is not ready to merged into `master` yet as there is still a...
## Description This pull requests moves the config-related stuff from SlimefunRegistry to a dedicated Config Manager. It also allows some basic reload functionality,, accessible via `/sf reload` (Many people requested...
# Description These dependencies should only be updated as Paper/Spigot updates them. Having them automatically updated by renovate could randomly cause breakage. Also replaced spaces with tabs in `renovate.json` and...
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...