mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add /inventory creativedelete (#1590)
This commit is contained in:
parent
95d6318350
commit
64123a26a5
2 changed files with 31 additions and 14 deletions
|
|
@ -254,8 +254,9 @@ cmd.health.response=Health: {0}, Saturation: {1}, Level: {2}, TotalExperience: {
|
|||
# Inventory
|
||||
cmd.inventory.desc=Inventory command
|
||||
cmd.inventory.creative_done=Requested {0} x{1} in slot #{2}
|
||||
cmd.inventory.creative_fail=Failed to request Creative Give
|
||||
cmd.inventory.need_creative=You need Gamemode Creative
|
||||
cmd.inventory.creative_delete=Requested to clear slot #{0}
|
||||
cmd.inventory.creative_fail=Failed to request Creative action
|
||||
cmd.inventory.need_creative=You must be in Creative gamemode
|
||||
cmd.inventory.container_not_found=Cannot find container, please retry with explicit ID
|
||||
cmd.inventory.close=Closing Inventoy #{0}
|
||||
cmd.inventory.close_fail=Failed to close Inventory #{0}
|
||||
|
|
@ -274,12 +275,14 @@ cmd.inventory.drop_stack=Dropped whole item stack from slot #{0}
|
|||
# Inventory Help
|
||||
cmd.inventory.help.basic=Basic usage
|
||||
cmd.inventory.help.available=Available actions
|
||||
cmd.inventory.help.help=\n{0} Use '/inventory help <action>' for action help.\nCreative mode give: {1}\n'player' and 'container' can be simplified to 'p' and 'c'.\nNote that parameters in '[]' are optional.
|
||||
cmd.inventory.help.help={0}\nUse '/inventory help <action>' for action help.\n'player' and 'container' can be simplified to 'p' and 'c'.\nNote that parameters in '[]' are optional.
|
||||
cmd.inventory.help.usage=Usage
|
||||
cmd.inventory.help.list=List your inventory.
|
||||
cmd.inventory.help.close=Close an opened container.
|
||||
cmd.inventory.help.click=Click on 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.unknown=Unknown action.
|
||||
|
||||
# List
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue