
Ender pearl stasis chamber doesnt work. Ender pearls cant spawn after reconnect
usvername123 opened this issue ยท 2 comments
What behaviour is observed?
Ender pearl in the stasis chamber cant spawn after reconnect to server
Expected behaviour
Spawn ender pearls in the stasis chamber
To Reproduce
- Make ender pearl stasis chamber
- Reconnect to server
Plugin list
AuthMe, Chatty, Chunky, CommandWhitelist, CoreProtect, DiscordSRV, Essentials, GSit, LuckPerms, PlaceholderAPI
ProtocolLib, RewardsLite, SkinsRestorer, sleep-most, Vault
Server Implementation
Standalone server (no proxy)
Database Implementation
SQLite
AuthMe Version
AuthMeReloaded v5.7.0-SNAPSHOT (build: 2642)
Error log (if applicable)
Failed to spawn player ender pearl in level (ResourceKey[minecraft:dimension / minecraft:overworld]), skipping
Configuration
.
SOLUTION:
In the server.properties file, there is a setting named "sync-chunk-writes=".
For the Ender Pearls to be force loaded, it must be set to true!
Then you have to throw the Pearls new in the chamber and it should work.
Keep in mind that some optimization plugins can cause further issues with this feature.
For server "optimization" this setting is normally on false if you use, for example, optimization plugins or Paper.
The setting was still false on my clean vanilla server because Bukkit was installed there in earlier versions.