CoralSpawnerTokens by Coral Dev icon

CoralSpawnerTokens by Coral Dev 1.1

This plugin creates an entirely new currency and gui shop for players to buy spawners.

# For a list of 1.8 entity ids:
https://github.com/Attano/Spigot-1.8/blob/master/org/bukkit/entity/EntityType.java

starting-tokens: 0
prefix: "&e&lSPAWNERS &8»"
shop-title: "&e&lSpawner Shop"
skull: "&f&lSpawner Tokens: &e"
price-item-name: "&f&lPrice: &e%price%"

fill-item: "STAINED_GLASS_PANE"
fill-item-data: 0

spawner1:
name: "&eIron Golem&f Spawner"
lore:
- ""
- "&e&l▪ COST &f20 Tokens"
- "&e&l▪ STACKS &fTrue"
- "&e&l▪ DROPS&f Iron Ingots"
- ""
price: 20
command: "silkspawners give irongolem "
spawner2:
name: "&eZombie Pigman&f Spawner"
lore:
- ""
- "&e&l▪ COST &f30 Tokens"
- "&e&l▪ STACKS &fTrue"
- "&e&l▪ DROPS&f Gold Ingots"
- ""
price: 30
command: "silkspawners give zombiepigman "
spawner3:
name: "&eWitch&f Spawner"
lore:
- ""
- "&e&l▪ COST &f50 Tokens"
- "&e&l▪ STACKS &fTrue"
- "&e&l▪ DROPS&f Diamonds"
- ""

price: 50
command: "silkspawners give witch "
spawner4:
name: "&eVillager&f Spawner"
lore:
- ""
- "&e&l▪ COST &f70 Tokens"
- "&e&l▪ STACKS &fTrue"
- "&e&l▪ DROPS&f Emeralds"
- ""
price: 70
command: "silkspawners give villager "