Commit Graph
100 Commits
Author SHA1 Message Date
Jake Potrebic 298cdefc8b [ci skip] add missing final newline (#8659) 2022-12-13 05:16:45 -08:00
Jake Potrebic 2c4d034313 Fix items equipped on AbstractHorse losing NBT (#8647)
* Fix items equipped on AbstractHorse losing NBT

* squash later mc fix into vanilla patch
2022-12-11 15:22:56 -08:00
Jake Potrebic 3a0963092a Add the non-flammable wood item tag (#8648) 2022-12-11 13:01:18 -08:00
Jake Potrebic e74fb06010 Deprecate isPreview method in decorate events (#8645) 2022-12-11 09:55:39 -08:00
Jake Potrebic 63e191936d Add Position (#7639)
* Add Position

* move Position patch to start
2022-12-10 16:50:32 -08:00
Jake Potrebic 09c45d4cab Fix empty effect clouds from lingering potions (#8641) 2022-12-10 14:52:37 -08:00
Jake Potrebic f976ec6b19 Fix MapLike Codec missing key 'selector' (#8634)
* Fix MapLike Codec missing key 'selector'

* Make sure a new instance is created each time
2022-12-10 09:04:27 -08:00
Jake Potrebic ad6b5121b7 Properly identify golem spawn reason (#8635) 2022-12-09 16:37:03 -08:00
Jake Potrebic 7332b8c2c4 Readd improve/fix EntityTargetLivingEntityEvent (#8630) 2022-12-09 03:30:55 -08:00
Jake Potrebic 7c8a0e8e83 Add new 1.19.3 fires of EntityInsideBlockEvent (#8629) 2022-12-09 02:46:47 -08:00
Jake Potrebic ff9d51df21 last instrument fix, I promise 2022-12-09 02:03:06 -08:00
Jake Potrebic d1e41fdc47 couple more instrument/note fixes 2022-12-09 01:49:15 -08:00
Jake Potrebic a4bd0cf67b fix Instruments 2022-12-09 01:34:39 -08:00
Jake Potrebic 2c494f0af9 Mark experimental api as such (#8628) 2022-12-09 01:13:22 -08:00
Jake Potrebic c71e795253 update reobf-mappings-patch.tiny 2022-12-08 18:21:29 -08:00
Jake Potrebic 5e31c8a26b fix method rename issue in Camel 2022-12-08 18:17:06 -08:00
Jake Potrebic 6b6282af03 fix a few structure seed configs 2022-12-08 12:15:18 -08:00
Jake Potrebic 759e2acf0e readd missing structure set seeds patch 2022-12-08 11:06:54 -08:00
Jake Potrebic 40bdabb571 properly handle xray bypass perm 2022-12-08 10:35:33 -08:00
Jake Potrebic 6f65677ca2 check now succeeds 2022-12-08 10:23:12 -08:00
Jake Potrebic b344c04a4a fix some tests and DoNotUse violations 2022-12-08 09:06:14 -08:00
Jake Potrebic 58a098403c fix ChatProcessor 2022-12-08 08:32:29 -08:00
Jake Potrebic 06018dbedf fix some startup issues 2022-12-08 00:52:08 -08:00
Jake Potrebic 181b2c7e46 fix more compile issues 2022-12-07 22:11:20 -08:00
Jake Potrebic bea0e28dc4 Add missing Fluid type (#8608) 2022-12-06 10:41:04 -08:00
Jake Potrebic 31ec776281 Updated Upstream (Bukkit/CraftBukkit) (#8604)
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:
38866413 SPIGOT-6765: Pass WorldInfo, Random and coordinates to ChunkGenerator should methods

CraftBukkit Changes:
f3dab3a48 SPIGOT-7191: TNT minecart explosions crash the server
b5aa0bed9 SPIGOT-7184: ExplosionPrimeEvent not called for ExplosiveMinecart
e7aab5493 SPIGOT-6765: Pass WorldInfo, Random and coordinates to ChunkGenerator should methods
2022-12-03 10:19:09 -08:00
Jake Potrebic b9401e6d3c Sync offhand slot in menus (#7341) 2022-12-01 13:01:49 -08:00
Jake Potrebic 7caeec36fc [ci skip] couple more fixes for build pr jar label (#8599) 2022-11-30 12:45:27 -08:00
Jake Potrebic 06be0d0b4d Add displayName methods for advancements (#8584) 2022-11-24 23:05:48 -08:00
Jake Potrebic 26993f7801 ItemStack damage API (#7801) 2022-11-24 22:52:00 -08:00
Jake Potrebic 59db8e8bc9 Fix async entity add due to fungus trees (#7626) 2022-11-24 22:32:29 -08:00
Jake Potrebic 86b0932a3b Fixes potential issues arising from optimizing getPlayerByUUID (#8585) 2022-11-24 22:22:19 -08:00
Jake Potrebic b6c34550ce pr command action fixes (#8591) 2022-11-23 19:14:41 -08:00
Jake Potrebic e2df6b2c14 [ci skip] Rework workflows to support optional paperclip build (#8583) 2022-11-23 11:19:31 -08:00
Jake Potrebic 48d31a56e9 Add api to resolve components (#7648) 2022-11-22 20:53:50 -08:00
Jake Potrebic b121c04895 Moving ATs from the at file to individual patches (#8573) 2022-11-19 15:53:20 -08:00
Jake Potrebic a81c97eafe Fix/improve Affects Spawning API (#7329) 2022-11-15 11:15:01 -08:00
Jake Potrebic f93eb6e135 update yarn param mappings (#8563) 2022-11-12 12:57:41 -08:00
Jake Potrebic 1221fdbc95 ensure reset EnderDragon boss event name (#8562) 2022-11-12 10:34:14 -08:00
Jake Potrebic ac7f94e4cf Updated Upstream (CraftBukkit) (#8548) 2022-11-09 16:05:46 -08:00
Jake Potrebic 2f0e0c5f2b Fix Advancement#getDisplay() api break (#8541) 2022-11-04 15:59:15 -07:00
Jake Potrebic a5e916fc00 Remove old redundant fix (#8530) 2022-11-03 14:03:31 -07:00
Jake Potrebic 13442cd5c9 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#8515)
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:
9a4de097 SPIGOT-7171: Ability to get the IP/hostname players are requesting status of

CraftBukkit Changes:
f43634ae4 SPIGOT-7170: Cannot set slots in custom smithing inventory
48f3a2258 SPIGOT-7171: Ability to get the IP/hostname players are requesting status of
30e31b4d1 SPIGOT-7177: Certain blocks don't call BlockCanBuildEvent
982364797 SPIGOT-7174: Avoid adding air to CraftMetaBundle

Spigot Changes:
6198b5ae PR-122: Add missing parentheses to pumpkin and melon growth modifier
1aec3fc1 Rebuild patches
2022-10-30 19:44:25 -07:00
Jake Potrebic f8cf06b774 Track projectile source for fireworks from dispensers (#8044) 2022-10-26 17:44:28 -07:00
Jake Potrebic 219d159e4d Fix a bunch more forceDrops for dropping items (#8095) 2022-10-26 17:32:03 -07:00
Jake Potrebic bac7ba4c5a Updated Upstream (Bukkit/Spigot) (#8445) 2022-10-23 10:41:34 -07:00
Jake Potrebic c8d979234f Fix a classloading issue in tests (#8459) 2022-10-11 20:05:28 -07:00
Jake Potrebic 5afab91756 Add missing structure set seed configs (#8030) 2022-10-09 13:19:35 -07:00
Jake Potrebic 5eb4ada324 Fix configs that relied on outdated min/max y levels (#6986) 2022-10-08 23:52:09 -07:00
Jake Potrebic 68ca16f075 Add Unmodifiable annotations to getDrops methods (#8440) 2022-10-07 11:51:54 -07:00
Jake Potrebic 9e43d68e57 Correctly handle interactions with items on cooldown (#8008) 2022-10-07 08:22:45 -07:00
Jake Potrebic 365d10556b EntityPickupItemEvent fixes (#8096) 2022-10-04 21:38:39 -07:00
Jake Potrebic 6e4207e2d9 Fix custom piglin interest items (#8097) 2022-10-04 20:28:46 -07:00
Jake Potrebic 88d5b59398 Fix a handful of vanilla bugs (#8187) 2022-10-01 10:39:42 -07:00
Jake Potrebic f7c05166ab Fixes a couple issues with entity spawn reasons (#8390) 2022-09-26 17:24:56 -07:00
Jake Potrebic d885450b81 Correct javadocs on PlayerArmorStandManipulateEvent (#7719) 2022-09-22 22:55:02 -07:00
Jake Potrebic ca48b2617b Updated Upstream (CraftBukkit) (#8376) 2022-09-21 17:20:59 -07:00
Jake Potrebic 99640f47f1 Fix ground pathfinding (#7683) 2022-09-20 14:06:11 -07:00
Jake PotrebicandShane Freeder 7e1f4ba55c fire EntityChangeBlockEvent in more places (#6371)
* fire EntityChangeBlockEvent in more places

* Rebuild patches

Co-authored-by: Shane Freeder <theboyetronic@gmail.com>
2022-09-17 20:03:54 -07:00
Jake Potrebic d1129b0ded Fix console completer/highlighter having invalid source stack (#8346) 2022-09-09 14:25:54 -07:00
Jake Potrebic 328360359a Updated Upstream (Bukkit/CraftBukkit/Spigot) (#8347) 2022-09-09 11:54:00 -07:00
Jake Potrebic 7e03e79e50 Improve documentation of Inventory#removeItem (#8263) 2022-08-07 23:17:51 -07:00
Jake Potrebic 2782b0c375 1.19.2 (#8250) 2022-08-05 15:58:34 -07:00
Jake Potrebic 522db24de0 Updated Upstream (Bukkit/CraftBukkit) (#8240)
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:
caa7c486 SPIGOT-7109: Add WorldBorder#setSize using TimeUnit

CraftBukkit Changes:
1e3bf58cd SPIGOT-7109: Add WorldBorder#setSize using TimeUnit
2022-08-05 07:10:44 -07:00
Jake Potrebic ea1ffc2e95 Fix null profile key breaking nullability contracts for PlayerProfile API (#8233) 2022-08-03 13:46:33 -07:00
Jake Potrebic 15ce56cb40 Leave a paper.yml.txt stub pointing to new location (#8090) 2022-08-02 13:24:57 -07:00
Jake Potrebic aea4847e26 Initial support for signed messages (#8198) 2022-08-01 12:34:55 -07:00
Jake Potrebic f0d198d6b2 Undeprecate Bed's tile entity interface (#7330) 2022-07-31 11:25:24 -07:00
Jake Potrebic 004e444f9b Fix issues with CreeperIgniteEvent (#7507) 2022-07-31 10:14:54 -07:00
Jake Potrebic 7d25a137c4 Added 1.19 kick event causes (#8204) 2022-07-29 09:31:02 -07:00
Jake Potrebic 89a13124cf Separate out chat and commands sent via API (#8131) 2022-07-27 19:07:26 -07:00
Jake Potrebic 037e6ff905 some compile fixes 2022-07-27 15:00:14 -07:00
Jake Potrebic 7b09f21566 Fix wrong world being passed into portal event (#8174) 2022-07-22 17:42:34 -07:00
Jake Potrebic 656d32e99f Don't use level random in entity constructors (#8122) 2022-07-22 16:42:13 -07:00
Jake Potrebic edab698dbe Add EntityPortalReadyEvent (#5619) 2022-07-22 16:23:12 -07:00
Jake Potrebic d6e0ab24da Updated Upstream (Bukkit/CraftBukkit) (#8172)
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:
23f557a0 SPIGOT-5380, SPIGOT-6958, PR-772: Add some missing entity API

CraftBukkit Changes:
fc3071161 SPIGOT-5380, SPIGOT-6958, PR-1085: Add some missing entity API
2022-07-22 11:18:00 -07:00
Jake Potrebic 1e414c0753 Updated Upstream (Bukkit) (#8158) 2022-07-21 12:53:04 -07:00
Jake Potrebic 2dddcb7bf1 Fix update future return type (#8120) 2022-07-18 23:06:59 -07:00
Jake Potrebic 820aef3f3c Updated Upstream (Bukkit/CraftBukkit/Spigot) (#8124)
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:
607ce370 SPIGOT-7069: Material.BARREL has Directional data class, should also be Openable
f14cea82 SPIGOT-7070: Material.SCULK_VEIN has Waterlogged data class, should also be MultipleFacing
8e43b278 PR-767: Add support checking/survivability methods for BlockData
b3dee151 SPIGOT-7083: Add Boat.WoodenType, Boat.Status; deprecate TreeSpecies

CraftBukkit Changes:
9a8e08010 SPIGOT-7069: Material.BARREL has Directional data class, should also be Openable
26bd88ccd SPIGOT-7070: Material.SCULK_VEIN has Waterlogged data class, should also be MultipleFacing
7ba06e15b SPIGOT-7095: StructureGrowEvent doesn't fire for mangrove propagules growing to a tree
163e35c91 PR-1079: Add support checking/survivability methods for BlockData
4230f8f0e SPIGOT-7083: Add Boat.WoodenType, Boat.Status; deprecate TreeSpecies

Spigot Changes:
14a2382f Rebuild patches
2022-07-12 10:16:05 -07:00
Jake Potrebic 22c788cb7e Fix Bee setFlower NPE (#8107) 2022-07-06 15:21:56 -07:00
Jake Potrebic 6e7a5755b8 Add missing EntityDropItemEvent calls (#5674) 2022-07-04 12:01:17 -07:00
Jake Potrebic ce8e37904d Fix CCE for SplashPotion and LingeringPotion spawning (#7758) 2022-06-25 14:21:47 -07:00
Jake Potrebic 69b406ca45 Updated Upstream (Bukkit/CraftBukkit) (#8042)
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:
d5a777e7 SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN

CraftBukkit Changes:
82f757467 SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN
c924fa531 SPIGOT-7072: Call events for stepping on sculk sensors and sculk shriekers
2022-06-25 13:26:00 -07:00
Jake Potrebic 3091fb476a Fix Player#loadData and Player#saveData javadocs (#8039) 2022-06-22 20:46:13 -07:00
Jake Potrebic 4d6659b9ff Use non-deprecated super ctor in PaperServerListPingEventImpl (#8029) 2022-06-21 08:54:52 -07:00
Jake Potrebic c517b28adc Fix number parsing (#8013) 2022-06-17 11:28:18 -07:00
Jake Potrebic b20573ca8c Fix incorrect random nextLong to nextInt (#8009) 2022-06-17 00:00:17 -07:00
Jake Potrebic 969129420b Add missing deprecation to AdvancementDisplayType (#7876) 2022-06-16 15:19:47 -07:00
Jake Potrebic 92e54e030d Couple fixes for command blocks (#8004) 2022-06-16 15:03:02 -07:00
Jake Potrebic fe2520594d Fix advancement saving before reloads (#8003) 2022-06-16 13:59:53 -07:00
Jake Potrebic e08802e9ef Add option for strict advancement dimension checks (#7954) 2022-06-14 16:31:20 -07:00
Jake Potrebic d119995386 [ci skip] Update CONTRIBUTING.md for config changes (#7977) 2022-06-14 01:53:02 -07:00
Jake Potrebic 15181a7c74 Fix command signs patch update (#7976) 2022-06-14 01:51:53 -07:00
Jake Potrebic c3f403dd76 Couple config fixes (#7975) 2022-06-13 15:29:44 -07:00
Jake Potrebic dbb094a30e Dont reassign the hiddenConfigs field in TimingsManager (#7951) 2022-06-12 10:29:27 -07:00
Jake Potrebic 9c10476c94 Fire kick event for out-of-order chat on main thread (#7942) 2022-06-11 18:11:18 -07:00
Jake Potrebic df842f3d43 Adjust config headers 2022-06-11 13:43:59 -07:00
Jake Potrebic 5a405cfe8e Updated Upstream (Bukkit/CraftBukkit) (#7936)
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:
c1d911a2 Add compat constructor to PlayerAnimationEvent

CraftBukkit Changes:
effea36a2 PR-1065: Add missing calls for BlockSpreadEvent when Sculk spreads
2022-06-11 02:02:57 -07:00
Jake Potrebic 33d48ed240 Keep default keys in some maps
Fixes https://github.com/PaperMC/Paper/issues/7913#issuecomment-1152780671
2022-06-10 17:11:12 -07:00
Jake Potrebic e44a2dc4ac Fixes parsing tags in selectors in command functions
Fixes #7928
2022-06-10 10:02:04 -07:00