TfT-02 / Soulbound

Soulbound items for your RPG servers!
5 stars 9 forks source link

Auto Soulbind On command issue #18

Open Soledge opened 10 years ago

Soledge commented 10 years ago

the config seems to be a bit misleading as the /enchant command doesn't cause the item the player is holding to become soulbound.

What i need: A donor to /enchant a sword but not be able to share it with non-donors. I need it to Soulbind on the issue of the command /enchant.

Merged from other ticket:

Below is my configuration file. it parses with no errors. Other Plugins i use which might effect the issue: Timtheenchanter (the /enchant command) found here: http://dev.bukkit.org/bukkit-plugins/enchanter/ LimitCreative Found here: http://www.spigotmc.org/resources/limit-creative.180/

LimitCreative uses Lore on gear for its function. All plugins but this on is working properly.

#
Soulbound configuration
Last updated on 1.1.7-b16
#
#####

#

Settings for Soulbound in general
###
General:
# Allow Soulbound to report on basic anonymous usage
Stats_Tracking: true

# Allow Soulbound to check if a new version is available
Update_Check: true
Prefer_Beta: false

# Should Soulbound print out debug messages?
Verbose_Logging: false

# Should Soulbound over-write configs to update, or make new ones ending in .new?
Config_Update_Overwrite: true
Soulbound:
Feedback_Messages_Enabled: true
Prevent_Item_Drop: true
Delete_On_Drop: true
Allow_Item_Storing: false
Infinite_Durability: false
Blocked_Commands:
/sell
/auction
Commands_Bind_When_Used:
/enchant
Misc:
Soulbound_On_Action:
open_chest:

- Diamond_Sword
drop_item:
- Diamond_Shovel
Dependency_Plugins:
DiabloDrops:
BindOnPickup: Legendary, Rare, Unidentified
BindOnUse: Magical
BindOnEquip: Set
EpicBossRecoded:
BindOnPickup: true
BindOnUse: false
BindOnEquip: false
LoreLocks:
Bind_Keys: true
MythicDrops:
BindOnPickup: common, uncommon, rare
BindOnUse: terric, netheric
BindOnEquip: endric
TfT-02 commented 10 years ago

It should soulbind the item, can you share your configuration file?