Multiverse-Core

Multiverse-Core

6M Downloads

[Bug]: EntityCreatePortalEvent listener

kudit opened this issue · 2 comments

commented

/mv version -p output

https://paste.gg/1c8bbd824a484511afa03e36b54654e3

Server logs

https://paste.gg/p/anonymous/cf9e14349eea4f55b8cf9ab2ece9bf37

Server Version

> version
[13:46:40 INFO]: Checking version, please wait...
[13:46:41 INFO]: This server is running Paper version git-Paper-381 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 07b956e)
You are running the latest version
Previous version: git-Paper-365 (MC: 1.20.4)
>

Bug Description

Server outputs the following on startup. I don't think I'm doing anything custom that would trigger this.:
[13:35:10 WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].

Steps to reproduce

Start server with Multiverse-Core, Multiverse-Inventory, and Multiverse-NetherPortals installed.

Agreements

  • I have searched for and ensured there isn't already an open or resolved issue(s) regarding this.
  • I was able to reproduce my issue on a freshly setup and up-to-date server with the latest version of Multiverse plugins with no other plugins and with no kinds of other server or client mods.
commented

The next line after that warning, is:
[Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.

commented

Ahh. Sorry, I missed the next line. Thanks.