Commit Graph

5672 Commits

Author SHA1 Message Date
Mariell Hoversholm 5fe78fe2b1 fix: remove empty java file
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:08:26 +02:00
Mariell Hoversholm 08ced2fad8 fix: add pom changes to gradle
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:06:01 +02:00
Mariell Hoversholm cbb039f6b0 fix: up the max memory for gradle
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:02:47 +02:00
Jake Potrebic 8d1e866fcd Update Timings patch (#5796) 2021-06-11 11:02:16 -07:00
Mariell Hoversholm a849e9f4b0 ci: remove java 8 build
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 19:56:25 +02:00
Mariell Hoversholm ee3cf8cc09 More remapped patches
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 17:52:05 +02:00
Mariell Hoversholm ab79a948f5 Rename all patches to correct numbering scheme
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 15:46:44 +02:00
Mariell Hoversholm 66b67abbef Apply a few more patches
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 15:46:25 +02:00
Mariell Hoversholm aafaccad78 Rename POM changes to build system changes
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 14:33:08 +02:00
Mariell Hoversholm 656297e209 Remap POM changes patch
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 14:31:17 +02:00
MiniDigger | Martin 95d25d98e8 Move patches around 2021-06-11 14:02:28 +02:00
Kyle Wood 9f5325207d Initial Spigot remap patches 2021-06-11 06:43:40 -05:00
Kyle Wood e8399962f4 Move patches 2021-06-11 06:35:46 -05:00
Kyle Wood a637254968 Update paperweight & build config for Spigot changes 2021-06-11 06:23:18 -05:00
MiniDigger | Martin 7dd61c6238 Did anyone say gradle? and paperweight? potentially even mojmap?! 2021-06-11 09:45:34 +02:00
MiniDigger | Martin 9cd572d31e hacked build changes, api applies cleanly 2021-06-11 08:29:15 +02:00
Jake Potrebic 7369abbfa2 Updated Upstream (Bukkit/CraftBukkit) (#5794)
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:
7e29f765 SPIGOT-6502: Loading a class from a library of another plugin resulted in a ClassCastException.

CraftBukkit Changes:
296df566 Remove outdated build delay.
2021-06-10 21:35:13 -07:00
MiniDigger | Martin 5cf7330459 fix: wrong return in javadocs for bookmeta (#5579)
Closes #5574.
Reviewed-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-08 17:47:54 +02:00
Jake Potrebic ebe9ba4c01 Fix PotionSplashEvent for water splash potions (#5697) 2021-06-08 04:29:20 -07:00
Jake Potrebic 2dfa65c5b2 Adds per-world spawn limits (#4837) 2021-06-08 03:52:01 -07:00
Jake Potrebic 8ad27b61bc Updated Upstream (CraftBukkit) (#5786)
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:
fae895ac Fix inconsistent commands
2021-06-07 21:39:24 -07:00
Max Lee 513393d4cf Better fix for invulnerable crystals and improve Origin API (#5761) 2021-06-07 16:38:33 +01:00
Aurora 0437aeebb7 Updated Upstream (CraftBukkit) (#5784)
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:
3797d93e3 SPIGOT-6492: PortalCreateEvent#getBlocks() returns not all blocks by reason fire
2021-06-07 13:47:53 +02:00
Josh Roy b881670015 Fix timings sometimes incorrectly marking commands (#5783) 2021-06-06 15:04:43 -04:00
TwoLeggedCat b04b2e037b Add more line of sight methods (#5749) 2021-06-05 03:25:16 -05:00
Max Lee aaecd72944 Improve seed based feature search to not load chunk (#5760)
This is done by returning the center location of the chunk at the height
 of the input location when the target chunk isn't loaded already which
 is exact enough for most use cases and will get more precise once the
 player is close enough for the chunk being loaded anyways.

As this might lead to less precise locations a config option to enable
 the sync loading of the chunks is provided.
2021-06-05 09:07:35 +01:00
Jake Potrebic a31cdfbcff Make item validations configurable (#5775) 2021-06-05 00:56:05 -07:00
LemonCaramel edb4be1e28 Fix Cannot be adventure component serialized when the legacy component is null (#5754) 2021-06-05 16:49:04 +09:00
Automated e5768e2b2b [Auto] Updated Upstream (Bukkit)
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:
04df07fe #615: Calculate the reachable nodes only once per transitive dependency check.
2021-06-04 18:22:15 -04:00
Josh Roy 612f3e137a Fix dangerous end portal logic (#5776)
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2021-06-04 17:58:45 -04:00
Shane Freeder d963592869 Do not tick Chunk TickS for every chunk 2021-06-03 06:13:18 +01:00
Automated 55888af12f [Auto] Updated Upstream (CraftBukkit)
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:
ebe18b9b0 SPIGOT-6487: Fix issue with villagers picking up items in certain situations
2021-06-02 22:27:31 -04:00
Josh Taylor 887b02a2ad Use original user input instead of legacy event result for AbstractChatEvent#originalMessage (#5770) 2021-06-02 23:57:54 +01:00
Shane Freeder 2614cde313 [CI-SKIP] Fixup patch header 2021-06-02 05:51:15 +01:00
Shane Freeder 11743149cd Restore vanilla water animal limit
Spotted by pheonix616, merged into a similar patch for the sake of
the patch numbers :o
2021-06-02 05:45:12 +01:00
BillyGalbreath d9aca71bc7 Reset villager inventory on cancelled pickup event (again) (#5766) (Fixes #5765) 2021-06-01 22:11:13 -05:00
Nassim Jahnke bb5486d372 Updated Upstream (CraftBukkit) (#5762)
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:
90a4d64a Remove usage of Java 11 method not caught by animal sniffer
c51c0f7f SPIGOT-6483: Fix cancelling EntityPickupEvent for villagers
2021-06-01 12:19:10 +02:00
Automated 14216d1a4f [Auto] Updated Upstream (CraftBukkit)
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:
769a579cb SPIGOT-6482: Baby piglins will pick up more items than vanilla
2021-06-01 04:42:33 -04:00
Owen1212055 bec391acf9 Add ElderGuardianAppearanceEvent (#5394) 2021-05-31 02:18:38 -04:00
Jake Potrebic 3bd7f20611 Fix invulnerable end crystals: MC-108513 (#5734) 2021-05-30 18:18:03 -07:00
Max Lee 80852eb3b2 Fix issue with soft despawn distance (#5755)
Previously setting the soft despawn distance above the default
 value of 32 would mean that an entity outside of the 32 range
 would still count ticksFarFromPlayer up every tick without
 resetting it which might lead to the entity (almost) instantly
 despawning once it went outside of the configured distance
 instead of waiting 600 ticks.
2021-05-31 01:46:42 +01:00
Owen1212055 69cbc63e05 Add BellRevealRaiderEvent (#5729) 2021-05-30 08:52:01 -04:00
Gergely Sarkozi 027b85caf3 editMeta: tighten contract via docs (#5714) 2021-05-30 13:45:46 +02:00
Shane Freeder 51b2370434 Do not print spawn loaded chunks
This counter is no longer accurate due to the fact that paper does not block for these loads
to finish
2021-05-30 03:02:23 +01:00
Jake Potrebic 4e835fca94 Add getHandRaised to LivingEntity (#5752) 2021-05-29 18:51:13 -07:00
Kezz 0d254aed35 Fix broadcast event and add Adventure broadcast (#5477) 2021-05-29 23:56:24 +01:00
Jake Potrebic 08bb14c394 fix beacon activate/deactivate events (#5646) 2021-05-29 08:22:47 -07:00
Automated d99b1787b9 [Auto] Updated Upstream (CraftBukkit)
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:
a0149bf16 SPIGOT-6480: Players cannot take books from lecterns that were opened by plugins
2021-05-29 05:07:34 -04:00
Jake Potrebic d320702772 Updated Upstream (CraftBukkit) (#5742) 2021-05-28 16:23:38 -07:00
BillyGalbreath 9926a78782 Reset villager inventory on cancelled pickup event (#5738) 2021-05-28 08:17:05 -05:00