mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add command for dropping items from inventory (#1581)
* Add command for dropping items from inventory * Allow other container to be used
This commit is contained in:
parent
f7e74c76c2
commit
1cd7c098c3
3 changed files with 62 additions and 0 deletions
|
|
@ -326,6 +326,11 @@ cmd.sneak.desc=Toggles sneaking
|
|||
cmd.sneak.on=You are sneaking now
|
||||
cmd.sneak.off=You aren't sneaking anymore
|
||||
|
||||
# DropItem
|
||||
cmd.dropItem.desc=Drop specified type of items from player inventory or opened container
|
||||
cmd.dropItem.dropped=Dropped all {0} from inventory #{1}
|
||||
cmd.dropItem.unknown_item=Unknown item {0}
|
||||
|
||||
# Tps
|
||||
cmd.tps.desc=Display server current tps (tick per second). May not be accurate
|
||||
cmd.tps.current=Current tps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue