TfT-02 / Soulbound

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

Custom Lore - Breaks Soulbound #28

Open Crazeh opened 10 years ago

Crazeh commented 10 years ago

I use Itemizer to throw custom lore on items easily. I noticed that with Soulbound and Itemizer together, they don't play very nice.

If you Soulbound an item then add lore to it, the lore gets deleted, that is on Itemizers end as far as I know. So the only other way to do it would be add lore then Soulbound it. When looking at the tooltip everything looks right, but isn't.

When you die the item doesn't stay in your inventory. It also ignores all other flags, such as if you disable item dropping, with the two together you can still drop the item. I know my permissions and config are setup right, because if I do not add lore everything works fine.

As a side note, I did disable showing player names, which isn't part of the default config file I happen to see it in the source and added it in my config file. I just think it looks so much better without the player name. I haven't tested this with player names so maybe that is the actual problem. Figured I would add it in there so you have the full info.

This is using newest Soulbound, Itemizer, and the newest Spigot build for 1.7.9.

Crazeh commented 10 years ago

Slight update on this. I've found that is almost directly related to color codes, if I make the lore any color other then default is causes this issue. I have noticed though that if I use Itemizer to just add &4Bind_on_use that it works alright as far as I have seen to far.