Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
### Expected behavior The spigot `send-namespaced` option disables namespace-backed commands from being displayed in TAB completion. I expect with this option set to `true`, namespaced commands will not be suggested...
Addresses https://github.com/PaperMC/Paper/issues/9293
### Expected behavior New chunks should take a few seconds or so to load. ### Observed/Actual behavior If you go to a chunk of the overworld that has never been...
### Is your feature request related to a problem? Player#sendSignChange is currently missing sign side ### Describe the solution you'd like. Add sign side parameter to Player#sendSignChange ### Describe alternatives...
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit...
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit...
Currently, it's impossible to get the information about the server from bootstrap, as `Bukkit.getServer()` is null. The goal of this pr is to allow an easy access to information about...
Fixes #10186. ~~Patch previously modified the power of the projectile, which actually controls how fast it accelerates. It now uses `AbstractHurtingProjectile#setDirection`, which also sets the power, but uses the default...
Added a `BlockBreakProgressUpdateEvent`, which allows you to listen for block break animation progress updates
### Is your feature request related to a problem? The Adventure Global Translator is an awesome feature and I love how it is automatically integrated and translates messages in various...