Commit graph

5980 commits

Author SHA1 Message Date
Spottedleaf 2920f9b9e5 some patches 2021-06-12 09:26:16 +02:00
Jake Potrebic 2dc0a31f5c
fix PlayerUseUnknownEntityEvent patch (#5800) 2021-06-12 04:37:02 +01:00
Jason Penilla d43c31d141
patches 2021-06-11 20:07:57 -07:00
Jason Penilla c56800c6fb
Add ASM dep to API and fix issues from title packet changes with bungee api 2021-06-11 19:25:10 -07:00
Jake Potrebic 933a189a04
more patches (#5799) 2021-06-12 03:24:43 +01:00
Jake Potrebic 650edb93ca more patches 2021-06-12 03:19:04 +02:00
Jake Potrebic 3a3831d6aa more patches 2021-06-12 03:19:04 +02:00
Jake Potrebic 1f8e76b185 rebase 2021-06-12 03:19:04 +02:00
Jake Potrebic a9f38a8789 fix adventure patch 2021-06-12 03:19:04 +02:00
Jason Penilla 9188180d7a
Add Paper version back to manifest, add runShadow, runReobf, and runDev tasks for testing 2021-06-11 18:10:12 -07:00
MiniDigger a22a0e56ef few fixes to make it actually run 2021-06-12 02:22:53 +02:00
Kyle Wood 7ea73d48d4
fix: Update paperweight mcdev and fix CraftBukkit patch 2021-06-11 15:18:19 -05:00
Mariell Hoversholm a588190780
feat: new maven group: io.papermc.paper
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 21:35:53 +02:00
Mariell Hoversholm eccd156d12
fix: map parent method where CB does not
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 21:08:51 +02:00
Mariell Hoversholm a79616b9cc
fix: the server compiles
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:33:36 +02:00
Mariell Hoversholm 088e980a80
fix: closer to compilable
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:26:56 +02:00
Mariell Hoversholm 9c2a18af92
fix: remove #isStopping check
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:16:11 +02:00
Mariell Hoversholm d8d7c8c8aa
fix: remove empty java file
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:08:26 +02:00
Mariell Hoversholm 87ee3b4d67
fix: add pom changes to gradle
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 20:06:01 +02:00
Mariell Hoversholm 82eb9fffc8
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 3f10bf1163
Update Timings patch (#5796) 2021-06-11 20:02:16 +02:00
Mariell Hoversholm 3d21ab7adb
ci: remove java 8 build
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 19:56:25 +02:00
Mariell Hoversholm 132382dca3
More remapped patches
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 17:52:05 +02:00
Mariell Hoversholm a207d14a0e
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 35487dbfcc
Apply a few more patches
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 15:46:25 +02:00
Mariell Hoversholm 648fec34e4
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 1eedd5991a
Remap POM changes patch
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
2021-06-11 14:31:17 +02:00
MiniDigger 4d225813a1 Move patches around 2021-06-11 14:02:28 +02:00
MiniDigger 73bcb74f23 Inital remap of patches 2021-06-11 13:56:17 +02:00
Kyle Wood c1aacf62b5
Initial Spigot remap patches 2021-06-11 06:43:40 -05:00
Kyle Wood fc52b39f3f
Move patches 2021-06-11 06:35:46 -05:00
Kyle Wood 604ebc2cac
Update paperweight & build config for Spigot changes 2021-06-11 06:34:57 -05:00
MiniDigger 211b20ffa5 Did anyone say gradle? and paperweight? potentially even mojmap?! 2021-06-11 09:45:34 +02:00
MiniDigger 65dcb5348e hacked build changes, api applies cleanly 2021-06-11 08:29:15 +02: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