Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. autoRegister: false
  2.  
  3. secondAttemptCracked: false
  4.  
  5. premiumUuid: true
  6.  
  7. nameChangeCheck: true
  8.  
  9. forwardSkin: true
  10.  
  11. premium-warning: true
  12.  
  13. ip-addresses: []
  14.  
  15. mojang-request-limit: 600
  16.  
  17. auto-register-unknown: false
  18.  
  19. autoLogin: true
  20.  
  21.  
  22. # Single file SQLite database
  23. driver: org.sqlite.JDBC
  24. # File location
  25. database: '{pluginDir}/FastLogin.db'
  26.  
  27. # MySQL/MariaDB
  28. #driver: com.mysql.jdbc.Driver
  29. #host: localhost
  30. #port: 3306
  31. #database: fastlogin
  32. #username: myUser
  33. #password: myPassword
  34.  
  35. # It's strongly recommended to enable SSL and setup a SSL certificate if the MySQL server isn't running on the same
  36. # machine
  37. #useSSL: false
  38.  
  39. # HTTP proxies for connecting to the Mojang servers in order to check if the username of a player is premium.
  40. # This is a workaround to prevent rate-limiting by Mojang. These proxies will only be used once your server hit
  41. # the rate-limit or the custom value above.
  42. # Please make sure you use reliable proxies.
  43. proxies:
  44. # 'IP:Port' or 'Domain:Port'
  45. # - 'xyz.com:1337'
  46. # - 'test.com:5131'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement