Advertisement
Guest User

Untitled

a guest
Mar 29th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. # BungeeAuth Config File
  2.  
  3. Use SQLite: false
  4. # Set this to true if you want to use a file based database (SQLite) rather than MySQL
  5.  
  6. Host: НИЗЯ!
  7. # Please enter the Host of your MySQL database here.
  8.  
  9. Port: НИЗЯ!
  10. # Please enter the port where your MySQL database is hosted.
  11.  
  12. Username:---------------------------------------------
  13. # The Username which should be used to login to the MySQL database.
  14.  
  15. Password: ЗАПРЕЩЁН ДОСТУП!
  16. # The Password which should be used to login to the MySQL database. If you don't have a password, please leave two single quotation marks (') in this field.
  17.  
  18. DBName: Auth
  19. #The name of the MySQL database where BungeeAuth's Tables shall be created.
  20.  
  21. Lobby: hub
  22. # The name of the lobby server.
  23.  
  24. Fallback: hub
  25. # The name of the fallback lobby server in case the main lobby is down.
  26.  
  27. AuthLobby: auth
  28. # 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.
  29.  
  30. Fallback AuthLobby: auth
  31. # The name of the fallback AuthLobby server in case the main AuthLobby is down.
  32.  
  33. Ask Email: false
  34. # 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.
  35.  
  36. Session Length: 60
  37. # 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
  38. # 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.
  39.  
  40. Guest Session Length: 60
  41. # How long (in seconds) the user has before they have to register or login. Set this to 0 to disable guest session time limits.
  42.  
  43. Legal Usernames Characters: "[a-zA-Z0-9_]*"
  44. # Allowed Characters in Usernames (). Enclose in quotation marks.
  45.  
  46. Users per IP: 5
  47. # Number of users that can register (not login) from the same IP.
  48.  
  49. Password Tries: 5
  50. # Number of times a player can input a wrong password before getting their account locked. Set this to 0 to disable this feature.
  51.  
  52. Wrong Password Timeout: 5
  53. # Timeout (in minutes) for players who spam commands. The timeout occurs if a player tries to use a BungeeAuth command more than 10 times. Set this to 0 to disable this feature.
  54.  
  55. Guest Server Failsafe Check: false
  56. # A failsafe method that runs every 10 seconds to check if a guest player is in AuthLobby, and if not, moves them to AuthLobby.
  57.  
  58. #---------------------------- PHP API AREA ----------------------------#
  59.  
  60. Enable PHP API: false
  61. # Enabling this will make the plugin listen to API requests from a port.
  62.  
  63. PHP API Port: 1395
  64. # The port that the plugin will be listening for API requests on.
  65.  
  66. API Password: 'pZe8qNCC6s5NKvYj'
  67. # 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.
  68.  
  69. API Error Limit: 5
  70. # 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 apiblacklist.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement