Deprecated event listener warning, "Server performance will be affected"
bigfinfrank opened this issue ยท 1 comments
Type of bug
Error in console
/ess dump all
output
https://essentialsx.net/dump.html?id=3f10b234afd949eb870c45fbf64e4cce
Error log (if applicable)
https://paste.gg/p/anonymous/6478cb83a83f47b89f0822cd3b76b6c2
Bug description
Warning in console about registereing a deprecated event listener, "Server performance will be affected".
Steps to reproduce
- Dowload the latest build of Paper (currently 1.18.1-121) and the latest version of EssentialsX (currently 2.19.2)
java -jar paper-1.18.1-121.jar
(change jar name if necessary)- Set
eula=true
in eula.txt java -jar paper-1.18.1-121.jar
again- Run
stop
in the server console to stop the server gracefully - Change settings.deprecated-verbose in bukkit.yml from
default
totrue
- Place the core EssentialsX-2.19.2.jar file in ./plugins/
java -jar paper-1.18.1-121.jar
again- Observe the second listener warning (about org.bukkit.event.player.PlayerPickupItemEvent)
Expected behaviour
No deprecated event warnings saying "Server performance will be affected".
Actual behaviour
There is a warning in console about a deprecated event listener saying "Server performance will be affected".