File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
java/com/artillexstudios/axvanish/command Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323import org .incendo .cloud .bukkit .parser .OfflinePlayerParser ;
2424import org .incendo .cloud .execution .ExecutionCoordinator ;
2525import org .incendo .cloud .paper .PaperCommandManager ;
26+ import org .incendo .cloud .setting .ManagerSetting ;
2627
2728import java .util .ArrayList ;
2829import java .util .List ;
@@ -41,6 +42,7 @@ public void register() {
4142 manager = PaperCommandManager .builder ()
4243 .executionCoordinator (ExecutionCoordinator .simpleCoordinator ())
4344 .buildOnEnable (this .plugin );
45+ manager .settings ().set (ManagerSetting .OVERRIDE_EXISTING_COMMANDS , true );
4446 } catch (Exception e ) {
4547 LogUtils .error ("Failed to initialize command manager" , e );
4648 return ;
Original file line number Diff line number Diff line change @@ -5,6 +5,3 @@ api-version: "1.18"
55folia-supported : true
66softdepend :
77 - PlaceholderAPI
8- loadafter :
9- - CMI
10- - Essentials
You can’t perform that action at this time.
0 commit comments