Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-30 | Use CommandSourceStack in AsyncPlayerSendCommandsEvent (#10826) | Jason Penilla | |
2024-05-30 | Fix sending disconnect packet in phases where it doesn't exist | Shane Freeder | |
2024-05-29 | Deprecate InvAction#HOTBAR_MOVE_AND_READD (#10784) | Jake Potrebic | |
2024-05-29 | Extend fishing API (#10634) | SoSeDiK | |
Adds a missing fishing state when the fish is lured and fires an event for it. Also adds a way to control the fish swimming time towards the bobber. | |||
2024-05-29 | Add registry-related argument types (#10770) | Jake Potrebic | |
* Add registry-related argument types * fix tests | |||
2024-05-29 | Several fixes and new api for experience merging/stacking (#9242) | Jake Potrebic | |
2024-05-29 | Flatten namespaced vanilla command alias redirects (#10821) | Bjarne Koll | |
The brigadier command dispatcher is not capable of executing commands that redirect more than one. The exemplary alias 'minecraft:tp' may hence not redirect to 'tp' it instead has to redirect to 'teleport' as 'tp' itself is merely a redirect. | |||
2024-05-29 | Fix skipping custom block entity tag (#10812) | Jake Potrebic | |
2024-05-29 | Allow firework effects with no colors (#10814) | Jake Potrebic | |
2024-05-29 | Use RegistryOps for loadAdvancement (#10799) | Jake Potrebic | |
2024-05-29 | handle BODY slot for non-mobs (#10822) | Jake Potrebic | |
2024-05-29 | Fix max temper API for llama (#10823) | Lulu13022002 | |
2024-05-28 | [ci skip] Rebuild patches (#10803) | Bjarne Koll | |
2024-05-28 | Only remove worldgen block entity on changed block (#10794) | Bjarne Koll | |
2024-05-27 | Fix missing debug trace | Shane Freeder | |
2024-05-27 | Fix Cancelling BlockPlaceEvent calling onRemove (#10773) | Tamion | |
2024-05-26 | Prevent NPE if hooked entity was cleared (#10712) | Jake Potrebic | |
2024-05-26 | Fix more item desync when an event is cancelled (#10654) | Lulu13022002 | |
2024-05-26 | Extend Player Interact cancellation to cover Jigsaw blocks (#10719) | Cross | |
2024-05-26 | Fix BlockStateMeta equals (#10795) | Jake Potrebic | |
2024-05-26 | Fix integer overflow for lag compensating eating check (#10797) | Lulu13022002 | |
2024-05-26 | fix and cleanup loot table patches (#10100) | Jake Potrebic | |
* fix and cleanup loot table patches * fixes | |||
2024-05-26 | Clear firework item properly (#10793) | Lulu13022002 | |
2024-05-26 | readd itemstack data sanitization (#10454) | Jake Potrebic | |
* readd itemstack data sanitization * use autocloseable | |||
2024-05-25 | reset meta block state on BlockStateMeta#setBlockState | Jake Potrebic | |
2024-05-25 | Fix NPE for color-related metas | Jake Potrebic | |
Fixes #10789 | |||
2024-05-26 | Expose anvil cost in the API (#10682) | Janet Blackquill | |
2024-05-25 | Fix CraftMetaBlockState for data components (#10731) | Jake Potrebic | |
This will go on forever... | |||
2024-05-26 | Fix a few issues with ItemMeta (#10740) | Lulu13022002 | |
2024-05-25 | [ci skip] Update Player#getListeningPluginChannels Jdoc (#10778) | jake-brennan714 | |
2024-05-25 | Allow to define new map cursor types (#10782) | Lulu13022002 | |
2024-05-24 | Use getter/setter on Mob for equipment drop chances (#10780) | TonytheMacaroni | |
2024-05-24 | Do not re-wrap vanilla goals (#10751) | Shane Freeder | |
There is no need to rewrap vanilla goals when they're being reregistered, this breaks some expectations around behavior outside of general wasting of resources. Resolves: #10743 | |||
2024-05-23 | Allow using PluginLoader classpath API from Bukkit plugins (#10758) | Jason Penilla | |
Allows using the PluginLoader API without any of the other changes imposed by switching to a paper-plugin.yml. Used by setting paper-plugin-loader in plugin.yml to the class name of your PluginLoader. Also allows skipping the libraries field by setting paper-skip-libraries to true (by default both libraries and jars provided by the PluginLoader are added to the classpath). | |||
2024-05-23 | Remove incorrect logic for Fireball#setVelocity (#10764) | Jake Potrebic | |
2024-05-23 | Improve default item attributes API (#10765) | Jake Potrebic | |
2024-05-23 | Print CommandRegisteredEvent deprecation warnings again (#10756) | Jason Penilla | |
2024-05-23 | Fix equipment slot and group API (#10767) | Jake Potrebic | |
2024-05-23 | [ci skip] Move logic in our patches to ItemType/BlockType (#10772) | Jake Potrebic | |
2024-05-22 | Always show command exception stack traces in logs (#10766) | Jake Potrebic | |
2024-05-22 | fix default item attributes | Jake Potrebic | |
2024-05-21 | Fix compile | Spottedleaf | |
2024-05-21 | Remove ThreadedWorldUpgrader patch | Spottedleaf | |
The patch does not implement Vanilla forceUpgrade behavior. Specifically, poi/entity conversion and regionfile recreation. The Vanilla force upgrader is also no longer broken by CB, so the bug fixes from this patch are not relevant anymore. | |||
2024-05-20 | Add a better warning message than "Server performance will be affected" for ↵ | Jason Penilla | |
CommandRegisteredEvent use (#10754) | |||
2024-05-20 | Add an 'empty' RecipeChoice for certain ingredient slots (#10710) | Jake Potrebic | |
2024-05-19 | Check for more correct profile validation (#10730) | Jake Potrebic | |
2024-05-19 | fix CompassMeta not being correct (#10737) | Jake Potrebic | |
2024-05-18 | Make PaperSimplePluginClassLoader show class which is not found | Shane Freeder | |
2024-05-17 | Fixes issues in the suppress dismount cancellation patch (#10735) | Jake Potrebic | |
2024-05-17 | Fix NPE sending resource pack without prompt | Jake Potrebic | |
Fixes KyoriPowered/adventure#1075 |