Bug Fix:
- Item disappear if inventory is full
- failed to get economy provider
Added:
- new message
Code (YAML):
Message:
Inventory-Full
: '&cYour inventory is full! Please clean out some space before enchanting!'
- sound effect after players enchanting their tools
Code (YAML):
enchant-sound:
enable
: true
sound
: BLOCK_ENCHANTMENT_TABLE_USE
volume
: 1.0
pitch
: 1.0
- ignore_conflict in enchantment settings
Code (YAML):
# Ignore the enchantment conflict set by minecraft or other custom enchantment plugin
ignore-conflict
:
- ''
Note: config.yml and enchantments file will be automatically updated