feat(cli): add construct:layer command

This commit is contained in:
ForestOfLight
2026-05-19 21:58:56 -07:00
Unverified
parent 544b5c5d95
commit 8850b3c63b
4 changed files with 56 additions and 0 deletions
+5
View File
@@ -145,3 +145,8 @@ construct.commands.move.posRequired=§cMust provide coordinates when not running
construct.commands.active=Enable or disable an instance.
construct.commands.active.success=§aSet instance "%1" active=%2.
construct.commands.error.noLocation=§cInstance "%1" has no saved location.
## construct:layer
construct.commands.layer=Set the active layer of an instance (0 = 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).