Note: The plugin works fine for me in versions 1.14 and 1.14.1. If you find any bugs, please inform me Added: - Added "CloseInventoryAfterEnchant" in config
Code (YAML):
# If the plugin is not up-to-date, you will get a notification when you join the server. check-update: true
Prefix: '&b&l
[&eEnchantGui&b&l
] '
# If enabled, this plugin will override other plugin's command if its the same with this plugin's. Override-Command: true
#Player are only allowed to open the "EnchantGui" only if the enchanting table was placed by an admin. Only-Admin-EnchantTable: true
CloseInventoryAfterEnchant: false
# If enabled, the GUI will be closed when player is trying to enchant but they don't have enough money/level. CloseInventoryWhenNotEnoughCurrency: true
# If enabled, player requires every single enchantment permission (such as enchantgui.enchantments.DAMAGE_ALL) to enchant. # Note: enchantgui.enchantment.ALL to access all the enchantments. # the permission above only player can access to all enchantments but not level. (If PermissionForEachEnchantmentLevel is enabled). # If you want to give player the permission that access to all Enchantments and level , give "enchantgui.enchantment.*" permission to them. PermissionForEachEnchantment: false
# If enabled, player requires every single enchantments level (such as enchantgui.enchantments.DAMAGE_ALL.<level>) to enchant. PermissionForEachEnchantmentLevel: false
Message:
Successful-Enchant-Item: '&cYou have successfully enchanted
{ENCHANTMENT
} into your
{ITEM
}'
Not-Enough-Money: '&cYou don''t have enough money!'
Not-Enough-Level: '&cYou don''t have enough level!'
No-Enchantment-Permission: '&cYou don''t have permission to enchant this!'
No-Enchantment-Level-Permission: '&cYou don''t have permission to enchant this level!'
No-Permission: '&cYou don''t have permission to do this!'
Bug Fixed: - Fixed "no-item-found" is not working.