Advertisement
Guest User

Untitled

a guest
Jun 15th, 2018
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. # ________ .__ __________ _____ __ .__
  2. # \______ \ ___.__. ____ _____ _____ |__| ____\______ \__ __ ____ ____ ____ ____ / _ \ __ ___/ |_| |__
  3. # | | < | |/ \\__ \ / \| |/ ___\| | _/ | \/ \ / ___\_/ __ \_/ __ \ / /_\ \| | \ __\ | \
  4. # | ` \___ | | \/ __ \| Y Y \ \ \___| | \ | / | \/ /_/ > ___/\ ___// | \ | /| | | Y \
  5. # /_______ / ____|___| (____ /__|_| /__|\___ >______ /____/|___| /\___ / \___ >\___ >____|__ /____/ |__| |___| /
  6. # \/\/ \/ \/ \/ \/ \/ \//_____/ \/ \/ \/ \/
  7. #
  8. # Author: UraharaNZ Version: 9.11B
  9. #
  10. # MySQL Setup "Make sure your server have the less ping ass possible between this server and mysql server for a better performance!".
  11. MySQL:
  12. ip: 'localhost'
  13. port: 3306
  14. database: 'Sesion_Global'
  15. user: 'root'
  16. password: 'Secret'
  17.  
  18. # DelayLogin wait 1 or 2 seconds for change server after start a session/register.
  19. DelayLogin: false
  20.  
  21. #Change the UUID of premium players
  22. #true = offline uuid
  23. #false = online uuid
  24. #This will change premium player UUIDs to offline player UUIDS (cracked uuids)
  25. # IM NOT SURE IF IS WORKING FINE!
  26. Do-Not-Use-PremiumUUID: false
  27.  
  28. # Here you can setup a "AntiBot System" where you can set a max login rate per time like (50 players in 1 minute).
  29. MaxLogin:
  30. enabled: true
  31. maximum: 20
  32. seconds: 30
  33. motd:
  34. enabled: false
  35. motd: 'Porfavor, espera unos segundos antes de volver a entrar.'
  36.  
  37. # Set the time of the player have to use the register/login commands.
  38. # Session time out, how long a player has to be offline before they have to run /login again (minutes)
  39. Timers:
  40. LoginTime: 60
  41. RegisterTime: 60
  42.  
  43. # Set your maximum accounts and online accounts per ip.
  44. # Accounts = Registered Accounts.
  45. Maximum:
  46. Accounts: 5
  47. Online: 5
  48.  
  49. # Password Data Setup "Maximum/Minimum Password Length can be used on the register command"
  50. # if The Minimum Password Length = "0" the server will auto set to 3!.
  51. # Current Encryption Support: "DEFAULT = CUSTOM ENCRYPT" "SHA" "SHA-512".
  52. PasswordLength:
  53. Maximum: 10
  54. Minimum: 5
  55. Encryption: 'DEFAULT'
  56.  
  57. # If the players IP does not match the IP within the database, they will require to relogin.
  58. bindCheck: true
  59.  
  60. # Ban here some passwords.
  61. BannedPasswords:
  62. - ''
  63.  
  64. # Accounts that cannot be stolen if a premium player purchases the cracked name.
  65. # use /authadmin setcracked <player> to add names
  66. # These names will be forced to always be cracked accounts
  67. Saved_Accounts:
  68. - ''
  69.  
  70. # We recommend to enable this for split the load of your servers.
  71. # This methods need to run with Lobby and Auth server for a good balance of load.
  72. Balancer:
  73. LoginServer: true
  74. LobbyServer: true
  75. servers:
  76. auth:
  77. - 'Sesion-1'
  78. - 'Sesion-2'
  79. - 'Sesion-3'
  80. - 'Sesion-5'
  81. - 'Sesion-6'
  82. - 'Sesion-7'
  83. - 'Sesion-8'
  84. - 'Sesion-9'
  85. - 'Sesion-10'
  86. lobby:
  87. - 'Survival-1'
  88.  
  89. Redirect:
  90. Enabled: true
  91. Lobby: 'Survival-1'
  92.  
  93. # In case you don't will use our balancer you need to setup your servers here
  94. # Always put some servers here for make a "Fallback System."
  95. Servers:
  96. LobbyServer: 'Survival-1'
  97. AuthServer: 'Sesion-1'
  98.  
  99. #Premium players do not require to register or login
  100. #CHANGING THIS FEATURE TO FALSE OR TRUE REQUIRES A BUNGEECORD RESTART
  101. #If you are using Auth lobby balancers, Make sure you set LobbyServer as one of your Auth Lobbies.
  102. PremiumBypass: true
  103.  
  104. # This feature allow to the cracked users use premium names like notch, etc.
  105. # PLEAZE this option is RECOMMENDED to disable PremiumBypass for security.
  106. # Will be like authme everyone need to register/login but soon will be implemented
  107. # a better system where will work the auto login for the real premium user. :}!
  108. EnableCrackedUsePremiumNames: false
  109.  
  110. #If a server goes down this feature will redirect the player to your defined lobby system
  111. #Supported lobby systems
  112. # - Premium player lobbies / cracked player lobbies
  113. # - Login/Lobby server balancers
  114. # - Normal LobbyServer system
  115. returnLobby:
  116. enabled: false
  117. reasons:
  118. - '&cEl servidor se cerro!'
  119.  
  120. HubCommand:
  121. enabled: false
  122.  
  123. # This will fix the mess when you only have 1 server setup with "You are already connected to that server"
  124. # This method already compare if its enable the balancer or not.
  125. Enable:
  126. LobbyRedirect: true
  127. AuthRedirect: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement