mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-26 18:21:22 +01:00
fix: Enable unstable api help for UsageCommand
This commit is contained in:
parent
14472f5740
commit
ffb238bf24
@ -48,6 +48,7 @@ public class MVCommandManager extends PaperCommandManager {
|
|||||||
this.commandCompletionsProvider = commandCompletionsProvider;
|
this.commandCompletionsProvider = commandCompletionsProvider;
|
||||||
|
|
||||||
MVCommandConditions.load(this, worldManager);
|
MVCommandConditions.load(this, worldManager);
|
||||||
|
this.enableUnstableAPI("help");
|
||||||
}
|
}
|
||||||
|
|
||||||
void loadLanguages(PluginLocales locales) {
|
void loadLanguages(PluginLocales locales) {
|
||||||
|
Loading…
Reference in New Issue
Block a user