Advertisement
rogama

Authme config

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