Advertisement
Guest User

Untitled

a guest
May 27th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. # ________ .__ __________ _____ __ .__
  2. # \______ \ ___.__. ____ _____ _____ |__| ____\______ \__ __ ____ ____ ____ ____ / _ \ __ ___/ |_| |__
  3. # | | < | |/ \\__ \ / \| |/ ___\| | _/ | \/ \ / ___\_/ __ \_/ __ \ / /_\ \| | \ __\ | \
  4. # | ` \___ | | \/ __ \| Y Y \ \ \___| | \ | / | \/ /_/ > ___/\ ___// | \ | /| | | Y \
  5. # /_______ / ____|___| (____ /__|_| /__|\___ >______ /____/|___| /\___ / \___ >\___ >____|__ /____/ |__| |___| /
  6. # \/\/ \/ \/ \/ \/ \/ \//_____/ \/ \/ \/ \/
  7. #
  8. # Author: UraharaNZ Version: 9.08B
  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: '88.99.81.186'
  13. port: 3306
  14. database: 's344_Skybound'
  15. user: 'u344_lk5kAj29Ax'
  16. password: 'nydaTCieedZ7oNlO'
  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: 'PLEASE WAIT SOME SECONDS AND TRY AGAIN.'
  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. SessionTime: 5
  43.  
  44. # Set your maximum accounts and online accounts per ip.
  45. # Accounts = Registered Accounts.
  46. Maximum:
  47. Accounts: 3
  48. Online: 3
  49.  
  50. # Password Data Setup "Maximum/Minimum Password Length can be used on the register command"
  51. # if The Minimum Password Length = "0" the server will auto set to 3!.
  52. # Current Encryption Support: "DEFAULT = CUSTOM ENCRYPT" "SHA" "SHA-512" "BCRPYT" "SALTED2MD5".
  53. PasswordLength:
  54. Maximum: 20
  55. Minimum: 3
  56. Encryption: 'DEFAULT'
  57.  
  58. # If the players IP does not match the IP within the database, they will require to relogin.
  59. bindCheck: false
  60.  
  61. # Ban here some passwords.
  62. BannedPasswords:
  63. - ''
  64.  
  65. # Accounts that cannot be stolen if a premium player purchases the cracked name.
  66. # use /authadmin setcracked <player> to add names
  67. # These names will be forced to always be cracked accounts
  68. Saved_Accounts:
  69. - 'notch'
  70. - 'null'
  71.  
  72. # We recommend to enable this for split the load of your servers.
  73. # This methods need to run with Lobby and Auth server for a good balance of load.
  74. Balancer:
  75. LoginServer: false
  76. LobbyServer: false
  77. servers:
  78. auth:
  79. - 'AuthLobby01'
  80. - 'AuthLobby02'
  81. - 'AuthLobby03'
  82. lobby:
  83. - 'Lobby01'
  84. - 'Lobby02'
  85. - 'Lobby03'
  86.  
  87. Redirect:
  88. Enabled: false
  89. Lobby: 'Lobby01'
  90.  
  91. # In case you don't will use our balancer you need to setup your servers here
  92. # Always put some servers here for make a "Fallback System."
  93. Servers:
  94. LobbyServer: 'Hub'
  95. AuthServer: 'AuthLobby01'
  96.  
  97. #Premium players do not require to register or login
  98. #CHANGING THIS FEATURE TO FALSE OR TRUE REQUIRES A BUNGEECORD RESTART
  99. #If you are using Auth lobby balancers, Make sure you set LobbyServer as one of your Auth Lobbies.
  100. PremiumBypass: true
  101.  
  102. # This feature allow to the cracked users use premium names like notch, etc.
  103. # PLEAZE this option is RECOMMENDED to disable PremiumBypass for security.
  104. # Will be like authme everyone need to register/login but soon will be implemented
  105. # a better system where will work the auto login for the real premium user. :}!
  106. EnableCrackedUsePremiumNames: false
  107.  
  108. #If a server goes down this feature will redirect the player to your defined lobby system
  109. #Supported lobby systems
  110. # - Premium player lobbies / cracked player lobbies
  111. # - Login/Lobby server balancers
  112. # - Normal LobbyServer system
  113. returnLobby:
  114. enabled: true
  115. reasons:
  116. - 'Server Closed'
  117.  
  118. HubCommand:
  119. enabled: false
  120.  
  121. # This will fix the mess when you only have 1 server setup with "You are already connected to that server"
  122. # This method already compare if its enable the balancer or not.
  123. Enable:
  124. LobbyRedirect: false
  125. AuthRedirect: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement