Configuration

Vault:
  # Shows true if Vault is installed on the server.
  Enabled: true
  # If true, charge players with money instead of experience levels.
  UseMoney: true 
Example_Enchantment_Name:
  Money: 5000 # Money it takes to upgrade enchantment (UseMoney must be true)
  Experience: 15 # Experience levels it takes to upgrade enchantment (UseMoney must be false)
Messages:
  # Message that shows before all other messages.
  Prefix: '&8[&bUpgradeEnchant&8]'
  # Message that shows when a player upgrades an enchantment.
  Upgrade: (prefix) &aEnchantment &b(enchant_name) (enchant_old_level) &ahas been upgraded to &b(enchant_name) (enchant_new_level)&a.
  # Message that shows before the Upgrade message to let a player know how much it costed to upgrade.
  UpgradeCost: (prefix) &aYou have been charged &b(cost) &a(currency)&a.
  # Message that shows when a player reloads the config.yml file.
  Reload: (prefix) &aConfiguration reloaded.
  # Message that shows when a player does not have permission to a command.
  NoPermissionCmd: '(prefix) &4Error: &cYou do not have permission to use this command.'
  # Message that shows when a player does not have permission to upgrade an enchantment.
  NoPermissionEnchant: '(prefix) &4Error: &cYou do not have permission to use this
    enchantment.'
  # Message that shows when a player does not have enough currency to upgrade an enchantment
  UpgradeFail: '(prefix) &4Error: &cYou do not have &7(cost) &c(currency)&c.'
  # Message that shows when an enchantment is not on an item.
  NoEnchantment: '(prefix) &4Error: &cEnchantment &7(enchant_name) &cis not on this
    item.'
  # Message that shows when a player is not holding an item.
  NoItem: '(prefix) &4Error: &cYou are not holding an item.'
  # Message that shows when the syntax is incorrect.
  Syntax: '(prefix) &4Error: &cInvalid syntax. Usage: /upgradeenchant <enchantment_name>'
  # Message that shows when a player entered an invalid enchantment name.
  NotEnchantment: '(prefix) &4Error: &cEnchantment &7(enchant_name) &cis not an enchantment.'
  # Message that shows when console cannot use a command.
  Console: '(prefix) &4Error: &cYou must a player to use this command.'

Comments

Posts Quoted:
Reply
Clear All Quotes