Advertisement
beastbouvier

configsp

Jun 11th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. #This is the main MonsterBox config file
  2. #
  3. # useiConomy: Charge to change monster spawner type using your economy system
  4. useEconomy = false
  5. # price: The price to change monster spawner type
  6. price = 0.0
  7.  
  8. # eggprice: The price to change monster spawner type using eggs
  9. eggprice = 0.0
  10.  
  11. # separateprices: If you want separate prices for all the different types of mobs
  12. # set this to true.
  13. separateprices = false
  14. # separateeggprices: If you want separate prices for all the different types of mobs
  15. # set this to true.
  16. separateeggprices = false
  17. # changetool is the tool that opens up the spout gui for changing the monster spawner.
  18. changetool = 283
  19. # needssilktouch Does the player need a silk touch enchanted tool to get a spawner?.
  20. needssilktouch = false
  21. # buttonwidth changes the width of the buttons in the spoutcraft gui, just in case the
  22. # text doesn't fit for you.
  23. buttonwidth = 80
  24.  
  25. # eggdenymessage sets the message displayed to players when they are denied egg spawning
  26. # if they have the monsterbox.eggthrowmessage permission node.
  27. eggdenymessage = I'm sorry, but you can't spawn that mob.
  28.  
  29. #Do not change anything below this line unless you know what you are doing!
  30. version = 0.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement