diff --git a/scripts/main.js b/scripts/main.js index 5ab3809..07f6e20 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -9,7 +9,7 @@ class LagoonAddons { world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution())); system.beforeEvents.startup.subscribe((e) => { e.customCommandRegistry.registerCommand({ - name: 'lagoon', + name: 'lagoon:lagoon', description: 'Provides information for your Lagoon account.', permissionLevel: CommandPermissionLevel.Any, cheatsRequired: false diff --git a/src/main.ts b/src/main.ts index 3bd49ed..e198446 100644 --- a/src/main.ts +++ b/src/main.ts @@ -13,7 +13,7 @@ class LagoonAddons { world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution())); system.beforeEvents.startup.subscribe((e) => { e.customCommandRegistry.registerCommand({ - name: 'lagoon', + name: 'lagoon:lagoon', description: 'Provides information for your Lagoon account.', permissionLevel: CommandPermissionLevel.Any, cheatsRequired: false