SilkSpawners

SilkSpawners

3M Downloads

How to give spawners in /kits

Bedtimeguys opened this issue · 6 comments

commented

What steps will reproduce the problem?

Expected output

What do you see instead?

Log file of the issue/error

/version output?

SilkSpawners version

Please provide any additional information below.

Checklist

  • I am aware that issues caused by /reload are ignored
  • If there is a (potential) plugin conflict, I've identified the conflicting plugin
  • I have added a valid /version output
  • I have added a valid SilkSpawners version
  • I have attached necessary information like a screenshot, my list of plugins, config or permissions file(s)
commented

You will need to make a Command type in your Config -

Example

  '1':
    Type: COMMAND
    Commands:
    - 'give %name% 52:54 1'
    Item Type: DIAMOND_AXE
    Item Data: 0
    Percentage: ???
    Name: Zombie Spawner | 1
    Amount: 1
    Enchantments:
    - 
commented
commented

essentials config
kits:
starter:
delay: 86400
items:
- 52:54 1

commented
commented

As already linked on Spigot, correct way to use it is the lore. https://www.spigotmc.org/threads/essentials-spawners-in-1-8.37148/page-2#post-648144

commented