Add prevent suicide to minds and add tag control commands (#13307)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user