aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-05-28Updated Upstream (CraftBukkit) (#5742)Jake Potrebic
2021-05-28Reset villager inventory on cancelled pickup event (#5738)BillyGalbreath
2021-05-28Exit with non-zero exit code when killed by watchdog (#5732)Jason
2021-05-27Updated Upstream (Bukkit/CraftBukkit) (#5735)Jake Potrebic
2021-05-27Add option to fix items merging through blocks (#5334)Giovanni D
Fixes #5204
2021-05-27Fix PlayerBucketEmptyEvent result itemstack (#5698)Jake Potrebic
Fixes SPIGOT-2560: https://hub.spigotmc.org/jira/projects/SPIGOT/issues/SPIGOT-2560
2021-05-27Add PufferFishStateChangeEvent (#5606)HexedHero
2021-05-27[CI-SKIP] Update version checker to use V2 downloads API (#5728)Prof-Bloodstone
2021-05-26Limit item frame cursors on maps (#5730)Yive
Fixes an issue where you can have thousands of these and lag clients.
2021-05-25Add PlayerKickEvent causes (#5648)Jake Potrebic
2021-05-25Add More Lidded Block API (#5707)LemonCaramel
2021-05-24[Auto] Updated Upstream (CraftBukkit)Aikar
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: afa0678e1 SPIGOT-6133: Chorus fruit consumption calls PlayerTeleportEvent multiple times
2021-05-24Add cause to Weather/ThunderChangeEvents (#4832)Jake Potrebic
2021-05-24[CI-SKIP] [Auto] Rebuild PatchesAikar
A recent commit has been made that caused patches to be out of order, rebuilding
2021-05-24Added PlayerPurchaseEvent for standalone Merchant GUIs (#5583)Alexander
2021-05-24Fix entity motion tag from mob spawners (#5718)Nassim
2021-05-24Add methods for getting default item attributes (#5593)Jake Potrebic
2021-05-24Add EntityInsideBlockEvent (#5596)Jake Potrebic
2021-05-23Change return type of ItemStack#editMeta to allow checking for successful vs ↵Riley Park
non-successful edits
2021-05-23[CI-SKIP] fix minecart vs minecraft typos (#5713)Gergely Sarkozi
2021-05-23[CI-SKIP] ci: update setup-java action (#5710)Mariell Hoversholm
* ci: update setup-java action * ci: change java distribution to adopt Signed-off-by: Mariell Hoversholm <[email protected]>
2021-05-23ci: replace Java 11 with Java 16 in GH Actions build flow (#5709)Mariell Hoversholm
* ci: add Java 16 to GH Actions build flow With our new dependence on Java 16+ as of Minecraft 1.17 (refer to: https://www.minecraft.net/en-us/article/minecraft-snapshot-21w19a), we should also ensure everything we merge builds on Java 16. Signed-off-by: Mariell Hoversholm <[email protected]> * ci: remove Java 11 from build flow Signed-off-by: Mariell Hoversholm <[email protected]>
2021-05-23ItemStack#editMetaRiley Park
fixes #5711
2021-05-23Add Unix domain socket support (#5611)Andrew Steinborn
Tested-by: Mariell Hoversholm <[email protected]> Reviewed-by: Mariell Hoversholm <[email protected]>
2021-05-23Add Mob#lookAt API (#5633)BillyGalbreath
2021-05-22[Auto] Updated Upstream (Bukkit/CraftBukkit)Aikar
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: f563167d SPIGOT-6464: Fix ShulkerBox#getColor for undyed shulkers CraftBukkit Changes: 9c7acb6cb SPIGOT-6464: Fix ShulkerBox#getColor for undyed shulkers
2021-05-21Fix default ChatRenderer when no plugins are installed (#5702)Jason
2021-05-21Enhance (Async)ChatEvent with per-viewer rendering API (#5684)Jason
2021-05-21Actually list all missing hard depends (#5701)Jason
2021-05-21[CI-SKIP] [Auto] Rebuild PatchesAikar
A recent commit has been made that caused patches to be out of order, rebuilding
2021-05-21MC-148809: Fix incorrect structure block data lengthSamB440
2021-05-21Fix force upgrade patch (#5699)Nassim
2021-05-21List all missing hard depends not just first (#5673)Jake Potrebic
2021-05-20Fix/Optimize world and light datafixes (#5693)Jake Potrebic
Co-authored-by: Spottedleaf <[email protected]>
2021-05-20[Auto] Updated Upstream (CraftBukkit)Aikar
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: d49530f9c #845: Remove unnecessary calls to Class#getSimpleName in PDC
2021-05-19[Auto] Updated Upstream (CraftBukkit)Aikar
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 7df5e6f87 Make Vanilla /list respect Vanish API
2021-05-19Revert "Remove itneract event from boat" (Fixes #5677)Shane Freeder
2021-05-18Add command line option to load extra plugin jars not in the plugins folderjmp
ex: java -jar paperclip.jar nogui -add-plugin=/path/to/plugin.jar -add-plugin=/path/to/another/plugin_jar.jar
2021-05-18Avoid NPE due to PlayerBedFailEnterEventRiley Park
fixes #5670
2021-05-18removed duplicate ProjectileHitEvent for fireball (#5671)Jake Potrebic
2021-05-18More Enchantment API (#5588)Jake Potrebic
2021-05-18Adds methods for checking item repairability (#5651)Jake Potrebic
2021-05-18Actually use extended/ambient in BeaconEffectEvent (#5647)Jake Potrebic
2021-05-18Add cause and cancel message to PlayerGameModeChangeEvent (#5638)Jake Potrebic
2021-05-18Fix Adventure support in UnknownCommandEvent (#5664)LemonCaramel
2021-05-17[Auto] Updated Upstream (CraftBukkit)Aikar
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: cc21bae97 SPIGOT-5569: Call WorldInitEvent before any chunks are getting generated
2021-05-17Fix Counter#decrement recursive call (#5665)Emily
2021-05-17[Auto] Updated Upstream (CraftBukkit)Aikar
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 1e8c432cd #816: Prevent duplicate slash removal for console / block commands
2021-05-17Add environment variable (PAPER_DISABLE_SERVER_GUI) to disable server guiRiley Park
2021-05-17Rename leftover resource->datapack (#5662)Nassim