13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft/server
Aikar 7659c20386 Don't move existing players to world spawn
This can cause a nasty server lag the spawn chunks are not kept loaded
or they aren't finished loading yet, or if the world spawn radius is
larger than the keep loaded range.

By skipping this, we avoid potential for a large spike on server start.

== AT ==
public net.minecraft.server.level.ServerPlayer fudgeSpawnLocation(Lnet/minecraft/server/level/ServerLevel;)V
2020-04-09 21:20:33 -04: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 Don't move existing players to world spawn 2020-04-09 21:20:33 -04:00
network Fix CB call to changed postToMainThread method 2019-05-10 18:38:19 +01:00
packs Build system changes 2016-02-29 20:40:33 -06:00
players Don't move existing players to world spawn 2020-04-09 21:20:33 -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 Add tick times API and /mspt command 2020-04-05 22:23:14 -05: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