Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 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: 3000.0
  7. maxholdings: -1
  8. prefix: Деньги
  9. topsize: 10
  10. currency:
  11. negative: false
  12. major:
  13. single: §fДоллар
  14. multiple: §fДолларов
  15. minor:
  16. enabled: false
  17. single: Fe
  18. multiple: Fe
  19. prefix: ''
  20. type: flatfile
  21. autoclean: true
  22. cacheaccounts: true
  23. mysql:
  24. host: 10.11.10.30
  25. port: 3306
  26. user: feconomy
  27. password: bJ0iwHlMzgJG5Bal
  28. database: Zapp_FeConomy
  29. tables:
  30. accounts: FeConomy
  31. columns:
  32. accounts:
  33. username: name
  34. money: money
  35. uuid: uuid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement