mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Leave bed command.
This commit is contained in:
parent
5571b99a03
commit
6a266c68c3
2 changed files with 21 additions and 0 deletions
|
|
@ -343,6 +343,10 @@ 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!
|
||||
|
||||
# Leave bed
|
||||
cmd.leavebed.desc=Used to leave a bed.
|
||||
cmd.leavebed.leaving=Leaving a bed.
|
||||
|
||||
# List
|
||||
cmd.list.desc=get the player list.
|
||||
cmd.list.players=PlayerList: {0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue