Advertisement
Guest User

Untitled

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