Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. # BungeeAuth Config File
  2.  
  3. Host:
  4. # Please enter the Host of your MySQL Database here.
  5.  
  6. Port: 3306
  7. # Please enter the port where your MySQL Database is hosted.
  8.  
  9. Username:
  10. # The Username which should be used to auth against the Database.
  11.  
  12. Password: ''
  13. # The Password which should be used to auth against the Database. If you don't have a password, please leave two single quotation marks (') in this field.
  14.  
  15. DBName:
  16. #The name of the database where BungeeAuth's Tables shall be created.
  17.  
  18. Lobby:
  19. # The name of the lobby server.
  20.  
  21. Fallback Lobby:
  22. # The name of the fallback lobby server in case the main lobby is down.
  23.  
  24. AuthLobby:
  25. # The name of the lobby where players are pushed before they authenticate. leave it same as normal lobby if you don't have an auth lobby.
  26.  
  27. Fallback AuthLobby:
  28. # The name of the fallback AuthLobby server in case the main AuthLobby is down.
  29.  
  30. Guest Server Failsafe Check: false
  31.  
  32. Ask Email: false
  33. # Set this to True if you want the plugin to prompt users to register their email when they login to the server for the first time.
  34.  
  35. Session Length: 0
  36. # How long (in minutes) does the user's session remains running after a player quits. This allows the user to log back in within the time frame without
  37. # having to type their password again. If user logs in from a different IP, they will be asked to type their password again for security reasons.
  38.  
  39. Guest Session Length: 30
  40. # How long (in seconds) the user has before they have to register or login.
  41.  
  42. Legal Usernames Characters: "[a-zA-Z0-9_]*"
  43. # Allowed Characters in Usernames (). Enclose in quotation marks.
  44.  
  45. Users per IP: 5
  46. # Number of users that can register (not login) from the same IP.
  47.  
  48. #---------------------------- PHP API AREA ----------------------------#
  49.  
  50. Enable PHP API: false
  51. # Enabling this will make the plugin listen to API requests from a port.
  52.  
  53. PHP API Port: 1395
  54. # The port that the plugin will be listening for API requests on.
  55.  
  56. API Password: ''
  57. # The password required in the API requests for a response. If you don't have a password, please leave two single quotation marks (') in this field.
  58.  
  59. API Error Limit: 5
  60. # Set the maximum number of wrong api password attempts used by a php script before it's ip gets blocked. IP will be blocked until removed from apithreats.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement