Rename command to 'lagoon:lagoon' for improved clarity in LagoonAddons

This commit is contained in:
2026-06-16 06:18:12 +00:00
parent 1ac55044c6
commit 14aa7be4a8
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class LagoonAddons {
world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution())); world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution()));
system.beforeEvents.startup.subscribe((e) => { system.beforeEvents.startup.subscribe((e) => {
e.customCommandRegistry.registerCommand({ e.customCommandRegistry.registerCommand({
name: 'lagoon', name: 'lagoon:lagoon',
description: 'Provides information for your Lagoon account.', description: 'Provides information for your Lagoon account.',
permissionLevel: CommandPermissionLevel.Any, permissionLevel: CommandPermissionLevel.Any,
cheatsRequired: false cheatsRequired: false

View File

@@ -13,7 +13,7 @@ class LagoonAddons {
world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution())); world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution()));
system.beforeEvents.startup.subscribe((e) => { system.beforeEvents.startup.subscribe((e) => {
e.customCommandRegistry.registerCommand({ e.customCommandRegistry.registerCommand({
name: 'lagoon', name: 'lagoon:lagoon',
description: 'Provides information for your Lagoon account.', description: 'Provides information for your Lagoon account.',
permissionLevel: CommandPermissionLevel.Any, permissionLevel: CommandPermissionLevel.Any,
cheatsRequired: false cheatsRequired: false