aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-05-16I give up on trying to teach people to avoid the incorrect ways.Riley Park
2021-05-16Fix missing username console death message (#5654) (#5658)Kacper Płażewski
2021-05-16Add basic Datapack API (#5653) (#5653)Connor Linfoot
2021-05-16Updated Upstream (CraftBukkit) (#5652)Nassim
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: 5b0e2d2d Move additional dependencies to runtime scope
2021-05-16[CI-SKIP] Add PR rebasing steps (#5634)Jake Potrebic
2021-05-16Remove boat interaction event (Fixes #5539)Owen1212055
2021-05-16fix WorldSaveEvent not firing with /save-all (#5650)Jake Potrebic
2021-05-15remove unneeded patch (#5641)Jake Potrebic
2021-05-15Activate warning by default when people are doing silly things (#5642)Riley Park
2021-05-15Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5643)Jake Potrebic
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: 146a7e4b SPIGOT-5345: Add automatic library support CraftBukkit Changes: b1064c69 Remove sisu annotation processor from jar 32e40866 SPIGOT-6189: Persistent data disappears when calling setFacingDirection on an item frame d189f78b # 827: Trigger vanilla dimension advancements in non-main worlds 5bbb4a65 Add plumbing for automatic library support Spigot Changes: 9fb885e8 Rebuild patches
2021-05-15Revert "Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5636)"Shane Freeder
This reverts commit 20fc4ab700b6e0afbe94b580b027a301312ec1f9.
2021-05-15Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5636)Jake Potrebic
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: 146a7e4b SPIGOT-5345: Add automatic library support CraftBukkit Changes: b1064c69 Remove sisu annotation processor from jar 32e40866 SPIGOT-6189: Persistent data disappears when calling setFacingDirection on an item frame d189f78b #827: Trigger vanilla dimension advancements in non-main worlds 5bbb4a65 Add plumbing for automatic library support Spigot Changes: 9fb885e8 Rebuild patches
2021-05-14Fix CraftPotionBrewer cache (#5632)Sceri
2021-05-14Add a "Should Burn in Sunlight" API for Phantoms and Skeletons (#5608)MeFisto94
2021-05-14Remove unneeded component conversion for kick msg (#5626)Jake Potrebic
2021-05-14Call PortalCreateEvent when players enter the end (#5618)Jake Potrebic
2021-05-12Add ItemStack#displayName to get the formatted display name of an ItemStack ↵Jason
(#5628) The display name includes formatting such as item hover event, display name (in italics if renamed in anvil), and color based on rarity. This is what vanilla uses for give command feedback, and when an item is shown in a death message.
2021-05-12Update Java version warning (#5621)Nassim
2021-05-12Add ItemStack#getTranslationKey() (#5616)Jake Potrebic
2021-05-12Add setPotionUseTimeLeft to Witch (#5597)Owen1212055
2021-05-12Add Inventory#close (#5610)Jake Potrebic
2021-05-12Updated Upstream (CraftBukkit)Jake Potrebic
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: 51e2981b #831: Reload unloaded main worlds correctly
2021-05-12Add raw address to AsyncPlayerPreLoginEvent (#5614)Connor Linfoot
2021-05-11[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: 59e2ce9b7 SPIGOT-6224: EntityBreedEvent getEntity location inaccuracy
2021-05-10Fix incorrect colors in some log messages (#5609)Jason
CraftChatMessage.fromComponent fails to take into account the style of TranslatableComponent args, causing any styling on args to be completely ignored. Fixing this is relatively simple, however would cause behavior to deviate from upstream. This commit will fix the coloring in messages logged through MinecraftServer.LOGGER by simply using Adventure's legacy text serializer, which properly serializes TranslatableComponents and their arguments. Note that this doesn't do anything about the underlying issue of CraftChatMessage.fromComponent improperly serializing TranslatableComponents.
2021-05-10Add Adventure message to PlayerAdvancementDoneEvent (#5030)Alvinn8
* Add Adventure message to PlayerAdvancementDoneEvent * Add obfuscation helpers * Renumber patches
2021-05-11Updated Upstream (CraftBukkit) (#5607)Jake Potrebic
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: e1a6197e SPIGOT-5565: Animals still spawn from chunk gen when spawn-animals=false
2021-05-10Add the ability to clear entities from block storage (#5598)Owen1212055
2021-05-10Add missing rarity method on ItemStack (#5594)Jake Potrebic
2021-05-09Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5601)Jake Potrebic
2021-05-09fix cancelling block falling causing client desync (fixes #5386) (#5419)Gergely Sarkozi
2021-05-09Don't annotate type parameters using JetBrains annotations (#5600)Jason
2021-05-08Add new methods from PlayerMoveEvent to EntityMoveEvent (#5591)TwoLeggedCat
2021-05-07Allow for Component suggestion tooltips in AsyncTabCompleteEvent (#5504)Jason
2021-05-07Use JsonSerializationContext#serialize instead of recursion for ↵jmp
AdventureComponents - fixes #5580 and #5371
2021-05-07Return after sending empty commands (#5586)Jason
2021-05-06Fix missing CraftMetaBook#toBuilder overrideShane Freeder
2021-05-06Add more Wandering Trader API (#5020)HexedHero
2021-05-05[CI-SKIP] Remove Astei from the MIT list (#5577)Andrew Steinborn
* Remove myself from the MIT list I acknowledge that prior patches will not be retroactively relicensed (which is desirable). * Fix typo
2021-05-05[CI-SKIP] Add Other textarea to issue templates (#5562)Prof-Bloodstone
2021-05-05fix isProxyOnlineMode coverage, don't lookup UUIDs in offline mode (Fixes #2011)Shane Freeder
2021-05-05Send empty commands if tab completion is disabled (Closes #5519)Shane Freeder
Because this is a trivial fix to an annoying issue people are annoying about, but, really, stop punishing your players for your own insecurities.
2021-05-04Keep moveToWorld with old method signatureKennyTV
2021-05-03[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: 7ea8b96b4 #826: Make dispenser trigger fertilize event
2021-05-02[CI-SKIP] [Auto] Rebuild PatchesAikar
A recent commit has been made that caused patches to be out of order, rebuilding
2021-05-02Drop unneeded portal patch (#5566)HexedHero
2021-05-02[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: 95544a2da SPIGOT-6350: Fix wrong portal block place order
2021-05-01[Auto] Updated Upstream (Bukkit)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: 5eece9f8 Fix typo in BubbleColumn documentation
2021-04-30[Auto] Updated Upstream (Bukkit)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: a030a41b SPIGOT-6443: Fix PlayerBucketFishEvent#getWaterBucket returning the wrong item
2021-04-30[CI-SKIP] [Auto] Rebuild PatchesAikar
A recent commit has been made that caused patches to be out of order, rebuilding