CloudburstMC / Cloudburst

Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.
178 stars 70 forks source link

Plugins are duplicated in the /plugin command #84

Closed imjack closed 4 years ago

imjack commented 4 years ago

Expected Behavior

When you run /plugin only one instance of the plugin name shows

Actual Behavior

The plugin is shown twice. image

Steps to Reproduce

Add a plugin and run /pl

Debug information

Crashdump, Backtrace or Other Files

Checklist:

imjack commented 4 years ago

From a quick debug from my plugin even getServer().getPluginManager().getAllPlugins() returns two instances of the plugin. Maybe it's been registered twice?