Silk Spawners Help

Status
This thread has been locked.

Inherit

KingMC Owner
Premium
Feedback score
24
Posts
475
Reactions
132
Resources
0
Hi,
I've been having trouble with the silk spawners config where whenever a spawner is bought from the shop (Shopguiplus) and then placed it is turned into a pig spawner. I was wondering if anyone knows how to either fix that or disable this

# When generic spawner items are placed, spawn this creature (e.g. from /give or other plugins)
# PIG (90) is Minecraft default (put NAMES or IDs here!)
defaultCreature:

Thanks
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

WrektYourDay

Premium
Feedback score
7
Posts
112
Reactions
38
Resources
0
I am assuming you use essentials, just replace all the essentials files with essentialsX files.
 

Landon

wow!
Supreme
Feedback score
111
Posts
1,590
Reactions
2,040
Resources
7
Hi,
I've been having trouble with the silk spawners config where whenever a spawner is bought from the shop (Shopguiplus) and then placed it is turned into a pig spawner. I was wondering if anyone knows how to either fix that or disable this

# When generic spawner items are placed, spawn this creature (e.g. from /give or other plugins)
# PIG (90) is Minecraft default (put NAMES or IDs here!)
defaultCreature:

Thanks
ShopGUI+ shops.yml:

Code:
      1:
        type: item
        item:
          spawner: true
          mob: PIG
          name: "&dPig spawner"
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 0

Just like that!
 

Inherit

KingMC Owner
Premium
Feedback score
24
Posts
475
Reactions
132
Resources
0
ShopGUI+ shops.yml:

Code:
      1:
        type: item
        item:
          spawner: true
          mob: PIG
          name: "&dPig spawner"
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 0

Just like that!
ok, Ill try that as nothing else so far has worked. Thanks[DOUBLEPOST=1516571456][/DOUBLEPOST]
ShopGUI+ shops.yml:

Code:
      1:
        type: item
        item:
          spawner: true
          mob: PIG
          name: "&dPig spawner"
          quantity: 1
        buyPrice: 10
        sellPrice: -1
        slot: 0

Just like that!
Thanks, that worked
 
Last edited:
Status
This thread has been locked.
Top