mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-09-22 20:26:45 -04:00
Add details to chat command result messages
This commit is contained in:
parent
4cece82cfa
commit
cc5856b561
2 changed files with 130 additions and 49 deletions
|
@ -10,6 +10,16 @@ new_item=
|
|||
old_node=
|
||||
new_node=
|
||||
ore=
|
||||
Usage:=
|
||||
Params:=
|
||||
Search radius.=
|
||||
Entity technical name.=
|
||||
Node technical name.=
|
||||
Technical name of node to be replaced.=
|
||||
Technical name of node to be used in place.=
|
||||
Technical name of item to be replaced.=
|
||||
Technical name of item to be used in place.=
|
||||
Ore technical name.=
|
||||
Remove an entity from game.=
|
||||
Remove a node from game.=
|
||||
Replace an item in game.=
|
||||
|
@ -22,7 +32,10 @@ Radius must be a number.=
|
|||
Cannot use unknown item "@1" as replacement.=
|
||||
Cannot use unknown node "@1" as replacement.=
|
||||
Replaced @1 nodes.=
|
||||
Removed @1 nodes.=
|
||||
Removed @1 entities.=
|
||||
Found unknown nodes: @1=
|
||||
No unknown nodes found.=
|
||||
Ore "@1" not found, not unregistering.=
|
||||
Unregistered @1 ores (this will be undone after server restart).=
|
||||
Success!=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue