aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0008-Adventure.patch
AgeCommit message (Collapse)Author
2022-06-12Update Adventure to 4.11.0 and implement ComponentLoggerJosh Roy
2022-06-05Make leave messages for kicks the same as for quitting (#7874)froobynooby
2022-06-02Fix some nullability things (#7275)Jake Potrebic
2022-05-31Add default kick msg component (#6886)Jake Potrebic
2022-05-26Provide ComponentSerializer services (#7527)Jake Potrebic
2022-05-24team color parameter may be null, causing NPErgnter
2022-05-17Updated Upstream (Bukkit/CraftBukkit)Nassim Jahnke
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: 218294b1 PR-743: Support setting individual Wither head targets CraftBukkit Changes: d48f2d1a PR-1047: Support setting individual Wither head targets 518f1bee SPIGOT-6948: Motion from Explosion after Respawn f3c7a6ac SPIGOT-7019: Add yaw in World#getSpawnLocation
2022-05-09Updated Upstream (Bukkit/CraftBukkit/Spigot)Nassim Jahnke
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: 312281ea PR-742: Make World implement Keyed CraftBukkit Changes: 2ac7fa7a SPIGOT-7014: getLootTable API should not persistently update loot table 7fdd7941 PR-1046: Make World implement Keyed 7bc728a6 PR-1045: Revert changes to persistence required checks Spigot Changes: b6d12d17 Rebuild patches
2022-04-30Updated Upstream (Bukkit/CraftBukkit) (#7776)Shane Freeder
2022-04-28Use setMessage instead of arraycopyJason Penilla
setMessage affects messages, filteredMessage, and renderMessages, we were only doing an arraycopy for messages fixes #7774
2022-04-23Fix some team color docs and added hasColor (#7602)Jake Potrebic
2022-04-16Updated Upstream (Bukkit/CraftBukkit/Spigot)Nassim Jahnke
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: fc460d1b PR-735: Add Villager#zombify c8c8331e PR-690: Add method to read ItemStack input 62845f2f SPIGOT-6829: Add per-player world border API CraftBukkit Changes: a459f4d4 PR-1033: Add Villager#zombify d65d1430 PR-975: Add method to read ItemStack input b5559f8c SPIGOT-6990: Fix setRepairCost(0) in Anvil 6c308e1b SPIGOT-6829: Add per-player world border API Spigot Changes: 42b61526 SPIGOT-7000: Generation and /locate issues when using custom structure seeds
2022-03-16Updated Upstream (Bukkit/CraftBukkit) (#7604)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: 33a2b476 PR-734: Make PlayerInventory#getItem Nullable CraftBukkit Changes: 953d3ddc SPIGOT-3034: PlayerKickEvent.setLeaveMessage(String) doesn't actually do anything 2c47af0c SPIGOT-6963: CraftMetaBlockState#getBlockState applied TileEntity ids without the minecraft namespace prefix.
2022-03-06Fix scoreboard objective name length limitNassim Jahnke
2022-03-06Updated Upstream (CraftBukkit)Nassim Jahnke
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: 808cb7ca PR-1023: Improve consistency of tag API
2022-03-04Move Adventure patch upRiley Park