Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
Closes https://github.com/PaperMC/Paper/issues/7860 Currently i have just added a boolean (and keep the old behavior by default) which will load the location of the block and check if the spawn block...
Closes https://github.com/PaperMC/Paper/issues/7446 This allow more flexibility for plugins to restart or shutdown the server with other external app: - Exit the process with a non zero exit code (also plugin...
Closes https://github.com/PaperMC/Paper/issues/8191 Call this event for: - rail, redstone diodes and wires - more often in survival - when fluid is removed (not when placed a last quirk...) and probably...
Allows methods for accessing poi blocks An example is provided in the test plugin, where all nearby POI will be marked with a redstone block on top of it. Documentation...
Closes https://github.com/PaperMC/Paper/issues/8214 craftbukkit apply a sync of the position of the rider in the same time that the vehicle move (probably for the later event) but the sync here isn't...
### Expected behavior Vanilla behaviour is that if you use `/locates structure minecraft:stronghold` or throw an Eye of Ender, if the stronghold isn't generated yet, the lookup still successfully returns...
### Is your feature request related to a problem? PaperMC is currently using the same `plugin.yml` like Spigot does. This comes with all its pros and cons, especially when you...
### Is your feature request related to a problem? In `plugin.yml` you can define libraries to get downloaded and installed into the `libraries` folder. I have a plugin that uses...
This implements paper plugins, which can be created by ``paper-plugin.yml`` in your plugin resources. At runtime, they are all in the end the same "JavaPlugins". However, in the future, it...
### Is your feature request related to a problem? Spigot used to have a configuration known as `late-bind`. It moved server binding to the end of plugin loading, a useful...