BenCodez / VotingPlugin

Plugin on SpigotMC
Other
83 stars 69 forks source link

In the shop don't show GoldenSword #419

Closed Zarpyk closed 6 years ago

Zarpyk commented 6 years ago
  Tesoro:
    # Item
    Material: 'GOLDEN_SWORD'
    Data: 1
    Amount: 1
    Name: '&c&lEspadaTSkull'

I put this but in the GUI, only show stone And can you add Glowing effect plis

BenCodez commented 6 years ago

Are you using 1.13? if not its GOLD_SWORD. Also no data value should be needed.

Zarpyk commented 6 years ago

And is possible add Glow Effect?

BenCodez commented 6 years ago

Add an enchant and you can add an Item flag to hide enchants.

Basic idea:

Enchantments:
  Unbreaking: 1
ItemFlags:
- HIDE_ENCHANTS

don't remember if that's the spelling I went with, it should be in the example basic reward.

smmmadden commented 6 years ago

All the GOLD material ID's changed to GOLDEN and WOOD changed to WOODEN :-)

BenCodez commented 6 years ago

I know. I said if you weren't using 1.13 :)

Try no data value?

Zarpyk commented 6 years ago

In the 1.12 is Golden and the enchantment don't work

BenCodez commented 6 years ago

Are you using 1.12? It might be UNBREAKING, don't remember