Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
### Expected behavior I expected a chat message with colour sent as `player`, as this is what happens on servers running Spigot. ### Observed/Actual behavior On Paper, the player is...
### Is your feature request related to a problem? The biggest hindrance to building large mob farms is currently the getEntities call in LivingEntity::pushEntities. I'm currently using the [FarmControl](https://www.spigotmc.org/resources/farmcontrol-1-15-1-18.86923/) plugin...
### Expected behavior months ago i opened an [issue](https://github.com/PaperMC/Paper/issues/6779) that soul sand does not clip minecart in 1.17.1 paper and it is fixed. But again i tested it in 1.18.1...
Currently, Paper always creates `paper.yml-README.txt` if there is no such file in main directory. With this PR, Paper will only generate `paper.yml-README.txt` file config file conversion happens. If there are...
Closes https://github.com/PaperMC/Paper/issues/8040 Add EntityFertilizeEggEvent, the super entity is the mother and doesn't extends EntityBreedEvent at all Also plugin can set negative or zero experience to totally ignore experience drops ~unlike...
### Expected behavior Other players should see you using items. ### Observed/Actual behavior When you scroll to a right clickable item (food, bow etc.) and then quickly start using it,...
This adds a world config option to allow markers to be ticked, rather than just having them not ticked at all. Defaults to false so the existing functionality is the...
### Expected behavior When summoning a moving entity with a marker as a passenger, the marker should constantly update to the location of the entity it is riding ### Observed/Actual...
### Expected behavior It would be useful to have an event where you could get the initial block ( mud ) and the final block ( clay ). ### Observed/Actual...
### Is your feature request related to a problem? When using `OnCraftingEvent` or similar, you can change crafting results using `setResult()`, but the player is unable to remove the item...