You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When registering commands on Paper 1.20.6 (PaperMC/Paper@e41d44f) and 1.21 (PaperMC/Paper@2df432f) with the unstable brigadier API enabled, the following warning is printed:
[02:54:19 WARN]: [Plugin] "Plugin vx.x.x" has registered a listener for com.destroystokyo.paper.event.brigadier.CommandRegisteredEvent on method "public void my.package.libs.co.aikar.commands.PaperBrigadierManager.onCommandRegister(com.destroystokyo.paper.event.brigadier.CommandRegisteredEvent<com.destroystokyo.paper.brigadier.BukkitBrigadierCommandSource>)", but the event is Deprecated. "This event has been superseded by the Commands API and will be removed in a future release. Listen to LifecycleEvents.COMMANDS instead."; please notify the authors [Insprill].
When registering commands on Paper 1.20.6 (PaperMC/Paper@e41d44f) and 1.21 (PaperMC/Paper@2df432f) with the unstable
brigadier
API enabled, the following warning is printed:Minimal repro:
The text was updated successfully, but these errors were encountered: