BookBinding
This plugin allows your players to enchant their items, or combine enchanting books within the comfort of their inventory!
The plugin has many configurable options
I hope to continuously update this plugin to add new features for the future
If you would like this plugin to be compatible with any custom enchantment plugin, please DM me and I will try my best!
This plugin allows your players to enchant their items, or combine enchanting books within the comfort of their inventory!
The plugin has many configurable options
Code:
# Can players combine books together (without use of anvil)
allow-book-combining: true
# Can any item be enchanted? (Sharpness applied to sand block)
unsafe-enchants: false
# Can enchantment levels exceed the enchantment max?
overpowered-levels: false
# Should the plugin play successful/unsuccessful sounds
# when enchantment is applied or books are combined?
play-sounds: true
successful-enchantment-sounds:
- 'ENTITY_PLAYER_LEVELUP'
- 'ENTITY_FIREWORK_ROCKET_LAUNCH'
unsuccessful-enchantment-sounds:
- 'BLOCK_ANVIL_LAND'
I hope to continuously update this plugin to add new features for the future
If you would like this plugin to be compatible with any custom enchantment plugin, please DM me and I will try my best!