With no complicated commands, players can simply open the enchantment GUI by right-clicking on a diamond pickaxe, making it easy for both new and experienced users.
Custom Enchantment GUI: A sleek and intuitive interface for managing enchantments, ensuring players can easily access and upgrade their tools.
Economy Integration: Fully compatible with Vault, allowing enchantments to cost in-game currency.
Configurable Costs & Limits: Set base costs, multipliers, and maximum enchantment levels to fit your server's balance and progression system.
Pickaxe-Focused Enhancements: Specifically made for upgrading Diamond Pickaxes with Fortune, Efficiency, and Unbreaking.
Anti-Tampering Mechanisms: Prevent players from removing or modifying items in the GUI to maintain a fair and seamless experience.
Commands: - /enchantgui version - /enchantgui reload (enchantgui.reload)
Config:
Code (YAML):
# CREATED BY R_ayne # https://discord.gg/nrFSp8VugF enchantments:
fortune: # Is it enabled? (Will not remove from the GUI) enabled: true
# The cost when the pickaxe is not enchanted basecost: 150
efficiency:
enabled: true
basecost: 150
unbreaking:
enabled: true
basecost: 150
# How much will the price go up by every level? Default: 1.5 multi: 1.5
# Please keep in mind that the maximum level an enchantment can go to is 32,767. # Any higher than that and the tool will be unusable unless commands are applied. maxlevel: 255
messages:
reload_success: "&b&lPlugin has been reloaded successfully!" error_message: "&c&lAn error occurred. Please try again. If you need help, join https://discord.gg/nrFSp8VugF" max_enchant: "Your tool has reached the maximum enchantment level!"