Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ##
  2. # iConomy Settings
  3. ##
  4.  
  5. System:
  6. # The name of your currency
  7. Currency: Gil
  8. # The initial balance a player logs on with
  9. Initial_Balance: 45.0
  10. # Should we log transactions?
  11. Logging:
  12. Enabled: true
  13. Database:
  14. # Can be MySQL, or SQLite
  15. Type: MySQL
  16. # Name of the database
  17. Name: scoundrels_minecraft
  18. # Table, Flatfile uses this as the file name.
  19. Table: iBalances
  20. MySQL:
  21. # MySQL Login Username
  22. Username: hoppycraft
  23. # MySQL Login Password
  24. Password: gb85lc04
  25. # MySQL Connection Hostname (IP)
  26. Hostname: zygote.thescoundrels.net
  27. # MySQL Connection Port Number
  28. Port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement