Cannot retrieve entity from ID when upgrade from 4.6.0 to 4.8.0
jiongjionger opened this issue ยท 4 comments
Describe the bug
Cannot retrieve entity from ID when upgrade ProtocolLib from 4.6.0 to 4.8.0.
Server version: 1.12.2 Paper
I also tried to upgrade the error reporting plugin to the latest version, which didn't help anything.
https://pastebin.com/RyecwVLR
https://pastebin.com/cGKZ0uC1
https://pastebin.com/tbeTpGG8
@dmulloy2 me too
This is caused by all listeners being in async by default.
https://www.spigotmc.org/threads/protocollib-get-entity-from-entityid-error.550321/
Newest version of protocol lib adds a listener option for forced-sync listeners.