Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # List of servers which required to be authenticated
  2. authServers:
  3. - 'lobby'
  4. commands:
  5. # Allows or not commands to be performed if user is not logged in
  6. requireAuth: true
  7. # List of commands allowed to be perform without being authenticated
  8. whitelist:
  9. - '/login'
  10. - '/register'
  11. - '/l'
  12. - '/reg'
  13. - '/email'
  14. - '/captcha'
  15. # Allows or not user to talk in chat if he is not logged in
  16. chatRequiresAuth: true
  17. serverSwitch:
  18. # Kick all players who switch servers without being authenticated (eg. plugin teleport)
  19. requiresAuth: false
  20. kickMessage: 'Authentication requise.'
  21. # Enable auto-login between servers
  22. autoLogin: false
  23. # If enabled, unlogged users will be sent to the unloggedUserServer server!
  24. sendOnLogout: false
  25. # If sendOnLogout is enabled, unlogged users will be sent to this server!
  26. unloggedUserServer: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement