dniym / IllegalStack

A spigot based plugin dedicated to fixing glitches and exploits that have made it into final Minecraft releases.
GNU General Public License v3.0
129 stars 34 forks source link

PrepareInventoryResultEvent deprecated #160

Closed SlimeDog closed 1 year ago

SlimeDog commented 1 year ago

Required Information

Describe the bug PrepareInventoryResultEvent deprecated

On server start-up

[Server thread/WARN]: [IllegalStack] "IllegalStack v2.6.1" has registered a listener for org.bukkit.event.inventory.PrepareInventoryResultEvent on method "public void main.java.me.dniym.listeners.ProtectionListener.onRepairAttempt(org.bukkit.event.inventory.PrepareAnvilEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dNiym].

To Reproduce Steps to reproduce the behavior:

  1. Start server
  2. Review log

Plugins being used on the server N/A

Checklist:

SlimeDog commented 1 year ago

Confirmed fixed by Paper 1.19.3-330. Thanks to blablubbabc for encouraging them to fix it.