From c188f3042889c5d5513e7d2f6e286c86cfb3d80f Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Wed, 20 May 2026 17:17:14 -0700 Subject: [PATCH] feat: make command descriptions more clearly about Construct --- packs/RP/texts/en_US.lang | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/packs/RP/texts/en_US.lang b/packs/RP/texts/en_US.lang index c79b8f9..1079a2d 100644 --- a/packs/RP/texts/en_US.lang +++ b/packs/RP/texts/en_US.lang @@ -110,15 +110,15 @@ construct.commands.create.success=§aCreated instance "%1" bound to structure "% construct.commands.create.unknownStructure=§cNo structure with id "%1" found in the world. ## construct:delete -construct.commands.delete=Permanently delete an instance. +construct.commands.delete=Permanently delete a Construct instance. construct.commands.delete.success=§aDeleted instance "%1". ## construct:rename -construct.commands.rename=Rename an existing instance. +construct.commands.rename=Rename an existing Construct instance. construct.commands.rename.success=§aRenamed instance "%1" to "%2". ## construct:list -construct.commands.list=List all registered instances. +construct.commands.list=List all registered Construct instances. construct.commands.list.empty=§7No instances registered. construct.commands.list.header=§aRegistered instances (%1):§r construct.commands.list.row=§a%1§r §8[§r%2§8]§r §7%3§r @@ -128,45 +128,45 @@ construct.commands.list.row.location= at %1 in %2 construct.commands.list.row.nolocation= (no location) ## construct:place -construct.commands.place=Place an instance at world coordinates (enables it). +construct.commands.place=Place a Construct instance in the world. construct.commands.place.success=§aPlaced instance "%1" at %2 in %3. ## construct:move -construct.commands.move=Reposition an instance without toggling its enabled state. +construct.commands.move=Reposition a Construct instance without toggling its enabled state. construct.commands.move.success=§aMoved instance "%1" to %2 in %3. construct.commands.move.locationRequired=§cMust provide a dimension and coordinates when not running as a player. ## construct:active -construct.commands.active=Enable or disable an instance. +construct.commands.active=Enable or disable a Construct instance. construct.commands.active.true=§aEnabled instance "%1". construct.commands.active.false=§aDisabled instance "%1". construct.commands.error.noLocation=§cInstance "%1" has no saved location. ## construct:layer -construct.commands.layer=Set the active layer of an instance (Use 0 for the whole structure). +construct.commands.layer=Set the active layer of a Construct instance (Use 0 for the whole structure). construct.commands.layer.success=§aSet instance "%1" layer to %2. construct.commands.layer.outOfBounds=§cLayer %1 is out of bounds for instance "%2" (max %3). ## construct:nextlayer -construct.commands.nextlayer=Step layer up by one (wraps max to 0). +construct.commands.nextlayer=Step a Construct instance one layer up. construct.commands.nextlayer.success=§aInstance "%1" advanced to layer %2. ## construct:prevlayer -construct.commands.prevlayer=Step layer down by one (wraps 0 to max). +construct.commands.prevlayer=Step a Construct instance one layer down. construct.commands.prevlayer.success=§aInstance "%1" stepped back to layer %2. ## construct:verifier -construct.commands.verifier=Toggle block validation overlay for an instance. +construct.commands.verifier=Toggle block validation overlay for a Construct instance. construct.commands.verifier.enabled=§aEnabled verifier for instance "%1". construct.commands.verifier.disabled=§aDisabled verifier for instance "%1". ## construct:option -construct.commands.option=Toggle a per-player builder option. -construct.commands.option.success=§aSet option "%1" = %2. +construct.commands.option=Toggle your Construct builder options. +construct.commands.option.success=§aSet option "%1" to %2. construct.commands.option.unknownOption=§cUnknown option "%1". ## construct:info -construct.commands.info=Print instance details to chat. +construct.commands.info=Print Construct instance details to chat. construct.commands.info.header=§a=== Instance Info for "%1" ===§r construct.commands.info.structure=§7Structure:§r %1 construct.commands.info.location=§7Location:§r %1 in %2 @@ -177,11 +177,11 @@ construct.commands.info.verifier=§7Verifier running:§r %1 construct.commands.info.size=§7Size:§r %1 (%2 blocks) ## construct:stats -construct.commands.stats=Run the structure verifier and print statistics. +construct.commands.stats=Run the Construct structure verifier and print statistics. construct.commands.stats.alreadyRunning=§cA verification is already in progress. Please wait until it finishes. ## construct:materials -construct.commands.materials=Print the material list for an instance. +construct.commands.materials=Print the material list for a Construct instance. construct.commands.materials.headerAll=§aMaterials for "%1":§r construct.commands.materials.headerMissing=§aMissing materials for "%1":§r construct.commands.materials.empty=§7(no materials)