Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
### Expected behavior Not dying, that's for sure. ### Observed/Actual behavior Dying as soon as I fly into a not generated chunk. > Player experienced kinetic energy. ### Steps/models to...
Adds #6349 . The event exposes the player who composted, the composter block, the item stack used, whether or not the level will be raised (settable), the level the composter...
### Expected behavior Reputation gets reset ### Observed/Actual behavior I cant reset the villager's reputation with the api ### Steps/models to reproduce `rep.setReputation(ReputationType.MINOR_NEGATIVE, 0);` `rep.setReputation(ReputationType.MAJOR_NEGATIVE, 0);` `villager.setReputation(p.getUniqueId(), rep);` ### Plugin...
### Stack trace https://pastebin.com/hLPvGsfy ### Plugin and Datapack List https://i.postimg.cc/Jzk1ytrB/grafik.png ### Actions to reproduce (if known) _No response_ ### Paper version This server is running Paper version git-Paper-350 (MC: 1.18.2)...
Fixes https://github.com/PaperMC/Paper/issues/8225 Fixes https://github.com/PaperMC/Paper/issues/8329
### Stack trace ``` [11:12:03 ERROR]: Detected setBlock in a far chunk [-475, 41], pos: MutableBlockPosition{x=-7600, y=33, z=660}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/structure_feature / minecraft:ruined_portal] [11:12:03 ERROR]: Detected setBlock in...
### Expected behavior Piglin farms to spawn a constant flow of piglins Hoglins to spawn a decent amount ### Observed/Actual behavior After the initially spawned piglins die the spawn rate...
 ### Expected behavior multiple space characters in name and lore are ignored. before paper #135, it's not happend. expected behavior >should be.. name: stone axe (with 4 space characters)...
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...
### What behaviour is expected: That the vertical biome placement in the overworld would match that generated with a vanilla client. ### What behaviour is observed: Vertical biome placement on...