MagicSpells icon indicating copy to clipboard operation
MagicSpells copied to clipboard

Bindable items issue

Open falistos opened this issue 10 years ago • 0 comments

I have an issue with bindable-items from BindSpell, I want my players to be able to bind spells to differents blaze rods (with names, lore, ...). So I tried to add a itemtype to bindable-items list but it doesn't work.

bindable-items: 
- 369
- 369|&8Simple__Wand

Doesn't recognize the "Simple Wand" when trying to bind spell.

In your code code, a CastItem(string) is created from this list, and it doesn't seem to parse spaces (unlike Util class).

Thanks and sorry for my bad english.

falistos avatar Sep 14 '14 17:09 falistos