Advertisement
Guest User

Untitled

a guest
Nov 26th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. # If enabled players will be asked to confirm payments to an offline player.
  2. confirm-offline-payments=true
  3. # Enables or disables debug logging.
  4. debug-logging=true
  5. default-balance {
  6. # Default balance of player accounts.
  7. player=0
  8. # Default balance of virtual accounts.
  9. virtual=0
  10. }
  11. modules {
  12. loan {
  13. debtor-perms {
  14. "reward.permission"=true
  15. }
  16. enabled=false
  17. interest-rate=1
  18. max-loan-balance=1000
  19. }
  20. mysql {
  21. database="lyrk_econ"
  22. enabled=true
  23. hostname=localhost
  24. password="'Baaaaaa'"
  25. port="3306"
  26. username="econ_user"
  27. }
  28. }
  29. # If enabled players will be notified when an admin changes their balance
  30. notify-on-admin-commands=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement