mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added /inventory search <item type> [count] command and fixed command help and description.
This commit is contained in:
parent
5b8d5e8e4a
commit
6cb7a25a16
2 changed files with 69 additions and 2 deletions
|
|
@ -329,7 +329,11 @@ cmd.inventory.help.shiftclick=Shift click an item.
|
|||
cmd.inventory.help.drop=Drop an item from inventory.
|
||||
cmd.inventory.help.creativegive=Give item in creative mode.
|
||||
cmd.inventory.help.creativedelete=Clear slot in creative mode.
|
||||
cmd.inventory.help.inventories=List avaliable inventories
|
||||
cmd.inventory.help.search=Search for an item in avaliable Inventories
|
||||
cmd.inventory.help.unknown=Unknown action.
|
||||
cmd.inventory.found_items=Found items
|
||||
cmd.inventory.no_found_items=Could not find the specified item in any of avaliable Inventories!
|
||||
|
||||
# List
|
||||
cmd.list.desc=get the player list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue