Nassim Jahnke
c6f937f660
Fix config migration error preventing server startup
...
There's at least two more, but those are less pressing
2022-06-09 14:27:48 +02:00
Nassim Jahnke
6c0ab6d3ef
Updated Upstream (Bukkit/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
Bukkit Changes:
0a4b84d6 SPIGOT-7003: Add missing PlayerAnimationType
830db7d5 SPIGOT-5984: Add non deprecated / magic value way to set pixel in MapCanvas
20caf8ff PR-754: Add DamageCause.SONIC_BOOM
CraftBukkit Changes:
576a03704 SPIGOT-7003: Add missing PlayerAnimationType
0dcc5fdd0 SPIGOT-5984: Add non deprecated / magic value way to set pixel in MapCanvas
d75aacb43 Update Netty version
3b34c6bea SPIGOT-7044: Modified RandomSourceWrapper to ensure random is not null before setting seed
4b60bfd18 PR-1059: Add DamageCause.SONIC_BOOM
2022-06-09 13:55:33 +02:00
Nassim Jahnke
929bb263c3
Update configurable feature seed patch
2022-06-09 13:16:00 +02:00
Nassim Jahnke
5dc0509d47
Fixes
...
Co-authored-by: Owen1212055 <23108066+Owen1212055@users.noreply.github.com>
2022-06-09 11:57:19 +02:00
Nassim Jahnke
2514a4d5ca
Readd dummy PaperConfig and PaperWorldConfig classes
2022-06-09 11:46:41 +02:00
Jason Penilla
1eeec9f2ca
Update Optimise general POI access ( #7903 )
2022-06-09 02:37:28 -07:00
Jake Potrebic
2168417373
Move to configurate for paper.yml ( #7609 )
2022-06-09 01:51:45 -07:00
Owen1212055
01cf853f91
Deprecate origin for vibrations ( #7898 )
2022-06-08 16:44:59 -04:00
Jake Potrebic
130e8c090b
fallback to default locate logic if no API found
2022-06-08 13:42:54 -07:00
Noah van der Aa
5a7519440e
(1.19) Make timings link clickable ( #7897 )
2022-06-08 22:27:24 +02:00
Owen1212055
da6d6a433d
Add missing spawn eggs ( #7896 )
2022-06-08 16:25:47 -04:00
Nassim Jahnke
7b0c67ff2e
Slightly untrash Spigot chat handling
...
Vanilla technically allows chat messages with starting slashes now,
Spigot still accepts them as commands, most likely due to being too
lazy to properly differentiate between chat and command intent in
their implementation. This disallows modified clients to send chat
messages with slashes and makes sure chat validation always happens
on the netty event loop, rather than there and possibly being moved
to the main thread, thus having the delayed handling cause a bad
process order of message ids.
2022-06-08 21:42:49 +02:00
Owen1212055
113a6b72c2
Dont resent entity on art update ( #7887 )
2022-06-08 15:25:15 -04:00
Jake Potrebic
f823b12e0a
Fix structures issues/api ( #7895 )
2022-06-08 12:00:19 -07:00
Owen1212055
f136fe47a3
Wrap NBTOps in RegistryOps ( #7892 )
2022-06-08 14:25:39 -04:00
Jake Potrebic
2b1b40b4f5
correct patch description
2022-06-08 11:06:48 -07:00
Nassim Jahnke
ad33904828
Remove no longer needed patch
2022-06-08 20:06:04 +02:00
Nassim Jahnke
39333c8c38
Only send empty chunk when player is dead
...
Currently not needed at all with chunk rewrites not yet updated, but considering it's only actually needed for dead players, no need to fuck up a chunk without the future applied patch
2022-06-08 19:50:57 +02:00
Noah van der Aa
f81addfd7f
Port Fix missing chunks due to integer overflow to 1.19 ( #7891 )
2022-06-08 19:39:07 +02:00
Nassim Jahnke
58ff3159f6
Remove level propagator patch for now
2022-06-08 19:33:07 +02:00
Space Walker
6b2978aea0
Update Alternate Current patch ( #7890 )
2022-06-08 19:29:34 +02:00
Owen1212055
79fb78d5b2
Check if is light status or above / isLightOn / starlight version fits ( #7888 )
2022-06-08 12:32:49 -04:00
Nassim Jahnke
6491bdb641
Fix tests (again?)
2022-06-08 18:18:49 +02:00
Nassim Jahnke
f05d39d100
Reorder some patches
2022-06-08 18:13:02 +02:00
Owen1212055
4af51f89ea
Remove painting desync ( #7886 )
2022-06-08 11:45:54 -04:00
MiniDigger | Martin
3a26886e65
fix reobf issues around randomsource impls
...
prolly should be fixed in a mapping patch instead but I don't wanna
2022-06-08 17:43:25 +02:00
Nassim Jahnke
ce4dbaa014
Fix tests
2022-06-08 17:31:27 +02:00
Jake Potrebic
f07398f8ae
Add back fix swamp hut deadlock patch
2022-06-08 07:58:51 -07:00
Nassim Jahnke
36a88ba4f0
IT COMPILES BOIS
2022-06-08 16:50:14 +02:00
Nassim Jahnke
62fe743a58
Fix
2022-06-08 16:46:39 +02:00
Jake Potrebic
392f66f653
Add back Fix locateNearestStructure patch
2022-06-08 07:46:01 -07:00
Jake Potrebic
011d16bd88
Add back Fix NotePlayEvent patch
2022-06-08 07:36:43 -07:00
Jake Potrebic
aefc7991df
add back removed kelp modifier patch
2022-06-08 07:29:32 -07:00
Nassim Jahnke
3cd8d0c681
More compilation error fixes
2022-06-08 16:24:55 +02:00
Nassim Jahnke
0da6d1d498
Compilation error fixes
2022-06-08 15:59:48 +02:00
Owen1212055
92f5ec1d15
Use biome source method to prevent loading chunks ( #7885 )
2022-06-08 09:57:04 -04:00
Noah van der Aa
88ca48c121
Moar 1.19 fixes ( #7884 )
2022-06-08 15:38:56 +02:00
Nassim Jahnke
dcb23664a3
More more more more more more more more more more more patches
2022-06-08 15:36:56 +02:00
Nassim Jahnke
7c319bce76
More more more more more more more more more more patches
2022-06-08 15:12:28 +02:00
Owen1212055
bf30d497ba
Misc fixes ( #7883 )
2022-06-08 09:03:33 -04:00
Nassim Jahnke
4d7d4e996e
More more more more more more more more more patches
2022-06-08 14:33:46 +02:00
MiniDigger | Martin
a6a4cd6b84
more misc compile fixes
2022-06-08 14:19:54 +02:00
MiniDigger | Martin
80c50e91d4
Add missing DataConverter and fix some imports
...
not fully sure those imports (or well, those classes being outside of the mc package) are right, but who cares 🤷
2022-06-08 14:01:30 +02:00
Nassim Jahnke
d9a947b54c
Things, and Starlight (maybe)
2022-06-08 13:44:30 +02:00
Nassim Jahnke
7feebbe413
Things, and DataConverter (maybe)
2022-06-08 13:12:14 +02:00
Nassim Jahnke
9b7e6a1a04
More more more more more more more more patches
2022-06-08 12:40:44 +02:00
Nassim Jahnke
428127a055
More more more more more more more patches
2022-06-08 12:20:57 +02:00
Nassim Jahnke
a26fb3e49a
More more more more more more patches
2022-06-08 11:31:06 +02:00
Noah van der Aa
535fb2d726
Misc. 1.19 fixes ( #7881 )
2022-06-08 10:45:59 +02:00
Jake Potrebic
5f8843665b
bale o' patches
2022-06-08 01:00:56 -07:00