Add prevent suicide to minds and add tag control commands (#13307)

This commit is contained in:
Chief-Engineer
2023-02-16 18:36:10 -06:00
committed by GitHub
parent a0ea580260
commit b482463c91
5 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
addtag-command-description = Adds a tag to a given entity
addtag-command-help = Usage: addtag <entity uid> <tag>
addtag-command-success = Added {$tag} to {$target}.
addtag-command-fail = Could not add {$tag} to {$target}.
removetag-command-description = Removes a tag from a given entity
removetag-command-help = Usage: removetag <entity uid> <tag>
removetag-command-success = Removed {$tag} from {$target}.
removetag-command-fail = Could not remove {$tag} from {$target}.
tag-command-arg-tag = Tag