Advertisement
Aladalar

AuthMe

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