Fix error detecting correct inventory when titles include color codes
Add config handler that checks for missing sections of config file. If sections are missing, old config file is renamed and new one is generated
Add config option to disable tooltip on right-click but no shift
Remove currency name plural from config
Only show information tooltip on right-click there are enchantments on the item
New config options:
Code (Text):
confirmedUpgradeMessage: "&f$0&7 on &f$1&7 has been upgraded to level &f$2&7 for &f$3&7." # $0 = enchantment name, $1 = item name, $2 = level, $3 = cost (same as currencySymbolFormat)
confirmUpgradeMessage: "&a&lConfirm Upgrade"
noEnchantmentsOnItemMessage: "&cThere are no enchantments on this item"
clickTooltipMessage: "&7Shift + right click to view the Enchantment Upgrades Menu"
showTooltips: true # Let users know how to use the plugin by showing a tooltip whenever you right-click on a valid item with enchantments but DON'T shift
enchantmentUpgradeLevelString: "&7Current Level: &f$0&7/&f$1" # $0 = current level, $1 = max level
costToUpgradeString: "&7Upgrade Cost: $0" # $0 = cost
levelToUpgradeToString: "&7Click to upgrade to level &f$0" # $0 = level to upgrade to
upgradeEnchantNameTitleMessage: "&f&lUpgrade $0" # $0 = enchantment name
upgradeCancelTitleMessage: "&c&lCancel Upgrade"
upgradeItemNameMessage: "&7Item: &f$0" # $0 = item name
upgradeEnchantNameMessage: "&7Enchantment: &f$0" # $0 = enchantment name
upgradeLevelMessage: "&7Level Upgrade: &f$0&7 → &f$1" # $0 = current level, $1 = next level
upgradeCostMessage: "&7Cost: &f$0" # $0 = cost
errorTitleMessage: "&c&lError"
errorDeterminingEnchantMessage: "&cAn error occurred determining the enchantment."
errorNoMoneyMessage: "&cYou do not have enough money."
errorInvalidUpgrade: "&cUpgrade cannot take place."
errorMaxLevelMessage: "&cMaximum level reached"