ShopGUIPlus Help Needed

Status
This thread has been locked.

MemoryFault

Nothing to see here..
Supreme
Feedback score
14
Posts
263
Reactions
114
Resources
5
Okay so this is the first time I have had this issue with shopguiplus but I am trying to add spawners into the shop but it is not working. The plugin reloads but when I click the spawner category nothing happens xD

Here is my shops.yml
Code:
  spawners:
    name: "&2Mob Spawners"
    size: 54
    buttons:
      previousPage:
        slot: 48
      goBack:
        slot: 49
      nextPage:
        slot: 50
    items:       
      1:
        type: spawner
        item:
          spawner: true
          mob: CHICKEN
          quantity: 1
          name: "&2Chicken &f Spawner"
        buyPrice: 25000
        sellPrice: -1
        slot: 11
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Niko Bellic

Millionaire Property Investor, Experienced Bowler
Supreme
Feedback score
26
Posts
288
Reactions
179
Resources
0
instead of :
Code:
type: spawner
try:
Code:
type: item

Contact me on dsicord: England#2237
 
Last edited:

MemoryFault

Nothing to see here..
Supreme
Feedback score
14
Posts
263
Reactions
114
Resources
5
instead of :
Code:
type: spawner
try:
Code:
type: item

Contact me on dsicord: England#2237
I tried this before and it just gives me an internal error
 

Niko Bellic

Millionaire Property Investor, Experienced Bowler
Supreme
Feedback score
26
Posts
288
Reactions
179
Resources
0

Niko Bellic

Millionaire Property Investor, Experienced Bowler
Supreme
Feedback score
26
Posts
288
Reactions
179
Resources
0
Status
This thread has been locked.
Top