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
We can't register the main instance again (eventManager.registerListeners(this, this)) as the "The plugin main instance is automatically registered." error appears
The text was updated successfully, but these errors were encountered:
The main class cannot be excluded from the unregistration since the method explicitly indicates that it unregisters all the listeners of the plugin. But we could allow to register the main class as a listener as electronicboy said #1211
Excepted behaviour:
test123
on startuptest321
after/velocity reload
Current behaviour:
test123
on startuptest321
after/velocity reload
We can't register the main instance again (
eventManager.registerListeners(this, this)
) as the "The plugin main instance is automatically registered." error appearsThe text was updated successfully, but these errors were encountered: