Advertisement
Guest User

ScoreboardStats-sql.yml

a guest
Mar 7th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # These settings aren't required if you disable pvpstats.
  2. # Here can you configurate your sql setting.
  3. # If you don't have or want to use a mysql database you can also use a sqlite database
  4. # MySQL example
  5. # The default port for a mysql database is 3306
  6. # Username: 'bukkit'
  7. # Password: 'xyz'
  8. # Isolation: 'SERIALIZABLE'
  9. # Driver: 'com.mysql.jdbc.Driver'
  10. # Url: 'jdbc:mysql://IP:PORT/databaseName'
  11. # Timeout: 1000
  12.  
  13. SQL-Settings:
  14. Username: 'bukkit'
  15. Password: 'walrus'
  16. Driver: 'org.sqlite.JDBC'
  17. # If you use mysql, delete org.sqlite.JDBC, comment out
  18. # Driver: 'com.mysql.jdbc.Driver'
  19. Url: 'jdbc:sqlite:{DIR}{NAME}.db'
  20. tablePrefix: ''
  21.  
  22. # This value is used for the pvpstats database. It's not used for the scoreboard features
  23. # If this value is true. The database will be searched by uuids.
  24. uuidUse: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement