Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # List of servers which required to be authenticated
  2. serversList:
  3. - AuthMe
  4. # Allows or not commands to be performed if user is not logged in
  5. commandsRequiresAuth: true
  6. # List of commands allowed to be perform without being authenticated
  7. commandsWhitelist:
  8. - /
  9. # Allows or not user to talk in chat if he is not logged in
  10. chatRequiresAuth: false
  11. # Kick all players who switch servers without being authenticated (eg. plugin teleport)
  12. # Do not set this option to true unless you know what you're doing!
  13. serverSwitchRequiresAuth: false
  14. # Enable session resume between servers (eg. autologin if you change server)
  15. autoLogin: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement