Bjarne Koll
a24f9b204c
1.21.6 dev
...
Co-authored-by: Bjarne Koll <git@lynxplay.dev >
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com >
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com >
Co-authored-by: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com >
Co-authored-by: Noah van der Aa <ndvdaa@gmail.com >
Co-authored-by: Owen1212055 <23108066+Owen1212055@users.noreply.github.com >
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com >
2025-06-17 15:45:25 +02:00
Nassim Jahnke
f00727c57e
1.21.5
...
Co-authored-by: Bjarne Koll <git@lynxplay.dev >
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com >
Co-authored-by: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com >
Co-authored-by: MiniDigger | Martin <admin@minidigger.dev >
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev >
Co-authored-by: Noah van der Aa <ndvdaa@gmail.com >
Co-authored-by: Owen1212055 <23108066+Owen1212055@users.noreply.github.com >
Co-authored-by: Shane Freeder <theboyetronic@gmail.com >
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com >
Co-authored-by: Tamion <70228790+notTamion@users.noreply.github.com >
Co-authored-by: Warrior <50800980+Warriorrrr@users.noreply.github.com >
2025-04-12 17:27:00 +02:00
Nassim Jahnke
f12d33f04e
Track codec writing
2025-02-25 21:45:02 +01:00
Owen
55f3f280cb
Reimplement ItemStack Obfuscation ( #11817 )
...
Reimplementation of the itemstack obfuscation config that
leverages the component patch map codec to drop
unwanted components on items or replaces them with
sanitized versions.
Co-authored-by: Bjarne Koll <git@lynxplay.dev >
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com >
2025-01-09 18:58:18 +01:00
Lulu13022002
5922e6334b
fix allowPermanentBlockBreakExploits config
2024-12-18 23:35:47 +01:00
Lulu13022002
6126012369
readd beacon effect cause
2024-12-18 19:29:39 +01:00
Nassim Jahnke
7caf863b52
Small diff cleanups from patch updating
...
And remove a dumb log change in PacketEncoder
2024-12-17 16:50:59 +01:00
Nassim Jahnke
9c973e84bc
Some fixes
2024-12-16 15:44:33 +01:00
Owen1212055
822b963d3f
net/minecraft/network/protocol/game/
2024-12-14 12:57:50 -05:00
Nassim Jahnke
45ddf764d9
Move patches to unapplied
2024-12-12 12:30:31 +01:00
Nassim Jahnke
c6f962ba54
Prevent sending oversized item data in equipment and metadata
...
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com >
2021-12-01 12:36:25 +01:00
Aikar
236dce4925
Handle Large Packets disconnecting client
...
If a players inventory is too big to send in a single packet,
split the inventory set into multiple packets instead.
2018-11-27 21:18:06 -05:00
Nassim Jahnke
3758965f88
Improve tag parser handling
2024-02-05 11:54:04 +01:00
Spottedleaf
46c2fbfb74
Reduce allocation of Vec3D by entity tracker
2020-04-27 00:04:16 -07:00
Corey Shupe
53fab9663b
Add Listing API for Player
2023-01-11 16:40:39 -05:00
Shane Freeder
16b8d46c1c
Prevent causing expired keys from impacting new joins
2023-04-03 08:55:52 +01:00
Owen1212055
37bf078394
Sanitize sent BlockEntity NBT
2021-12-03 16:55:50 -05:00
Brody Beckwith
a17ed327b3
Multi Block Change API Implementation
2022-01-14 00:41:11 -05:00
Cryptite
0fd1e5c650
Multiple Entries with Scoreboards
2021-09-21 18:17:33 -05:00
BillyGalbreath
d9c0a60246
MC-4: Fix item position desync
...
This fixes item position desync (MC-4) by running the item coordinates
through the encode/decode methods of the packet that causes the precision
loss, which forces the server to lose the same precision as the client
keeping them in sync.
2020-12-08 20:24:52 -06:00
Aikar
a99426b5fe
Configurable Player Collision
2016-04-13 02:10:49 -04:00
Jedediah Smith
e2263633d4
Add PlayerUseUnknownEntityEvent
...
Adds the PlayerUseUnknownEntityEvent to be used by plugins dealing with
virtual entities/entities that are not actually known to the server.
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev >
2016-04-02 05:09:16 -04:00
Riley Park
66779f5c86
Adventure
...
== AT ==
public net.minecraft.network.chat.HoverEvent$ItemStackInfo item
public net.minecraft.network.chat.HoverEvent$ItemStackInfo count
public net.minecraft.network.chat.HoverEvent$ItemStackInfo components
public net.minecraft.network.chat.contents.TranslatableContents filterAllowedArguments(Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
Co-authored-by: zml <zml@stellardrift.ca >
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com >
2021-01-29 17:54:03 +01:00
CraftBukkit/Spigot
49288f7f95
BungeeCord Chat API
...
By: md_5 <git@md-5.net >
2014-12-13 03:06:05 +01:00
CraftBukkit/Spigot
804b118219
Limit block placement/interaction packets
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-06-29 21:10:34 +01:00
CraftBukkit/Spigot
30e4583dbe
Remap CraftBukkit to Mojang+Yarn Mappings
...
By: Initial Source <noreply+automated@papermc.io >
2024-12-11 22:26:55 +01:00
CraftBukkit/Spigot
a265d64138
Move CraftBukkit per-file patches
...
By: Initial <noreply+automated@papermc.io >
2024-12-11 22:26:36 +01:00