13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft/server/level
Aikar 0d8c3dc008 Block Enderpearl Travel Exploit
Players are able to use alt accounts and enderpearls to travel
long distances utilizing the pearls in unloaded chunks and loading
the chunk later when convenient.

This disables that by not saving the thrower when the chunk is unloaded.

This is mainly useful for survival servers that do not allow freeform teleporting.

Note: Currently removed as enderpearls are ticked as long as their owner is online in 1.21.2.
Might be worth to re-add once an option to disable the above vanilla mechanic is added, to
fully prevent enderpearl travel exploits.

== AT ==
public net.minecraft.world.entity.projectile.Projectile ownerUUID
2018-04-30 17:15:26 -04:00
..
ChunkHolder.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ChunkMap.java.patch Don't check if we can see non-visible entities 2023-10-21 20:52:57 +01:00
DistanceManager.java.patch Don't crash if player is attempted to be removed from untracked chunk. 2020-04-18 15:59:41 -04:00
ServerChunkCache.java.patch Add debug for sync chunk loads 2019-07-19 03:29:14 -07:00
ServerEntity.java.patch Prevent sending oversized item data in equipment and metadata 2021-12-01 12:36:25 +01:00
ServerLevel.java.patch Block Enderpearl Travel Exploit 2018-04-30 17:15:26 -04:00
ServerPlayer.java.patch Allow using old ender pearl behavior 2024-10-27 12:36:53 -07:00
ServerPlayerGameMode.java.patch Fix InventoryOpenEvent cancellation 2024-08-19 18:05:26 +02:00
TicketType.java.patch MC Utils 2016-03-28 20:55:47 -04:00
WorldGenRegion.java.patch Fix creation of invalid block entity during world generation 2024-03-30 21:06:10 +01:00