Guest User

EHLOGIN CONFIG

a guest
Jul 24th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. version: 1
  2. debug: false
  3. database:
  4. ip:
  5. password:
  6. username:
  7. name:
  8. compatibility:
  9. enable: false
  10. ip: localhost
  11. password: passworld
  12. username: username
  13. name: minecraft
  14. database:
  15. username: username
  16. password: password
  17. hash: hash
  18. config:
  19. language: en
  20. uuidFix: true
  21. guestCanUseChat: false
  22. playersCanUsePremiumNickname: true
  23. uuidCache:
  24. useCache: true
  25. expireTimeInDays: 7
  26. restrictions:
  27. allowedCommands:
  28. - /login
  29. - /register
  30. session:
  31. useSession: true
  32. sessionTime: 1h
  33. register:
  34. enabled: true
  35. showRegisterInstructions: true
  36. maxAccountsByIP: 2
  37. passwordHash: XAUTH
  38. login:
  39. maxConnectionsPerIP: 2
  40. hideLoggedWithPremiumMessage: false
  41. protection:
  42. country:
  43. useCountryProtection: false
  44. whitelist:
  45. - BR
  46. - PT
  47. blacklist:
  48. - A1
  49. antibot:
  50. useAntiBot: false
  51. duration: 15
  52. sensibility: 10
  53. proxy:
  54. checkPlayerIP: false
  55. urlCheck: http://check.getipintel.net/check.php?contact=contatc@email.com&flags=m&ip={IP}
  56. regexPositive: '1'
  57. purge:
  58. useAutoPurge: true
  59. daysBeforeRemovePlayer: 90
Add Comment
Please, Sign In to add comment