EssentialsX

EssentialsX

2M Downloads

Deprecated event listener warning, "Server performance will be affected"

bigfinfrank opened this issue ยท 1 comments

commented

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

  1. Dowload the latest build of Paper (currently 1.18.1-121) and the latest version of EssentialsX (currently 2.19.2)
  2. java -jar paper-1.18.1-121.jar (change jar name if necessary)
  3. Set eula=true in eula.txt
  4. java -jar paper-1.18.1-121.jar again
  5. Run stop in the server console to stop the server gracefully
  6. Change settings.deprecated-verbose in bukkit.yml from default to true
  7. Place the core EssentialsX-2.19.2.jar file in ./plugins/
  8. java -jar paper-1.18.1-121.jar again
  9. 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".

commented

These can be ignored