Advertisement
Guest User

Config AuthMe

a guest
May 28th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. DataSource:
  2. GroupOptions:
  3. UnregisteredPlayerGroup: ''
  4. RegisteredPlayerGroup: ''
  5. Permissions:
  6. PermissionsOnJoin: []
  7. settings:
  8. sessions:
  9. enabled: true
  10. timeout: 10
  11. sessionExpireOnIpChange: false
  12. restrictions:
  13. allowChat: false
  14. allowCommands:
  15. - /login
  16. - /register
  17. - /l
  18. - /reg
  19. - /passpartu
  20. - /email
  21. - /captcha
  22. maxRegPerIp: 4
  23. maxNicknameLength: 20
  24. ForceSingleSession: true
  25. ForceSpawnLocOnJoinEnabled: true
  26. SaveQuitLocation: false
  27. AllowRestrictedUser: false
  28. AllowedRestrictedUser:
  29. - playername;127.0.0.1
  30. kickNonRegistered: false
  31. kickOnWrongPassword: false
  32. teleportUnAuthedToSpawn: false
  33. minNicknameLength: 3
  34. allowMovement: false
  35. timeout: 30
  36. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  37. allowedMovementRadius: 100
  38. enablePasswordVerifier: true
  39. ProtectInventoryBeforeLogIn: true
  40. displayOtherAccounts: false
  41. ForceSpawnOnTheseWorlds:
  42. - world
  43. - world_nether
  44. - world_the_end
  45. banUnsafedIP: false
  46. spawnPriority: authme,essentials,multiverse,default
  47. maxLoginPerIp: 4
  48. maxJoinPerIp: 4
  49. noTeleport: false
  50. GameMode:
  51. ForceSurvivalMode: false
  52. ResetInventoryIfCreative: false
  53. ForceOnlyAfterLogin: false
  54. security:
  55. minPasswordLength: 4
  56. unLoggedinGroup: unLoggedinGroup
  57. passwordHash: SHA256
  58. doubleMD5SaltLength: 8
  59. supportOldPasswordHash: false
  60. unsafePasswords: []
  61. registration:
  62. enabled: true
  63. messageInterval: 5
  64. force: true
  65. enableEmailRegistrationSystem: false
  66. doubleEmailCheck: false
  67. forceKickAfterRegister: false
  68. forceLoginAfterRegister: false
  69. unrestrictions:
  70. UnrestrictedName: []
  71. messagesLanguage: fr
  72. forceCommands: []
  73. forceCommandsAsConsole: []
  74. useWelcomeMessage: false
  75. broadcastWelcomeMessage: false
  76. delayJoinMessage: false
  77. ExternalBoardOptions:
  78. mySQLColumnSalt: ''
  79. mySQLColumnGroup: ''
  80. nonActivedUserGroup: -1
  81. mySQLOtherUsernameColumns: []
  82. bCryptLog2Round: 10
  83. phpbbTablePrefix: phpbb_
  84. phpbbActivatedGroupId: 2
  85. wordpressTablePrefix: wp_
  86. permission:
  87. EnablePermissionCheck: false
  88. BackupSystem:
  89. ActivateBackup: false
  90. OnServerStart: false
  91. OnServerStop: true
  92. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  93. Passpartu:
  94. enablePasspartu: false
  95. Security:
  96. SQLProblem:
  97. stopServer: true
  98. ReloadCommand:
  99. useReloadCommandSupport: true
  100. console:
  101. noConsoleSpam: false
  102. removePassword: true
  103. captcha:
  104. useCaptcha: false
  105. maxLoginTry: 5
  106. captchaLength: 5
  107. Converter:
  108. Rakamak:
  109. fileName: users.rak
  110. useIP: false
  111. ipFileName: UsersIp.rak
  112. Email:
  113. mailSMTP: smtp.gmail.com
  114. mailPort: 465
  115. mailAccount: ''
  116. mailPassword: ''
  117. mailSenderName: ''
  118. RecoveryPasswordLength: 8
  119. mailSubject: Your new AuthMe Password
  120. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  121. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  122. not forget to change password after login! <br /> /changepassword <generatedpass>
  123. newPassword'
  124. maxRegPerEmail: 1
  125. recallPlayers: false
  126. delayRecall: 5
  127. Hooks:
  128. multiverse: true
  129. chestshop: true
  130. bungeecord: false
  131. notifications: true
  132. disableSocialSpy: true
  133. useEssentialsMotd: false
  134. Performances:
  135. useMultiThreading: true
  136. Purge:
  137. useAutoPurge: false
  138. daysBeforeRemovePlayer: 60
  139. removePlayerDat: false
  140. removeEssentialsFile: false
  141. defaultWorld: world
  142. removeLimitedCreativesInventories: false
  143. removeAntiXRayFile: false
  144. Protection:
  145. enableProtection: false
  146. countries:
  147. - US
  148. - GB
  149. countriesBlacklist:
  150. - A1
  151. enableAntiBot: false
  152. antiBotSensibility: 5
  153. antiBotDuration: 10
  154. VeryGames:
  155. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement