 
                GUI | Fully Configurable | Money Enchant | Level Enchant
EnchantShop is a fully configurable Minecraft plugin that allows players to buy enchanted items through a GUI It supports features like Money Enchants, where players can spend in-game currency to apply enchantments, and Level Enchants, which let players select specific enchantment levels for their gear. The plugin enhances the gameplay experience by adding an easy-to-use shop for enchanted items, giving players more control over their enchantments and customizations.
Developer API


enchants-inventory:
  open: LEFT_CLICK_BLOCK
enchants-inventory:
  title: "&8List of enchants"
messages:
  purchase-successfully: "&aYou purchase &6{ENCHANT} &aenchant!"
  purchase-error: "&cYou cannot buy this enchant! Check your level or money!"
  must-hold-something: "&cYou have to hold something in your main hand!"
  yes-message: "&eClick to purchase!"
  no-message: "&cYou dont have enough money!"
  cannot-enchant-this-item: "&cYou cannot enchants this item!"
  no-bookshelves: "&cToo few books around enchant!"
  no-permission: '&cYou dont have permission!'
  no-console: '&cThis command cannot be used as a console!'
commands:
  descriptions:
    admin:
      open: '&f&oOpen the enchantment inventory!'
      list: '&f&oLists currently available enchants!'
      reload: '&f&oReloads the plugin'
  reload-success: '&aSuccessfully reloaded!'
errors:
  reload-fail: '&cA serious error occurred during reloading'
enchants:
  damage_6:
    enchant:
      name: SHARPNESS
      level: 6
    required-bookshelves: 5
    cost:
      level: 5
    name: "Sharpness VI"
    item:
      name: "&aSharpness VI"
      lore:
        - "&7Cost: &65 levels"
        - ""
        - "{CAN-BUY}"
      material: ENCHANTED_BOOK
  damage_7:
    required-bookshelves: 6
    enchant:
      name: SHARPNESS
      level: 7
    cost:
      money: 150.0
    name: "Sharpness VII"
    item:
      name: "&aSharpness VII"
      lore:
        - "&7Cost: &6150 money"
        - ""
        - "{CAN-BUY}"
      material: ENCHANTED_BOOK
  damage_8:
    required-bookshelves: 7
    enchant:
      name: SHARPNESS
      level: 8
    cost:
      money: 200.0
      level: 6
    name: "Sharpness VIII"
    item:
      name: "&aSharpness VIII"
      lore:
        - "&7Cost: &66 levels and 200 money"
        - ""
        - "{CAN-BUY}"
      material: ENCHANTED_BOOK
# Format: '{sound},{pitch},{volume}' (I wish you a pleasant config fix)
invalid-sound-replace: true
invalid-sound-replace-approximate: true
invalid-sound: 'none,0f,0f'
sounds:
  purchase: 'NOTE_PLING,1.0f,2.0f'
  notenoughmoney: 'ENDERMAN_TELEPORT,1.0f,0.5f'
  musthold: 'ENDERMAN_TELEPORT,1.0f,0.5f'
  cannotenchant: 'ENDERMAN_TELEPORT,1.0f,0.5f'
  nobook: 'VILLAGER_NO,1.0f,1.0f'       For support, please use only resource discussion 
Terms of Service 
By using this plugin, you agree to the following terms, which may be updated by the author at any time.