Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
Adds methods for getting different end crystals directly related to the DragonBattle. Also adds methods for dealing with gateways.
New approach to https://github.com/PaperMC/Paper/pull/6701. This will have no performance impact after adapters are created.
🤦 Finger slipped, accidentally typed `git push -fd` instead of `git push -f` and Github won't let me reopen the PR since I force pushed to it... Original PR @...
Adds a getter for the ID to track raids across multiple events. (A new CraftRaid instance is created on each "get" of one) Also adds PDC to raids. ### TODO...
Closes #5486
I want to create multiple Merchant with MerchantRecipes based on player permissions. The idea is: Store a List of MerchantRecipes and create a new Merchant for every player with custom...
### Is your feature request related to a problem? I am currently writing a plugin that simulates a cavalry "charge" of sorts. Basically, while riding a horse, if you run...
### Expected behavior `Player#setPlayerProfile` to set the player's profile and update the client, while keeping everything else properly synced. ### Observed/Actual behavior `Player#setPlayerProfile` seems to cause desync issues, for example:...
Returning SUCCESS here will send an animate packet to all players tracking the "using" player which will be a duplicate packet because the server has already sent one in response...
### Expected behavior With the `globalSoundEvents` game-rule (added in 1.19.3) enabled, sound events like wither summoning shouldn't be heard across the whole server. ### Observed/Actual behavior The wither summoning sound...