Server crash while spawning on a minecart
maxspeed3006 opened this issue ยท 1 comments
I've recently made the switch from Loginsecurity and i've been loving this plugin but i'm currently having an issue involving minecarts
What behaviour is observed:
If a player disconnects while riding a minecart in a location that is far away from spawn (like 7 million blocks) and then reconnects, the server just hangs with: https://pastebin.com/qMWiTTJC
What behaviour is expected:
The player to log in normally and being teleported to their last logout location.
Steps/models to reproduce:
- have both SaveQuitLocation and teleportUnAuthedToSpawn set to true on config.yml
- place a minecart far away from spawn (1000000+ blocks)
- hop on the minecart
- logout
- try to log back in and the server just hangs
My uneducated guess is that the plugin is forcing the server to load a huge amount of chunks and just hangs because of this, i also noted that if you place a minecart close to spawn the server wont hang but the user will spawn riding the minecart in the location they logged off instead of being teleported to spawn, regardless of teleportUnAuthedToSpawn being set to true.
Plugin list:
Plugins (36): AntiVPN, AuthMe, BetterPing*, BKCommonLib, ChatSentinel, CommandAPI, DiscordSRV, DragonSlayer, Essentials, EssentialsChat, EssentialsGeoIP, EssentialsSpawn, ezBroadcast*, FarmControl, GriefPrevention, HamsterAPI*, ImageMaps, IPLock*, Jobs, LuckPerms, Maplands, MidiPlayer*, OpenInv, PlayerHeads, ProtocolLib, ServerListPlus, ServerRestart, SkinsRestorer, Spartan, TAB, Vault, Votifier, VotingPlugin, WorldEdit, WorldGuard, WorldGuardExtraFlags
(tried just running authme and the issue persisted)
Environment description:
Paper version git-Paper-553 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
AuthMe build number:
AuthMeReloaded v5.6.0-SNAPSHOT (build: 2448)
Error Log:
thread dump: https://pastebin.com/2Hfq5Nba
Configuration:
I honestly don't know if i'm the only one encountering this problem, so if anyone could try to reproduce this, i'd really appreciate it.