Noah van der Aa
7b6a88056c
more more more more work
2023-09-21 22:35:39 +02:00
Noah van der Aa
524eeedaa8
So it begins...
2023-09-21 19:18:04 +02:00
Nassim Jahnke
84993c1413
Add clicked position to PlayerUseUnknownEntityEvent ( #9604 )
2023-08-16 17:58:07 +10:00
Spottedleaf
288a08c1af
rewrite chunk system checkpoint
2023-06-07 22:21:04 -07:00
Nassim Jahnke
9ffb4e1b63
More more more more work
2023-06-07 21:37:42 +02:00
Nassim Jahnke
1bda3d4d2a
Start working on 1.20
2023-06-07 18:24:39 +02:00
Jake Potrebic
e277e6a990
fix some compile errors
2023-03-14 15:13:41 -07:00
Nassim Jahnke
92dd8645a8
More more patches
2023-03-14 19:36:39 +01:00
Nassim Jahnke
08ab8edb76
Start working on 1.19.4
2023-03-14 18:11:24 +01:00
Jake Potrebic
f8ba85ffbf
Replace ConfiguredStructure api with Structure ( #8642 )
2023-02-28 08:36:01 -08:00
Nassim Jahnke
d4e6ee3d12
Moar, fix API
2022-12-07 19:52:24 +01:00
Nassim Jahnke
b7dd55ce72
API patches
2022-12-07 17:46:46 +01:00
Jake Potrebic
b121c04895
Moving ATs from the at file to individual patches ( #8573 )
2022-11-19 15:53:20 -08:00
Jason Penilla
b9481cae74
Move classes added to net.minecraft.server to paper packages ( #8500 )
2022-10-24 12:43:46 -07:00
Spottedleaf
90da9124c5
Re-arrange most chunk system patches to front ( #8338 )
...
* Re-arrange most chunk system patches to front
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com>
2022-09-01 09:51:59 -07:00
Jake Potrebic
2782b0c375
1.19.2 ( #8250 )
2022-08-05 15:58:34 -07:00
Jake Potrebic
ea1ffc2e95
Fix null profile key breaking nullability contracts for PlayerProfile API ( #8233 )
2022-08-03 13:46:33 -07:00
Nassim Jahnke
24201b38ce
More work
2022-07-27 21:49:24 +02:00
Nassim Jahnke
858aabab7c
Move patches over, start with first few
2022-07-27 20:52:03 +02:00
Jake Potrebic
2dddcb7bf1
Fix update future return type ( #8120 )
2022-07-18 23:06:59 -07:00
Spottedleaf
0ad5dc6e60
Do not use worldgen executor for api profile completions
...
We cannot put blocking network I/O onto the worldgen threads,
this will crash the server if it stalls
2022-07-03 14:55:56 -07:00
Jake Potrebic
2168417373
Move to configurate for paper.yml ( #7609 )
2022-06-09 01:51:45 -07:00
Nassim Jahnke
5c61ec8531
More more more patches
2022-06-07 22:12:48 +02:00
Nassim Jahnke
1148687a8d
Prepare for 1.19 dev
2022-06-07 18:52:56 +02:00
Bjarne Koll
0c85e94214
Revert to old createProfile(UUID, String) logic ( #7723 )
2022-04-22 20:54:08 +02:00
Bjarne Koll
6b895464b0
Properly create profiles with custom name/uuid ( #7558 )
2022-03-19 14:39:38 +01:00
Jason Penilla
535cd27411
Remove redundant GameProfileCache diff
2022-03-17 20:53:36 -07:00
Jason Penilla
57a5d8880e
Fix state locking for getTopMRUProfiles & getProfileIfCached
...
Also add missing last access update in getProfileIfCached
2022-03-17 19:44:45 -07:00
Bjarne Koll
9425b30b18
Use access transformers for player profile API ( #7468 )
2022-02-18 18:30:37 +01:00
Nassim Jahnke
aa0e21a2dc
Fix PlayerProfile BukkitObject serialization, deprecate setName and setId for removal ( #7471 )
...
Having a modifiable hash here is a bit flawed and most developers should never need these methods
2022-02-12 19:29:41 +01:00
Nassim Jahnke
a9e4b937c0
Updated Upstream (Bukkit/CraftBukkit/Spigot) ( #7454 )
...
* Updated Upstream (Bukkit/CraftBukkit/Spigot)
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:
8085edde SPIGOT-6918: Add SpawnCategory API and configurations for Axolotls
04c7e13c PR-719: Add Player Profile API
71564210 SPIGOT-6910: Add BlockDamageAbortEvent
CraftBukkit Changes:
febaa1c6 SPIGOT-6918: Add SpawnCategory API and configurations for Axolotls
9dafd109 Don't send updates over large distances
bdac46b0 SPIGOT-6782: EntityPortalEvent should not destroy entity when setTo() uses same world as getFrom()
8f361ece PR-1002: Add Player Profile API
911875d4 Increase outdated build delay
e5f8a767 SPIGOT-6917: Use main scoreboard for /trigger
a672a531 Clean up callBlockDamageEvent
8e1bdeef SPIGOT-6910: Add BlockDamageAbortEvent
Spigot Changes:
6edb62f3 Rebuild patches
7fbc6a1e Rebuild patches
* 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:
de951355 SPIGOT-6927: Fix default value of spawn-limits in Worlds
2022-02-12 14:20:33 +01:00
Nassim Jahnke
d8709b6bf1
More more more more more work
2021-11-23 15:03:50 +01:00
Jason Penilla
ed6d43ddb0
Prepare for updating server patches
2021-11-23 00:57:41 -08:00
Jason Penilla
4da74a5419
Remove redundant and unneeded repos, reorder repos ( #6867 )
2021-11-03 19:42:18 -07:00
Nassim Jahnke
7037cd401f
Update to Minecraft 1.17.1 ( #6097 )
2021-07-07 08:52:40 +02:00
Jake Potrebic
570006ab1e
remove more obfhelpers
2021-06-17 14:39:36 -07:00
Nassim Jahnke
3f41a42781
More more work
2021-06-12 13:18:01 +02:00