Verify your email address to post your own reply!

Lost the email? Request a new email verification message here. Make sure to check your spam and junk folders!


Page: 1

Innings Sep 16, 2020
# 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 <player> irongolem <amount>"
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 <player> zombiepigman <amount>"
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 <player> witch <amount>"
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 <player> villager <amount>"
Page: 1