TheBusyBiscuit

Results 37 issues of TheBusyBiscuit

## Description Continuiation of #3296, drawn into this repo to clean up some stuff and refactor things. All credit goes to @RobotHanzo

๐ŸŽˆ Feature
Build tested

This is a cumulative pull requests consisting of: - [x] #3059 - [x] #3131

โšก Merge Conflicts
๐ŸŽˆ Feature

## 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....

โšก Merge Conflicts
๐ŸŽˆ Feature

## ๐Ÿ“” 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...

๐Ÿ”ง Technical Thread

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...

good first issue
๐Ÿ”ง Technical Thread

## 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....

๐Ÿ”ง API

## 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...

โšก Merge Conflicts
๐Ÿ’ก Performance Optimization

## 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...

โšก Merge Conflicts
๐Ÿงน Chores
๐ŸŽˆ Feature

# 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...

release/patch

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...