Commit Graph

5764 Commits

Author SHA1 Message Date
Nassim Jahnke fa1a7c180c
Update log4j to 2.17.0 2021-12-18 09:09:38 +01:00
Nassim Jahnke a4e665f842
Update log4j to 2.16.0 2021-12-17 19:03:00 +01:00
Glare a2697ba5b1
Update Log4J off snapshot (#7071) 2021-12-10 03:00:20 +00:00
Nassim Jahnke cc25d64401
Update log4j 2021-12-09 21:34:09 +01:00
Jake Potrebic 42e2f67b29
backport: fix loading cmds in datapacks (#6793) 2021-10-18 15:01:41 -07:00
stonar96 7f332fab84
Backport "Use correct LevelStem registry when loading default end/nether" to 1.16.5 (#6792) 2021-10-17 18:10:29 +01:00
Shane Freeder 114fec1070 Remove duplicate code 2021-08-29 20:25:38 +01:00
LemonCaramel 9a76761ded
Backport "Vanilla command permission fixes" to 1.16.5 (#6494) 2021-08-26 10:25:31 +01:00
Shane Freeder 22fb7c89d6
Add missing debug traces for tasks still running during shutdown 2021-08-11 23:13:33 +01:00
LemonCaramel 92cea84823
Backport Add PlayerArmSwingEvent to 1.16 (#6197) 2021-08-08 00:50:49 +00:00
HexedHero fadeabe9e3
Backport "Fix scheduler task ID overflow and duplication issues" (#6261) 2021-08-07 17:42:19 -07:00
Jake Potrebic 0a2be0cbac
Skip TE break validation for some waterlogged TEs (#5741) 2021-07-21 01:42:33 +00:00
LemonCaramel 4615f58a70
Backport "Fix command signs" to 1.16.5 (#6169) 2021-07-12 21:33:06 -07:00
Shane Freeder cfbab5ca9f
Use a CHM for StructureTemplate.Pallete cache 2021-07-12 12:35:52 +01:00
Josh Roy 4e01b5a9c7
Backport "Route sign run_command click events through normal chat logic" to 1.16.5 (#6116)
Co-authored-by: mdcfe <1917406+mdcfe@users.noreply.github.com>
2021-07-07 10:46:06 -07:00
Jake Potrebic 06b0b573d3
Fix NPE for msg send on player join (#6041) 2021-06-30 00:10:23 +01:00
Shane Freeder 903fa9a33f
Enable chunk load for feature search by default
generating the chunk allows vanilla to determine if the "potential"
structure location was actually put in place, as well as the exact
position of it, while the offset location was a minor inconvenience
for most game play, the fact that it would return potentials which
would fail does cause a good chunk of impact
2021-06-16 21:50:21 +01:00
Mariell Hoversholm 2db85c553f
fix: origin world can be unknown while knowing location
We will now store the world ID. It may not be used if the entity is
loaded before the world in question is, but it might be used later on,
should the entity come after the world.

Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-12 23:30:56 +01:00
Jake Potrebic e04368045e
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-11 06:35:13 +02:00
MiniDigger | Martin c649585082
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 3dbb8926e5
Fix PotionSplashEvent for water splash potions (#5697) 2021-06-08 11:29:20 +00:00
Jake Potrebic b759d006ed
Adds per-world spawn limits (#4837) 2021-06-08 10:52:01 +00:00
Jake Potrebic 81de619d3c
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-08 06:39:24 +02:00
Max Lee 5e3604f1b4
Better fix for invulnerable crystals and improve Origin API (#5761) 2021-06-07 16:38:33 +01:00
Aurora d5fe9c8174
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 d20e5b1954
Fix timings sometimes incorrectly marking commands (#5783) 2021-06-06 19:04:43 +00:00
TwoLeggedCat 0daded2f25
Add more line of sight methods (#5749) 2021-06-05 10:25:16 +02:00
Max Lee 8fd4e70db7
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 10:07:35 +02:00
Jake Potrebic 7ad8498c32
Make item validations configurable (#5775) 2021-06-05 07:56:05 +00:00
LemonCaramel 3673d6758e
Fix Cannot be adventure component serialized when the legacy component is null (#5754) 2021-06-05 09:49:04 +02:00
Aikar afb0748a2c
[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 7d751ad8d3
Fix dangerous end portal logic (#5776)
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2021-06-04 21:58:45 +00:00
Shane Freeder 12716324d9
Do not tick Chunk TickS for every chunk 2021-06-03 06:13:18 +01:00
Aikar af1a50993f
[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 5d05da2579
Use original user input instead of legacy event result for AbstractChatEvent#originalMessage (#5770) 2021-06-02 15:57:54 -07:00
Shane Freeder f89be1281a
[CI-SKIP] Fixup patch header 2021-06-02 05:51:15 +01:00
Shane Freeder acbb69e671
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 ea381dde32
Reset villager inventory on cancelled pickup event (again) (#5766) (Fixes #5765) 2021-06-02 03:11:13 +00:00
Nassim b94a99b033
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
Aikar f5cb169e01
[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 407ad043cc
Add ElderGuardianAppearanceEvent (#5394) 2021-05-31 06:18:38 +00:00
Jake Potrebic a04ad7bfb4
Fix invulnerable end crystals: MC-108513 (#5734) 2021-05-31 02:18:03 +01:00
Max Lee c894e8bbbe
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 00:46:42 +00:00
Owen1212055 302e5101a6
Add BellRevealRaiderEvent (#5729) 2021-05-30 12:52:01 +00:00
Gergely Sarkozi 34e6b2dc39
editMeta: tighten contract via docs (#5714) 2021-05-30 11:45:46 +00:00
Shane Freeder db2d501ba3
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 86ffde0384
Add getHandRaised to LivingEntity (#5752) 2021-05-30 01:51:13 +00:00
Kezz 9072c349a0
Fix broadcast event and add Adventure broadcast (#5477) 2021-05-29 15:56:24 -07:00
Jake Potrebic 525d0e3d37
fix beacon activate/deactivate events (#5646) 2021-05-29 16:22:47 +01:00
Aikar e403d6aafc
[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