Advertisement
Guest User

meh

a guest
May 29th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Unfortunately SilkSpawners does not work properly anymore with Essentials shops.
  2.  
  3. The only alternative is to use these two plugins to sell spawners:
  4. ServerSigns: http://dev.bukkit.org/bukkit-plugins/serversigns/
  5. Spawner: http://dev.bukkit.org/bukkit-plugins/spawner/
  6.  
  7. You would setup a sign with any text you would like, for example:
  8. [Buy]
  9. 1
  10. Zombie Spawner
  11. $15000
  12.  
  13. You would then use ServerSigns commands to attach these commands to the sign:
  14. /svs setprice AMOUNT
  15. /svs add <server> /spawner give MOBTYPE <player>
  16.  
  17. In the above example you would put these commands to give players a zombie spawner for $15000.
  18. /svs setprice 15000
  19. /svs add <server> /spawner give zombie <player>
  20.  
  21. To add these commands to a sign simply click the sign once you have typed in the command.
  22.  
  23. As well, players will need this permission to use the ServerSigns:
  24. serversigns.use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement