feat(cli): add construct:new command

This commit is contained in:
ForestOfLight
2026-05-19 21:26:34 -07:00
Unverified
parent 4d07e2e1ae
commit 50ed8c3e02
4 changed files with 59 additions and 0 deletions
+6
View File
@@ -110,3 +110,9 @@ construct.option.materialgrabber.grabbed.many=§aGrabbed %s items. ## Insert str
## CLI shared errors
construct.commands.error.instanceNotFound=§cInstance "%1" not found.
construct.commands.error.notAPlayer=§cThis command can only be used by players.
## construct:new
construct.commands.new=Create a new instance bound to a structure.
construct.commands.new.success=§aCreated instance "%1" bound to structure "%2".
construct.commands.new.duplicateName=§cAn instance named "%1" already exists.
construct.commands.new.unknownStructure=§cNo structure with id "%1" found in the world.