Guest User

Untitled

a guest
Apr 1st, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1.  
  2. # MySQL must be configured here, restart the server after saving the config!
  3. MySQL:
  4. ip: 'minecraft1054.omgserv.com'
  5. port: '3306'
  6. database: 'bc_221126'
  7. user: 'bc_221126'
  8. password: 'GThinkAzertyuiop1'
  9. ssl: false
  10.  
  11. # 1 = Normal Mode (Premium Accounts are Protected and Cracked User can't use premium names)
  12. # 2 = Mixed Mode (Premium Accounts are required to register, but they can use the /premium command to get auto-logged in and protected just like in Normal Mode)
  13. # 3 = Secure Mode (All accounts are required to use the register/login commands)
  14. WorkMethod:
  15. Value: 2
  16.  
  17. # Kick the player if he uses the wrong password for the account
  18. Login:
  19. WrongKick: true
  20.  
  21. # Timer Setup
  22. # CleanRequest = Time to clean cache of the plugin; This is RECOMMENDED to be 30 (MINUTES)
  23. # RegisterMax = Max amount of time the player has to register the account (SECONDS)
  24. # LoginMax = Max amount of time the player to log into the account (SECONDS)
  25. Timers:
  26. # Time in MINUTES
  27. CleanRequest: 30
  28. # Time in SECONDS
  29. RegisterMax: 60
  30. # Time in SECONDS
  31. LoginMax: 60
  32.  
  33. # Customize the options :D
  34. Options:
  35. MinPasswordLength: 3
  36. MaxPasswordLength: 12
  37. # Supported Encryption Hashers = SHA256, SHA512, SMD5, OLDDEFAULT (DEFAULT DBA V9.X), SHA512C (SHA512 DBA V9.X) PLEASE CONTACT ME IF YOU WANT TO PASS YOUR DBA 9x SQL TO 10x
  38. PasswordHash: 'SHA512'
  39. # Enable Captcha when registering, EXAMPLE: /register pass pass captchacode
  40. Captcha: true
  41. CaptchaLength: 6
  42. # Use offline UUID "don't recommended and also isn't tested correctly"
  43. OfflineUUID: false
  44. # Anti-Bot Feature (Only Block Connections if the server has X join on Y time)
  45. MaxLogin:
  46. Enabled: true
  47. # Modes
  48. # 1 = Normal (After the time set has passed the player will be allowed to join again)
  49. # 2 = ShieldMode(After the time set for ShieldDuration has passed the player will be able to join agian)
  50. # How does ShieldMode work? A: After a player joins a certain amount of times(Max) within a set amount of time(Seconds), MaxLogin will trigger and cause the server to be put into the shield mode,
  51. # If this continuously happens more time will be added on to the protection. When the MaxLogin count resets the Shield will continue blocking joins until his time reset.
  52. # // SHIELD DURATION IS IN SECONDS.
  53. # Current setup is 30 joins in 10 seconds.
  54. Mode: 1
  55. Max: 30
  56. Seconds: 10
  57. ShieldDuration: 35
  58. # Enable or disable the titles of the plugin
  59. # true = enabled // false = disabled
  60. Titles:
  61. Auto: true
  62. Login: true
  63. Register: true
  64. Successful: true
  65. Sessions:
  66. MaxTimeToApply: 300
  67. NameCheck: true
  68. # IP Limits
  69. IPChecker:
  70. DisableIPRegisterLimit: false
  71. DisableIPPlayingLimit: false
  72. MaxAccountsDefault: 2
  73. MaxPlayingDefault: 2
  74. # True = Enable support to Multiple Proxy's running on "RedisBungee"
  75. RedisBungeeMode: true
  76.  
  77. # Handlers = Enable Server Administration = If this is false The plugin will use default server configured on Bungee.
  78. # If balancer is disabled (false) It will use the Single server "AuthS or LobbyS"
  79. # If balancer has been enabled (true) It will use the Multi Server "AuthM or LobbyM"
  80. Servers:
  81. AuthHandler: true
  82. LobbyHandler: true
  83. LobbyBalancer: false
  84. AuthBalancer: false
  85. AuthS: 'Auth'
  86. LobbyS: 'Lobby'
  87. AuthM:
  88. - 'Auth01'
  89. - 'Auth02'
  90. LobbyM:
  91. - 'Lobby01'
  92. - 'Lobby02'
  93.  
  94. # Enable Commands in case you need it.
  95. Commands:
  96. PremiumCMD: false
  97. # PremiumMode 1 = You can use the command without login and register // 2 = You need to login or registered to use the command
  98. PremiumMode: 1
  99. # This command isn't done at all
  100. CrackedCMD: false
  101.  
  102. # If you have some issues with an api or if it is down disable it here.
  103. # BauxiteAPI is under development please don't use it.
  104. # Fallback 1 = API Mojang
  105. # Fallback 2 = API Cloudprotected
  106. # Fallback 3 = API MineTools
  107. # Fallback 4 = API BauxiteAPI "STILL UNDER IDEAS DON'T USE IT.".
  108. APIS:
  109. Enable:
  110. Mojang:
  111. Enable: true
  112. Fallback: 2
  113. CloudProtected:
  114. Enable: true
  115. Fallback: 1
  116. MineTools:
  117. Enable: true
  118. Fallback: 5
  119. BauxiteAPI:
  120. Enable: false
  121. Fallback: 1
  122.  
  123. # SMTP Configuration
  124. SMTP:
  125. host: 'localhost'
  126. port: '25'
  127. user: 'root'
  128. pass: 'password'
  129. from: 'account@dynamicbungeeauth.net'
  130. file: 'Index.html'
  131. subj: 'DynamicBungeeAuth'
  132.  
  133. # Debug message of APIS
  134. Debug:
  135. apis: true
Add Comment
Please, Sign In to add comment