feat(cli): add construct:delete command

This commit is contained in:
ForestOfLight
2026-05-19 21:30:49 -07:00
Unverified
parent 50ed8c3e02
commit c682d7a199
4 changed files with 45 additions and 0 deletions
+4
View File
@@ -116,3 +116,7 @@ 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.
## construct:delete
construct.commands.delete=Permanently delete an instance.
construct.commands.delete.success=§aDeleted instance "%1".