Added 'extra' section for some specific enchants where you can configurate enchant-specific settings, such as player-only and duration.
Added enchant signs, similar to EssentialsX, more information below and in the config file. Works only for ExtraEnchants enchantments.
Code (YAML):
enchant-signs:
enabled: true
# You can add own color codes when placing it. This should be plain. # You can also add color format to other lines too. first-line-format: "> ENCHANT <" messages:
sign-created: "&aSuccessfully created enchant sign." invalid-enchant: "&cInvalid enchantment." invalid-item-type: "&cInvalid item type." invalid-cost-level: "&cInvalid cost and level format." not-enough-money: "&cYou do not have enough money to purchase this enchant." no-item-in-hand: "&cYou must hold an item in your hand." cannot-enchant-item: "&cYou cannot enchant this item with this sign." enchant-applied: "&aSuccessfully applied enchantment." already-enchanted: "&cThis item is already enchanted."
Added config_default.yml, which will be updated/re-created on every restart and plugin update in case when a reference of the default config is needed.