mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Improvements to the Bed, Blockinfo and Enchant commands.
This commit is contained in:
parent
735dc49d92
commit
a31b4a792b
7 changed files with 95 additions and 8 deletions
|
|
@ -105,6 +105,8 @@ error.usage=Usage:
|
|||
error.generator.invalid=Invalid usage of the generator command!
|
||||
error.generator.path=Invalid data path provided! (The path either does not exists or you have made a typo)
|
||||
error.generator.json=The provided path must be a path to a file that is in .json format!
|
||||
error.terrain_not_enabled=This feature requires Terrain And Movements to be enabled in order to work!
|
||||
error.inventoryhandling_not_enabled=This feature requires Inventory Handling to be enabled in order to work!
|
||||
|
||||
[internal command]
|
||||
# MCC internal help command
|
||||
|
|
@ -278,6 +280,8 @@ cmd.enchant.clicked=Sent a click to the server, if you have enough levels and if
|
|||
cmd.enchant.not_clicked=Could not click!
|
||||
cmd.enchant.enchanting_no_item=You must put an item inside the enchanting table in slot 0!
|
||||
cmd.enchant.enchanting_no_lapis=You must put at least 3 lapis lazuli inside the enchanting table in slot 1!
|
||||
cmd.enchant.no_enchantments=You must first put an item to enchant to the enchanting table in order to get enchantments from the server, then you can execute this command!
|
||||
cmd.enchant.no_levels=You do not have enouhg levels to enchant! (Your current level is {0}, you need to be level {1}).
|
||||
|
||||
# Entitycmd
|
||||
cmd.entityCmd.attacked=Entity attacked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue