Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
**Is your feature request related to a problem? Please describe.** ItemMeta#getLocalizedName() is always the english version. **Describe the solution you'd like** It would be good to have a convenient way...
### Expected behavior So i have a plugin where you can put a knowledge book in an anvil and it gets all the enchantments from the second item put in,...
Potential fix for https://github.com/PaperMC/Paper/issues/7821 This is pretty workaround-y, basically creating an int ID to represent any possible nbt combination and it probably breaks something. but it does fix that issue...
### Expected behavior The Paper/Spigot command dispatcher should force commands to run as lower case. ### Observed/Actual behavior The command dispatcher is dispatching commands in the very same way they're...
Still needs some javadocs And if this is good, replacing uses of the bukkit statistic enum.
When I was trying to modify some statistics in batch, I noticed that there wasn't a way to check if a certain statistic and material/entity type combination exists, instead the...
In 1.17, the deserializeEntity method in UnsafeValues used the dataconverter system over the builtin datafixer. Until the failing cb tests can be addressed using the new (since 1.18-pre5 for DataConverter)...
The settings directory is now configurable using CLI options (since https://github.com/PaperMC/Paper/commit/8b6f4dd482dc5f152a433475f20055f7fbf1b182), but the exceptions message hasn't been updated properly to handle this new behaviour, and will show the default config...
Closes https://github.com/PaperMC/Paper/issues/5188 Paper has fixed enchantment order inconsistencies but has also implemented the fix on getter which is useless because no write operation is done here In fact i think...