Commit Graph

2459 Commits

Author SHA1 Message Date
Encode42
c49163cee5
[ci-skip] Update build script 2023-03-21 22:56:18 -04:00
Encode42
427a599880
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@5100822 Re-enable multi-release plugin JARs (#9001)
PaperMC/Paper@662b85e Use random UUIDs instead of incrementing long for click callback ids (#9007)
PaperMC/Paper@eb09502 Fix entity damage event triggers (#8995)
PaperMC/Paper@83948f6 Fire reload event after everything has been reloaded (#9003)
PaperMC/Paper@7929540 update paperclip to 3.0.3
PaperMC/Paper@ff603cb adventure: make calls with generic component lists more usable (#9008)
PaperMC/Paper@c7520ec Use class loggers without the fqn for non-debug logging (#9012)
PaperMC/Paper@7af4cd3 Updated Upstream (Bukkit/CraftBukkit) (#9013)
PaperMC/Paper@e8b8259 [ci skip] Properly document firing of Entity/BlockExplodeEvent (#9014)
2023-03-21 22:49:31 -04:00
granny
34464812aa
[ci-skip] clean up TODOs in patches 2023-03-20 20:04:44 -07:00
Martijn
eb1479754d
Fix the Optional type server status version being compared to null (#1294) 2023-03-20 14:14:40 -07:00
Ben
abe0fb1242 [ci-skip] update todo file 2023-03-19 14:17:07 -04:00
granny
ea899cadeb
make sniffer ridable 2023-03-18 21:29:23 -07:00
skbeh
ab3bcc95b4
Improve JS exec return value handling (#1290) 2023-03-18 23:34:59 -04:00
granny
5200826333
flip some config defaults for vanilla parity 2023-03-18 18:41:24 -07:00
granny
09b5d5446b
Revert "flip some config defaults for vanilla parity"
This reverts commit 808b1cbde5.
2023-03-18 18:36:32 -07:00
Ben
808b1cbde5 flip some config defaults for vanilla parity 2023-03-18 20:49:11 -04:00
granny
4715a7ea3a
[ci-skip] add more stuff to todo list 2023-03-18 16:54:36 -07:00
Ben
95ad375dd3 fix endermen projectile issues 2023-03-18 18:52:36 -04:00
Ben
389fb6bc02 fix some patches 2023-03-18 17:04:30 -04:00
Ben
56f5adf79a fix paperclip bug 2023-03-18 16:35:47 -04:00
granny
d383dbb262
use magic damage type instead of custom 2023-03-16 03:57:15 -07:00
granny
55dbafe799
it compiles \o/ 2023-03-16 02:50:38 -07:00
granny
3c0d4f1d84
fix some compile errors 2023-03-15 18:03:35 -07:00
granny
6314bddba2
fix some compile errors 2023-03-15 06:40:51 -07:00
granny
1dea120002
finish applying patches for 1.19.4 2023-03-15 05:49:00 -07:00
granny
67066cdd46
[ci-skip] remove unused config option
not sure why we didn't do this during the 1.19.2 update
2023-03-14 21:56:53 -07:00
Melncat
72b75798c5
Add option to fix creative mode actions with NetworkItemSerializeEvent (#1168) 2023-03-14 21:14:28 -07:00
skbeh
ea72a33dad
Update Rhino to 1.7.14 (#1285) 2023-03-14 20:53:58 -07:00
William Blake Galbreath
db11753bb6
Fix NPE when no world given to explosions (#1286) 2023-03-14 14:35:25 -06:00
granny
8c8c18bb21
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@18470db Fix getTargetEntity not targeting creative players (#8960)
PaperMC/Paper@155aa36 Properly handle load before plugins in legacy loading (#8962)
2023-03-12 13:31:57 -07:00
granny
890a9d7e4b
inline Component import 2023-03-11 21:43:38 -08:00
granny
235d5075a1
Updated Upstream (Paper & Pufferfish)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@4e99466 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#8874)

Pufferfish Changes:
pufferfish-gg/Pufferfish@52307ae Updated Upstream (Paper)
2023-03-11 21:23:41 -08:00
granny
9e436f732a
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@27c0503 Correctly handle ArmorStand invisibility (#8944)
PaperMC/Paper@bf2053a Fix Player#setPlayerProfile (#8939)
PaperMC/Paper@4d7269e Correctly Remove Classloaders, Avoid Loading Providers in /paper dumpplugins, Fix library lookup (#8938)
2023-03-08 01:16:14 -08:00
granny
ef4b73ced7
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@75280ef Fix cancelling EntityDeathEvent for Armor Stands killed by players (#6478)
PaperMC/Paper@6f57163 Add CompostItemEvent and EntityCompostItemEvent (#6356)
PaperMC/Paper@5cc78f2 Use configured log prefix for spigot library loading (#7934)
2023-03-06 00:46:23 -08:00
granny
ade1ed1d98
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@e574412 Replace ConfiguredStructure api with Structure (#8642)
PaperMC/Paper@a172880 Update ForgeFlower to 2.0.627.2, fixes dev bundle not applying with Java 19 runtime
PaperMC/Paper@4151f75 /paper entity list QOL improvements (#8876)
PaperMC/Paper@8a815a0 Fix rendering for translatable death messages (#8534)
PaperMC/Paper@d30cda1 Add TeleportFlags (#8855)
PaperMC/Paper@3dcf4e4 Add EntityFertilizeEggEvent (#8041)
PaperMC/Paper@f2075c4 Take in account waterlogged block for the event (#8623)
PaperMC/Paper@e5e75dd Include previous spawn angle in SpawnChangeEvent (#8606)
PaperMC/Paper@541753b Fix HumanEntity#drop not updating the client inventory (#6761)
2023-03-05 03:34:19 -08:00
Sage
3940c828a6
Add PreExplodeEvents (#1234) 2023-03-01 17:07:06 -08:00
granny
c5f1057812
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@83a1304 [ci skip] Update Gradle wrapper to 8.0.1 (#8924)
PaperMC/Paper@08e6622 fix runServer tasks
PaperMC/Paper@4ae202e Fix getBlockStateIfLoaded world bounds check
PaperMC/Paper@b670798 Close plugin jar file on classloader close and after retrieving name for updating (#8902)
PaperMC/Paper@5170d6f Update the flag when a captured block state is outdated (#8860)
PaperMC/Paper@dead691 Fix MC-157464 Prevent sleeping villagers moving towards food (#8923)
PaperMC/Paper@f408c25 Log message if plugin bootstrap provided external plugin instead of throwing an exception (#8914)
2023-02-28 05:58:01 -08:00
granny
afcd5b6f10
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@ed44f69 Fix NamespacedKey#equals not accepting other Key types (#8919)
PaperMC/Paper@e2b8e6b chore: update adventure documentation url in javadocs (#8912)
PaperMC/Paper@2f953a8 Additional ExplosiveMinecart API (#8896)
PaperMC/Paper@fc072c0 Fix forced respawn with respawn anchor (#8845)
PaperMC/Paper@16fc1a1 Make PluginProviderContext#getLogger return ComponentLogger, remove PluginProviderContext#getSLF4JLogger (#8921)
PaperMC/Paper@9256248 [ci skip] Update README and CONTRIBUTING (#8917)
PaperMC/Paper@ad3e1bc Don't log or die on cyclic dependencies of Spigot plugins
2023-02-27 03:32:11 -08:00
granny
387a581a42
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@c7a82c1 Clean up hopper optimization patch
PaperMC/Paper@8836739 Update adventure doc links
PaperMC/Paper@81d7ff6 Properly re-add providers when reloading (#8881)
2023-02-25 23:17:21 -08:00
granny
1d7602de32
[ci-skip] unneeded as of commit before last upstream 2023-02-23 03:42:51 -08:00
granny
71669e3f19
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@60b83fe Validate providers when populating load order tree (#8890)
PaperMC/Paper@a9ab684 Fix update folder logging error when no folder exists (#8891)
PaperMC/Paper@87bb3e6 Close library classloader and improve PluginDescriptionFile (#8901)
PaperMC/Paper@0620289 Do not send plugin headers when it is not required (#8889)
PaperMC/Paper@ce2b6b2 Properly log any Throwable on plugin class creation (#8897)
PaperMC/Paper@6b77643 Fix chat messages logged in console (#8872)
PaperMC/Paper@50eacd3 Avoid duplicate game event on initial fill (#8887)
2023-02-23 03:39:52 -08:00
granny
9698422af2
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@d9699b5 Configure mokitor Server mock as stubOnly (#8861)
PaperMC/Paper@8b37e9e update alternate current to v1.5.0 (#8882)
PaperMC/Paper@ddc0a99 Further clarify functionality of damageItemStack methods (#8878)
PaperMC/Paper@bb63a61 Fix JavaPlugin static getPlugin methods (#8888)
2023-02-21 23:05:26 -08:00
granny
0f3bbcbbbf
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@8c4e811 Update circular dependencies warning, properly crash
PaperMC/Paper@0e4f2cc Small paper plugin fixes (#8866)
PaperMC/Paper@8427c88 Redefine Cyclic Dependencies (#8873)
2023-02-20 23:34:28 -08:00
granny
9940dcf74b
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@841da90 Paper Plugins (#8108)
PaperMC/Paper@7baf427 Fix plugin updater logic, allow null update directory (#8864)
2023-02-19 22:32:02 -08:00
granny
41593baf70
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@27516ee Temp fix for EntityType.translationKey
PaperMC/Paper@8fced9d [ci skip] Update paperweight to 1.5.1 (#8856)
PaperMC/Paper@f9dc371 Fix calling UnknownCommandEvent (#8232)
2023-02-17 03:20:27 -08:00
granny
fccccfa194
up the heap size for tests 2023-02-15 18:50:14 -08:00
granny
c795c61137
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@afe633d convert API/server tests to mockito (#8848)
PaperMC/Paper@03a4e7a Updated Upstream (Bukkit/CraftBukkit) (#8832)
PaperMC/Paper@5c87711 Make sure Registry is loaded after Bukkit.setServer() (#8853)
2023-02-15 18:34:28 -08:00
granny
08aa4dccaa
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@afa16e6 Modify offline mode warning to include Velocity line (#8812)
PaperMC/Paper@de38a45 Add projectile hit simulation API (#8816)
PaperMC/Paper@7e7e6b4 More Win Screen API (#8805)
PaperMC/Paper@bd77b78 Fix desync of honeycomb when the event is canceled (#8713)
PaperMC/Paper@bb05fcf Add missing isFuel Material entries (#8843)
PaperMC/Paper@8d1acf6 Call PlayerReadyArrowEvent for when items in the offhand are used (#8842)
PaperMC/Paper@f2f9e8c Remove patch that was made obsolete by vanilla (#8847)
2023-02-13 15:48:05 -08:00
granny
0090323edb
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@7569191 Send disguised chat for vanished players
PaperMC/Paper@96fd31b Fix chunk sending when the computed time overflows (#8833)
PaperMC/Paper@39aef52 Fix `Tick::addTo`/`::between` causing SOE (#8824)
PaperMC/Paper@0c3311c Add Entity Body Yaw API (#8822)
PaperMC/Paper@0c9ace8 Add AntiXray layered obfuscation mode (#8799)
PaperMC/Paper@5eca964 [ci skip] Rebuild patches
2023-02-09 17:55:16 -08:00
granny
bac7738314
bonemealable sugarcane, cactus, and netherwart 2023-02-09 00:28:47 -08:00
granny
bfe93ff754
this is important... 2023-02-08 20:32:13 -08:00
granny
cbb7fc002e
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@b9b4c9a Deprecate duplicate API for arrow stuck count (#8829)
PaperMC/Paper@57f1157 Updated Upstream (Bukkit/CraftBukkit) (#8823)
2023-02-08 20:24:09 -08:00
granny
5c6a830298
use scoreboard name instead of Component name, fixes #1265 2023-02-05 02:00:36 -08:00
granny
62c25ffbe8
[ci-skip] take inspiration from TAB's issue template 2023-01-31 20:01:24 -08:00
granny
c44c800b3a
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@18fabc0 Remove CraftItemStack#setAmount null assignment (#8807)
PaperMC/Paper@9147456 Updated Upstream (CraftBukkit/Spigot) (#8815)
PaperMC/Paper@4da844f Fix force-opening enchantment tables (#8820)
2023-01-31 19:42:02 -08:00
Zaify
789233aa7f
Determine lava and water fluid explosion resistance by their block explosion resistance (#1260) 2023-01-28 19:18:41 -05:00