KaiKikuchi / QuickShop

A shop plugin for Bukkit
47 stars 41 forks source link

Custom item name on sign #56

Closed TheRedShadow closed 8 years ago

TheRedShadow commented 8 years ago

Hello :) do you think you could add an option in the config to enable the display of custom items names? Because I have a server with wands and it's confusing when it's shown "stick" or similar on the sign.

Thanks for your amazing work!

KaiKikuchi commented 8 years ago

This is already WIP and will come very soon :P

TheRedShadow commented 8 years ago

Really fast support :D

Thanks! It's a good idea :)

Have a nice day

KaiKikuchi commented 8 years ago

Are you using NBT data to make your wands? Can you explain that a little bit? Because Custom item names will be set on config file. Players won't be able to set the name on the sign.

TheRedShadow commented 8 years ago

I don't think, because I just set the name of the item and unbreakable flag

You could add a check for the name, if it's "Wand" (took from the config list of items) it can be wrote automatically on the sign, so people cannot rename items"poop" or similar to see it on the sign, lol :)

KaiKikuchi commented 8 years ago

Added custom items and potions name settings on config.yml in version 0.9.17.

I hope this fixes your issue! Let me know!