Advertisement
Guest User

Untitled

a guest
Dec 18th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. enable-metrics: true
  2. enable-updater: true
  3. storing: YAML
  4. slots: 27
  5. menu-title: Barons of Bullshit Kudos
  6. close-menu-on-buy: true
  7. mysql:
  8. host: 127.0.0.1
  9. port: 3306
  10. database: minecraft
  11. table: credits
  12. user: root
  13. password: neverusedefaultpasswordsoriwilleatyou
  14. packages:
  15. enabled:
  16. - diamond
  17. - vip
  18. diamond:
  19. name: Diamonds!
  20. desc: 'Buy diamonds for 1 credit!'
  21. price: 1
  22. item: DIAMOND
  23. command: 'give %player diamond 10'
  24. vip:
  25. name: 'VIP Package'
  26. desc: 'Buy a VIP package!'
  27. price: 300
  28. item: DIAMOND_BLOCK:0
  29. command: 'rank seriosbrad VIP'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement