NOTE: This a custom enchant module requires TokenEnchant plugin v.3.5.x. and Java 8!
This plugin contains a custom enchantment effect to make any item retain-able on death. You can also configure the enchantment so that only soul-bounded item can only be picked up by the lawful owner.
Installation:
Just install TE-SoulBoundEnchant.jar in TokenEnchant/enchants folder. Then you can either "restart the server" or "reload the plugin (not /te reload)". SouldBoundEnchantment will automatically be loaded into TokenEnchant framework.
Configuration:
You need to add new entry for "SoulBound" enchant under "Potions:" section in your config.yml. Also, you need to enable "Refund" function in TokenEnchant plugin. (as of 2.4.2 you no longer need to turn on refund function to use this effect).
Code (Text):
SoulBound:
price: 10
max: 4
event_priority: LOW
occurrence: always
#this option allow the enchantment level to automatically decrease upon death
decrement_chance: 1.0
# if this flag is set to "true", soul-bounded item will have its soul attached to it, and only the lawful owner can pick it up.
no_pickup: true
This plugin contains a custom enchantment effect to make any item retain-able on death. You can also configure the enchantment so that only soul-bounded item can only be picked up by the lawful owner.
Installation:
Just install TE-SoulBoundEnchant.jar in TokenEnchant/enchants folder. Then you can either "restart the server" or "reload the plugin (not /te reload)". SouldBoundEnchantment will automatically be loaded into TokenEnchant framework.
Configuration:
You need to add new entry for "SoulBound" enchant under "Potions:" section in your config.yml. Also, you need to enable "Refund" function in TokenEnchant plugin. (as of 2.4.2 you no longer need to turn on refund function to use this effect).
Code (Text):
SoulBound:
price: 10
max: 4
event_priority: LOW
occurrence: always
#this option allow the enchantment level to automatically decrease upon death
decrement_chance: 1.0
# if this flag is set to "true", soul-bounded item will have its soul attached to it, and only the lawful owner can pick it up.
no_pickup: true