Paper/paper-server/patches/sources/net/minecraft/server
Spottedleaf 4c32788db0 Prevent position desync causing tp exploit
Caused the server to revert to the player's overworld coordinates
after teleporting into the end.

Sidenote: The underlying issue is that the move call can teleport
entities and do other things like kill the entity. In the future,
to fix all exploits derieved from this usually unexpected
behaviour, we need to move all of this dangerous logic outside
of the move call and into an appropriate place in the tick method.
2020-06-12 16:51:39 -07:00
..
bossevents Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
commands Fixes and additions to the spawn reason API 2019-03-24 00:24:52 -04:00
dedicated Remote Connections shouldn't hold up shutdown 2020-03-31 03:50:42 -04:00
gui Make the GUI graph fancier 2020-02-02 04:00:40 -06:00
level Fire PlayerJoinEvent when Player is actually ready 2020-04-19 00:05:46 -04:00
network Prevent position desync causing tp exploit 2020-06-12 16:51:39 -07:00
packs Build system changes 2016-02-29 20:40:33 -06:00
players Fire PlayerJoinEvent when Player is actually ready 2020-04-19 00:05:46 -04:00
rcon Remote Connections shouldn't hold up shutdown 2020-03-31 03:50:42 -04:00
Bootstrap.java.patch Fix this stupid bullshit 2017-08-06 17:17:53 -05:00
Main.java.patch Basic PlayerProfile API 2018-01-15 22:11:48 -05:00
MinecraftServer.java.patch Wait for Async Tasks during shutdown 2020-05-10 22:16:17 -04:00
PlayerAdvancements.java.patch Add PlayerAdvancementCriterionGrantEvent 2018-01-19 08:15:29 -06:00
ServerAdvancementManager.java.patch Configurable Advancement Disabling 2017-06-09 16:29:31 +10:00
ServerFunctionManager.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerScoreboard.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerTickRateManager.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Services.java.patch Paper config files 2022-06-08 22:20:16 -07:00