Problem/Bug Help with Essentials spawners!

Discussion in 'General Help' started by IMidLife, Feb 8, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    IMidLife

    Hello on my server I am using essentials shop. Now with that in mind I try to sell the spawners.
    ex. [Buy]
    1
    52:54
    $300000
    I have silkspawners as well and when I try and buy the spawner it transfers back to a pig.
    I have looked at the whole config in essentials but nothing seems to work for it.
    If there is any information you can give me on this that would be much help.
     
  2. Offline

    Bobcat00

    What version of CraftBukkit and what version of SilkSpawners are you using?

    I solved this problem by defining a kit for each spawner type, then selling the kits with [Kit] signs. I defined the kits like this:
    Code:
    wolf:
      items:
        - 52 1 lore:entityID:95 name:Wolf_Spawner 
    The 95 is the spawner type, of course. There may be other ways to handle this.

    One other note: The default configuration for SilkSpawners uses colors for the inventory names, but this trips over a bug in Multiverse-Inventories. I suggest you remove the color codes by going into the SilkSpawners localization.yml and removing the color codes from spawnerName (the first item in the file).
     
  3. Offline

    IMidLife

Thread Status:
Not open for further replies.

Share This Page