Advertisement
Guest User

Untitled

a guest
Feb 21st, 2016
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Fe Config - meloncraft.com
  2. # holdings - The amount of money that players will start out with
  3. # prefix - The message prefix
  4. # currency - The single and multiple names for the currency
  5. # type - The type of database used (sqlite, mysql, mongo, or item)
  6.  
  7. holdings: 10.0
  8. maxholdings: -1
  9. prefix: Money
  10. topsize: 5
  11. currency:
  12. negative: false
  13. major:
  14. single: Money
  15. multiple: Money
  16. minor:
  17. enabled: false
  18. single: Money
  19. multiple: Money
  20. prefix: ''
  21. type: mysql
  22. updatecheck: true
  23. mongo:
  24. host: localhost
  25. port: 27017
  26. user: root
  27. password: minecraft
  28. database: Fe
  29. mysql:
  30. host: localhost
  31. port: 3306
  32. user: myticopvp
  33. password: BxunlbSXE1It
  34. database: myticopvp
  35. tables:
  36. accounts: fe_accounts
  37. item:
  38. item: gold_ingot
  39. value: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement