mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added Enchanting Table ASCII Art.
Added ChatBot method for enchantments. Changed the how the list of enchantments looks, now looks cleaner + has Roman numbers. Added safe guards to the echant command.
This commit is contained in:
parent
4dc1b420f5
commit
c47add39a4
9 changed files with 277 additions and 88 deletions
|
|
@ -153,6 +153,12 @@ extra.entity_disabled=§cEntities are currently not handled for that MC version.
|
|||
extra.entity_required=Please enable EntityHandling in the config file first.
|
||||
|
||||
# Enchantments
|
||||
Enchantment.enchantments_available=Enchantments available
|
||||
Enchantment.tops_slot=Top slot
|
||||
Enchantment.middle_slot=Middle slot
|
||||
Enchantment.bottom_slot=Bottom slot
|
||||
Enchantment.levels=Levels
|
||||
|
||||
Enchantment.Protection=Protection
|
||||
Enchantment.FireProtection=Fire Protection
|
||||
Enchantment.FeatherFalling=Feather Falling
|
||||
|
|
@ -308,6 +314,8 @@ cmd.enchant.invalid_slot=Invalid slot provided (Available: top, middle, bottom)!
|
|||
cmd.enchant.enchanting_table_not_opened=You must open a an enchanting table in order to use this option!
|
||||
cmd.enchant.clicked=Sent a click to the server, if you have enough levels and if you have placed the items in the correct slots it should enchant!
|
||||
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!
|
||||
|
||||
# Entitycmd
|
||||
cmd.entityCmd.attacked=Entity attacked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue