Updated language file.

This commit is contained in:
Brianna 2020-02-01 06:52:28 -05:00
parent 1d63c5e888
commit fc260992b3

View File

@ -1,63 +1,67 @@
#General Messages # General Messages
general.nametag.prefix = "&8[&6EpicEnchants&8]" general:
nametag:
prefix: '&8[&6EpicEnchants&8]'
#Command Messages # Command Messages
command.book.received = "&7You have been given a &6{enchant}&r &7book."
command.book.gave = "&7You gave &6{player} &7a &6{enchant}&r &7book."
command.book.maxlevel = "&cThe max level for &4{enchant}&r &cis &4{max_level}&c."
command.book.minlevel = "&cThe min level for &4{enchant}&r &cis &41&c."
command.randombook.received = "&7You have been given a random book." command:
command.randombook.gave = "&7You gave &6{player} &7a random book." book:
received: '&7You have been given a &6{enchant}&r &7book.'
gave: '&7You gave &6{player} &7a &6{enchant}&r &7book.'
maxlevel: '&cThe max level for &4{enchant}&r &cis &4{max_level}&c.'
minlevel: '&cThe min level for &4{enchant}&r &cis &41&c.'
randombook:
received: '&7You have been given a random book.'
gave: '&7You gave &6{player} &7a random book.'
whitescroll:
received: '&7You have been given a whitescroll.'
gave: '&7You gave &6{player} &7a whitescroll.'
apply:
invaliditem: '&cYou cannot apply &4{enchant}&r &cto this item.'
reload: '&7Configuration files reloaded.'
giveunknown: '&cUnknown item to give &4{unknown}&c.'
dust:
gave: '&7Gave &6{group} DUST &7to &6{player}&7.'
received: '&7You have received &6{group} DUST&7.'
command.whitescroll.received = "&7You have been given a whitescroll." # Event Messages
command.whitescroll.gave = "&7You gave &6{player} &7a whitescroll."
command.apply.invaliditem = "&cYou cannot apply &4{enchant}&r &cto this item." blackscroll:
success: '&7Successfully blackscrolled &6{group_color}{enchant}&r&6 {level}&7.'
command.reload = "&7Configuration files reloaded." noenchants: '&cNo enchants to blackscroll.'
whitescroll:
command.giveunknown = "&cUnknown item to give &4{unknown}&c." alreadyapplied: '&cThis item is already protected!'
applied: '&7This item is now protected!'
command.dust.gave = "&7Gave &6{group} DUST &7to &6{player}&7." enchanter:
command.dust.received = "&7You have received &6{group} DUST&7." cannotafford: '&cYou cannot afford this purchase.'
success: '&7Purchased &6{group_color}{group_name} &7book for &6{exp_cost} experience&7.'
#Event Messages tinkerer:
open: '&7Trading with the tinkerer.'
blackscroll.success = "&7Successfully blackscrolled &6{group_color}{enchant}&r&6 {level}&7." cancelled: '&cCancelled.'
blackscroll.noenchants = "&cNo enchants to blackscroll." accepted: '&7Accepted.'
noitems: '&cThe tinkerer is not interested in any of your items...'
whitescroll.alreadyapplied = "&cThis item is already protected!" depositedall: '&7Deposited {amount} items.'
whitescroll.applied = "&7This item is now protected!" alchemist:
maxtwoitems: '&cYou may only combine &42 &citems at once...'
enchanter.cannotafford = "&cYou cannot afford this purchase." notinterested: '&cThe alchemist is not interested in any of your items...'
enchanter.success = "&7Purchased &6{group_color}{group_name} &7book for &6{exp_cost} experience&7." maxlevelbook: '&cThe alchemist cannot combine max leveled books...'
maxpercentagedust: '&cThe alchemist cannot combine 100% success rate dust...'
tinkerer.open = "&7Trading with the tinkerer." highestgroupdust: '&cThe alchemist cannot accept dust of the highest tier.'
tinkerer.cancelled = "&cCancelled." differentenchantment: '&cThe alchemist can only combine books with the same enchantments...'
tinkerer.accepted = "&7Accepted." differentlevels: '&cThe alchemist can only combine books of the same level...'
tinkerer.noitems = "&cThe tinkerer is not interested in any of your items..." differentgroups: '&cThe alchemist can only combine dust of the same group...'
tinkerer.depositedall = "&7Deposited {amount} items." cannotafford: '&cYou cannot afford this exchange...'
success: '&7Exchanged for &6{exp_cost} &7experience.'
alchemist.maxtwoitems = "&cYou may only combine &42 &citems at once..." enchants:
alchemist.notinterested = "&cThe alchemist is not interested in any of your items..." invalidmaterial: '&cYou can not apply &4{enchant}&r &cto that item...'
alchemist.maxlevelbook = "&cThe alchemist cannot combine max leveled books..." failure: '&4{enchant}&r &cfailed to apply...'
alchemist.maxpercentagedust = "&cThe alchemist cannot combine 100% success rate dust..." brokenfailure: '&4{enchant}&r &cfailed to apply and broke your item...'
alchemist.highestgroupdust = "&cThe alchemist cannot accept dust of the highest tier." conflict: '&cYou cannot apply this enchant as it conflicts with another enchant...'
alchemist.differentenchantment = "&cThe alchemist can only combine books with the same enchantments..." maxedout: '&cYou already have that enchant maxed out on this item...'
alchemist.differentlevels = "&cThe alchemist can only combine books of the same level..." alreadyapplied: '&cYou already have that enchant applied on this item.'
alchemist.differentgroups = "&cThe alchemist can only combine dust of the same group..." protected: '&7This book would have broken your item, luckily it was protected!'
alchemist.cannotafford = "&cYou cannot afford this exchange..." success: '&7You have successfully applied &6{enchant}&r&7.'
alchemist.success = "&7Exchanged for &6{exp_cost} &7experience." book:
discover: '&7You examine the &6{group_color}{group_name} &7Enchantment Book, and discover &6{enchant_format}&7!'
enchants.invalidmaterial = "&cYou can not apply &4{enchant}&r &cto that item..."
enchants.failure = "&4{enchant}&r &cfailed to apply..."
enchants.brokenfailure = "&4{enchant}&r &cfailed to apply and broke your item..."
enchants.conflict = "&cYou cannot apply this enchant as it conflicts with another enchant..."
enchants.maxedout = "&cYou already have that enchant maxed out on this item..."
enchants.alreadyapplied = "&cYou already have that enchant applied on this item."
enchants.protected = "&7This book would have broken your item, luckily it was protected!"
enchants.success = "&7You have successfully applied &6{enchant}&r&7."
book.discover = "&7You examine the &6{group_color}{group_name} &7Enchantment Book, and discover &6{enchant_format}&7!"