Advertisement
Guest User

Untitled

a guest
Mar 1st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Fe Config - loyloy.io
  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, or mongo)
  6. holdings: 10.0
  7. maxholdings: -1
  8. prefix: Fe
  9. topsize: 5
  10. currency:
  11. negative: false
  12. major:
  13. single: Fe
  14. multiple: Fe
  15. minor:
  16. enabled: false
  17. single: Fe
  18. multiple: Fe
  19. prefix: ''
  20. type: sqlite
  21. autoclean: true
  22. mysql:
  23. host: 149.56.225.175
  24. port: 3306
  25. user: mc_1222
  26. password: 99340da74f
  27. database: Fe
  28. tables:
  29. accounts: fe_accounts
  30. columns:
  31. accounts:
  32. username: name
  33. money: money
  34. uuid: uuid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement