Advertisement
Guest User

Untitled

a guest
Mar 4th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. # ________ .__ __________ _____ __ .__
  2. # \______ \ ___.__. ____ _____ _____ |__| ____\______ \__ __ ____ ____ ____ ____ / _ \ __ ___/ |_| |__
  3. # | | < | |/ \\__ \ / \| |/ ___\| | _/ | \/ \ / ___\_/ __ \_/ __ \ / /_\ \| | \ __\ | \
  4. # | ` \___ | | \/ __ \| Y Y \ \ \___| | \ | / | \/ /_/ > ___/\ ___// | \ | /| | | Y \
  5. # /_______ / ____|___| (____ /__|_| /__|\___ >______ /____/|___| /\___ / \___ >\___ >____|__ /____/ |__| |___| /
  6. # \/\/ \/ \/ \/ \/ \/ \//_____/ \/ \/ \/ \/
  7. #
  8. # Author: UraharaNZ Version: 9.00B
  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: 'TOPSECRET'
  17.  
  18. # Here you can setup a "AntiBot System" where you can set a max login rate per time like (50 players in 1 minute).
  19. MaxLogin:
  20. enabled: true
  21. maximum: 50
  22. seconds: 60
  23. motd:
  24. enabled: false
  25. motd: 'Espera unos segundos.'
  26.  
  27. # Set the time of the player have to use the register/login commands.
  28. # Session time out, how long a player has to be offline before they have to run /login again (minutes)
  29. Timers:
  30. LoginTime: 60
  31. RegisterTime: 60
  32. SessionTime: 10
  33.  
  34. # Set your maximum accounts and online accounts per ip.
  35. # Accounts = Registered Accounts.
  36. Maximum:
  37. Accounts: 5
  38. Online: 5
  39.  
  40. # Password Data Setup "Maximum/Minimum Password Length can be used on the register command"
  41. # if The Minimum Password Length = "0" the server will auto set to 3!.
  42. # Current Encryption Support: "DEFAULT = CUSTOM ENCRYPT" "SHA" "SHA-512".
  43. PasswordLength:
  44. Maximum: 10
  45. Minimum: 5
  46. Encryption: 'DEFAULT'
  47.  
  48. # If the players IP does not match the IP within the database, they will require to relogin.
  49. bindCheck: true
  50.  
  51. # Ban here some passwords.
  52. BannedPasswords:
  53. - '123'
  54.  
  55. # Accounts that cannot be stolen if a premium player purchases the cracked name.
  56. # use /authadmin setcracked <player> to add names
  57. # These names will be forced to always be cracked accounts
  58. Saved_Accounts:
  59. - ''
  60.  
  61. # We recommend to enable this for split the load of your servers.
  62. # This methods need to run with Lobby and Auth server for a good balance of load.
  63. Balancer:
  64. LoginServer: false
  65. LobbyServer: false
  66. servers:
  67. auth:
  68. - 'Sesion-1'
  69. - 'Sesion-2'
  70. - 'Sesion-3'
  71. - 'Sesion-4'
  72. - 'Sesion-5'
  73. - 'Sesion-6'
  74. - 'Sesion-7'
  75. - 'Sesion-8'
  76. - 'Sesion-9'
  77. - 'Sesion-10'
  78. lobby:
  79. - 'Survival'
  80. - 'Recibidor-1'
  81. - 'Recibidor-2'
  82. - 'Recibidor-3'
  83. - 'Recibidor-4'
  84. - 'Recibidor-5'
  85. - 'Recibidor-6'
  86. - 'Recibidor-7'
  87. - 'Recibidor-8'
  88. - 'Recibidor-9'
  89. - 'Recibidor-10'
  90. - 'Recibidor-11'
  91. - 'Recibidor-12'
  92. - 'Recibidor-13'
  93. - 'Recibidor-14'
  94. - 'Recibidor-15'
  95. - 'Recibidor-16'
  96. - 'Recibidor-17'
  97. - 'Recibidor-18'
  98. - 'Recibidor-19'
  99. - 'Recibidor-20'
  100. - 'Recibidor-21'
  101. - 'Recibidor-22'
  102. - 'Recibidor-23'
  103. - 'Recibidor-24'
  104. - 'Recibidor-25'
  105. - 'Recibidor-26'
  106. - 'Recibidor-27'
  107. - 'Recibidor-28'
  108. - 'Recibidor-29'
  109. - 'Recibidor-30'
  110. - 'Recibidor-31'
  111. - 'Recibidor-32'
  112. - 'Recibidor-33'
  113. - 'Recibidor-34'
  114. - 'Recibidor-35'
  115. - 'Recibidor-36'
  116. - 'Recibidor-37'
  117. - 'Recibidor-38'
  118. - 'Recibidor-39'
  119. - 'Recibidor-40'
  120. - 'Recibidor-41'
  121. - 'Recibidor-42'
  122. - 'Recibidor-43'
  123. - 'Recibidor-44'
  124. - 'Recibidor-45'
  125. - 'Recibidor-46'
  126. - 'Recibidor-47'
  127. - 'Recibidor-48'
  128. - 'Recibidor-49'
  129. - 'Recibidor-50'
  130.  
  131. Redirect:
  132. Enabled: true
  133. Lobby: 'Survival'
  134.  
  135. # In case you don't will use our balancer you need to setup your servers here
  136. # Always put some servers here for make a "Fallback System."
  137. Servers:
  138. LobbyServer: 'Survival'
  139. AuthServer: 'Sesion-1'
  140.  
  141. #Premium players do not require to register or login
  142. #CHANGING THIS FEATURE TO FALSE OR TRUE REQUIRES A BUNGEECORD RESTART
  143. #If you are using Auth lobby balancers, Make sure you set LobbyServer as one of your Auth Lobbies.
  144. PremiumBypass: true
  145.  
  146. #Disables the check that insures a player has not logged in with a premium player name
  147. #For example if disabled a cracked/offline player cannot connect with the name ItsPandemic, since it is premium.
  148. #If this is enabled enabled a cracked/offline player can login with the premiumPlayer name ItsPandemic
  149. #WARNING: Disable PremiumBypass so players cannot automatically login with premium player names.
  150. #We do not give support for not using PremiumBypass, use this at your own risk. (We have not tested this well)
  151. #READ THE WARNING ABOVE BEFORE ATTEMPTING TO REPORT ANY ISSUE TO THIS FEATURE
  152. modifyPremiumNameCheck: false
  153.  
  154. #If a server goes down this feature will redirect the player to your defined lobby system
  155. #Supported lobby systems
  156. # - Premium player lobbies / cracked player lobbies
  157. # - Login/Lobby server balancers
  158. # - Normal LobbyServer system
  159. returnLobby:
  160. enabled: false
  161. reasons:
  162. - '&cEl servidor se cerro!'
  163.  
  164. HubCommand:
  165. enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement