Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. DataSource:
  2. backend: SQLITE
  3. caching: true
  4. mySQLHost: localhost
  5. mySQLPort: '3306'
  6. mySQLUsername: authme
  7. mySQLPassword: '1234'
  8. mySQLDatabase: authme
  9. mySQLTablename: authme
  10. mySQLColumnId: id
  11. mySQLColumnName: username
  12. mySQLRealName: realname
  13. mySQLColumnPassword: password
  14. mySQLColumnEmail: email
  15. mySQLColumnLogged: isLogged
  16. mySQLColumnIp: ip
  17. mySQLColumnLastLogin: lastlogin
  18. mySQLlastlocX: x
  19. mySQLlastlocY: y
  20. mySQLlastlocZ: z
  21. mySQLlastlocWorld: world
  22. mySQLWebsite: false
  23. mySQLMaxConections: 25
  24. ExternalBoardOptions:
  25. mySQLColumnSalt: ''
  26. mySQLColumnGroup: ''
  27. nonActivedUserGroup: -1
  28. mySQLOtherUsernameColumns: []
  29. bCryptLog2Round: 10
  30. phpbbTablePrefix: phpbb_
  31. phpbbActivatedGroupId: 2
  32. wordpressTablePrefix: wp_
  33. Converter:
  34. Rakamak:
  35. fileName: users.rak
  36. useIP: false
  37. ipFileName: UsersIp.rak
  38. CrazyLogin:
  39. fileName: accounts.db
  40. settings:
  41. helpHeader: AuthMeReloaded
  42. sessions:
  43. enabled: true
  44. timeout: 60
  45. sessionExpireOnIpChange: true
  46. messagesLanguage: en
  47. restrictions:
  48. keepCollisionsDisabled: false
  49. allowChat: false
  50. hideChat: false
  51. allowCommands:
  52. - /login
  53. - /register
  54. - /l
  55. - /reg
  56. - /email
  57. - /captcha
  58. maxRegPerIp: 3
  59. minNicknameLength: 4
  60. maxNicknameLength: 16
  61. ForceSingleSession: true
  62. ForceSpawnLocOnJoin:
  63. enabled: false
  64. worlds:
  65. - world
  66. - world_nether
  67. - world_the_end
  68. SaveQuitLocation: false
  69. AllowRestrictedUser: false
  70. AllowedRestrictedUser: []
  71. kickNonRegistered: false
  72. kickOnWrongPassword: false
  73. teleportUnAuthedToSpawn: false
  74. allowMovement: false
  75. removeSpeed: true
  76. timeout: 60
  77. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  78. allowedMovementRadius: 0
  79. enablePasswordConfirmation: true
  80. ProtectInventoryBeforeLogIn: false
  81. DenyTabCompleteBeforeLogin: false
  82. HideTablistBeforeLogin: true
  83. displayOtherAccounts: true
  84. banUnsafedIP: false
  85. spawnPriority: authme,essentials,multiverse,default
  86. maxLoginPerIp: 0
  87. maxJoinPerIp: 0
  88. noTeleport: false
  89. allowedPasswordCharacters: '[\x21-\x7E]*'
  90. GameMode:
  91. ForceSurvivalMode: false
  92. unrestrictions:
  93. UnrestrictedName: []
  94. security:
  95. minPasswordLength: 5
  96. passwordMaxLength: 30
  97. unLoggedinGroup: unLoggedinGroup
  98. passwordHash: SHA256
  99. doubleMD5SaltLength: 8
  100. supportOldPasswordHash: false
  101. unsafePasswords:
  102. - '123456'
  103. - password
  104. - qwerty
  105. - '12345'
  106. - '54321'
  107. - muie
  108. - parola
  109. registration:
  110. enabled: true
  111. messageInterval: 5
  112. force: true
  113. enableEmailRegistrationSystem: false
  114. doubleEmailCheck: false
  115. forceKickAfterRegister: false
  116. forceLoginAfterRegister: false
  117. forceCommands: []
  118. forceCommandsAsConsole: []
  119. forceRegisterCommands: []
  120. forceRegisterCommandsAsConsole: []
  121. useWelcomeMessage: false
  122. broadcastWelcomeMessage: false
  123. delayJoinMessage: false
  124. removeJoinMessage: true
  125. removeLeaveMessage: false
  126. applyBlindEffect: false
  127. preventOtherCase: false
  128. permission:
  129. EnablePermissionCheck: false
  130. Email:
  131. mailSMTP: smtp.gmail.com
  132. mailPort: 465
  133. mailAccount: ''
  134. mailPassword: ''
  135. mailSenderName: ''
  136. RecoveryPasswordLength: 8
  137. mailSubject: Your new AuthMe password
  138. maxRegPerEmail: 1
  139. recallPlayers: false
  140. delayRecall: 5
  141. emailBlacklisted:
  142. - 10minutemail.com
  143. emailWhitelisted: []
  144. generateImage: false
  145. emailOauth2Token: ''
  146. Hooks:
  147. multiverse: true
  148. bungeecord: false
  149. sendPlayerTo: ''
  150. disableSocialSpy: true
  151. useEssentialsMotd: false
  152. customAttributes: false
  153. Protection:
  154. enableProtection: false
  155. countries:
  156. - US
  157. - GB
  158. countriesBlacklist:
  159. - A1
  160. enableAntiBot: true
  161. antiBotSensibility: 5
  162. antiBotDuration: 10
  163. Purge:
  164. useAutoPurge: false
  165. daysBeforeRemovePlayer: 60
  166. removePlayerDat: false
  167. removeEssentialsFile: false
  168. defaultWorld: world
  169. removeLimitedCreativesInventories: false
  170. removeAntiXRayFile: false
  171. removePermissions: false
  172. Security:
  173. SQLProblem:
  174. stopServer: true
  175. ReloadCommand:
  176. useReloadCommandSupport: true
  177. console:
  178. noConsoleSpam: false
  179. removePassword: true
  180. logConsole: true
  181. captcha:
  182. useCaptcha: false
  183. maxLoginTry: 5
  184. captchaLength: 5
  185. stop:
  186. kickPlayersBeforeStopping: true
  187. tempban:
  188. enableTempban: false
  189. maxLoginTries: 10
  190. tempbanLength: 480
  191. BackupSystem:
  192. ActivateBackup: false
  193. OnServerStart: false
  194. OnServerStop: true
  195. MysqlWindowsPath: C:\Program Files\MySQL\MySQL Server 5.1\
  196. VeryGames:
  197. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement