Owen

Results 36 issues of Owen

- Fixes the break effect used for super pickaxe using legacy ids - Fixes block break effect not displaying on fabric/forge - Allows you to now queue block effects of...

### Server Implementation Paper ### Server Version 1.16.5 ### Describe the bug This bug is very strange, but it causes blocks to not send correctly if you do worldedit on...

Bug
Approved
Low Priority

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

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

build-pr-jar

Fixes https://github.com/PaperMC/Paper/issues/7142

This caused a moment where the player entity is sent with the previous location, and the teleport packet which is sent shortly after is meant to correct that. Players with...

Sort of fixes https://github.com/PaperMC/Paper/issues/7412 If you enable preventMovingIntoUnloadedChunks, this behavior will occur again. However, since preventMovingIntoUnloadedChunks is false by default this will no longer be able to occur unless specifically...

Resolves https://github.com/PaperMC/Paper/issues/7161

Adds the ability for plugins to register their own brigadier commands by using a CommandBuilder. Summary - Deprecates CommandMap, moving all logic to a brig-backed map for legacy support. (All...

status: blocked
build-pr-jar

Fixes https://github.com/PaperMC/Paper/issues/4793 Supercedes https://github.com/PaperMC/Paper/pull/5139 (Vanilla does not normally send entity data here at all) The issue is it reintroduces some of the issues specified in: https://github.com/SpigotMC/BungeeCord/issues/2321 Opinions here?