Status
This thread has been locked.

promastermine

Feedback score
0
Posts
26
Reactions
4
Resources
0
Hey,

So I am using shopguiplus for my server /shop. But I can't make the spawnershop work. I am using epicspawners which works fine on other servers but I can't make it work. Does someone know how I can use epicspawners in my shopgui shop.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Elkoy

Supreme
Feedback score
10
Posts
80
Reactions
25
Resources
0
1:
type: command
item:
material: SPAWNER
quantity: 1
name: "&6&nZombie Spawner"
commands:
- "es give %PLAYER% zombie 1"
buyPrice: 25000
slot: 10
 

promastermine

Feedback score
0
Posts
26
Reactions
4
Resources
0
1:
type: command
item:
material: SPAWNER
quantity: 1
name: "&6&nZombie Spawner"
commands:
- "es give %PLAYER% zombie 1"
buyPrice: 25000
slot: 10
This is not working for me[DOUBLEPOST=1563029772][/DOUBLEPOST]
1:
type: command
item:
material: SPAWNER
quantity: 1
name: "&6&nZombie Spawner"
commands:
- "es give %PLAYER% zombie 1"
buyPrice: 25000
slot: 10
Nvm it works now, I had to change the "material: SPAWNER" to "material: MOB_SPAWNER"
 
Last edited:
Status
This thread has been locked.
Top