MarioG1

Authme Config

Mar 9th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. DataSource:
  2. mySQLColumnName: username
  3. mySQLTablename: authme
  4. mySQLUsername: minecraft
  5. backend: mysql
  6. mySQLColumnLastLogin: lastlogin
  7. mySQLDatabase: minecraft
  8. mySQLPort: '3306'
  9. mySQLColumnIp: ip
  10. mySQLHost: localhost
  11. mySQLColumnPassword: password
  12. mySQLPassword: ****************
  13. caching: false
  14. mySQLlastlocX: x
  15. mySQLlastlocY: y
  16. mySQLlastlocZ: z
  17. mySQLColumnEmail: email
  18. mySQLColumnId: id
  19. mySQLlastlocWorld: world
  20. GroupOptions:
  21. UnregisteredPlayerGroup: ''
  22. RegisteredPlayerGroup: ''
  23. Permissions:
  24. PermissionsOnJoin:
  25. - nocheatplus.mods.rei.cave
  26. - nocheatplus.mods.rei.radar
  27. - multiverse.access.*
  28. settings:
  29. sessions:
  30. enabled: false
  31. timeout: 10
  32. sessionExpireOnIpChange: false
  33. restrictions:
  34. allowChat: false
  35. allowCommands:
  36. - /login
  37. - /register
  38. - /l
  39. - /reg
  40. - /passpartu
  41. - /email
  42. maxRegPerIp: 3
  43. maxNicknameLength: 20
  44. ForceSingleSession: true
  45. ForceSpawnLocOnJoinEnabled: true
  46. SaveQuitLocation: true
  47. AllowRestrictedUser: false
  48. AllowedRestrictedUser: []
  49. kickNonRegistered: false
  50. kickOnWrongPassword: false
  51. teleportUnAuthedToSpawn: true
  52. minNicknameLength: 3
  53. allowMovement: false
  54. timeout: 120
  55. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  56. allowedMovementRadius: 0
  57. enablePasswordVerifier: true
  58. ProtectInventoryBeforeLogIn: true
  59. displayOtherAccounts: true
  60. ForceSpawnOnTheseWorlds:
  61. - Event
  62. banUnsafedIP: false
  63. GameMode:
  64. ForceSurvivalMode: false
  65. ResetInventoryIfCreative: false
  66. ForceOnlyAfterLogin: false
  67. security:
  68. minPasswordLength: 4
  69. unLoggedinGroup: unLoggedinGroup
  70. passwordHash: SHA256
  71. passwordMaxLength: 20
  72. doubleMD5SaltLength: 8
  73. supportOldPasswordHash: false
  74. unsafePasswords:
  75. - 1234
  76. - 12345
  77. - 123456
  78. - password
  79. - passwort
  80. - hallo
  81. - test
  82. registration:
  83. enabled: true
  84. messageInterval: 10
  85. force: true
  86. enableEmailRegistrationSystem: false
  87. doubleEmailCheck: false
  88. unrestrictions:
  89. UnrestrictedName: []
  90. messagesLanguage: en
  91. forceCommands: []
  92. useWelcomeMessage: false
  93. broadcastWelcomeMessage: false
  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: true
  112. Security:
  113. SQLProblem:
  114. stopServer: true
  115. ReloadCommand:
  116. useReloadCommandSupport: true
  117. console:
  118. noConsoleSpam: false
  119. removePassword: true
  120. logConsole: false
  121. captcha:
  122. useCaptcha: true
  123. maxLoginTry: 3
  124. captchaLength: 5
  125. Converter:
  126. Rakamak:
  127. fileName: users.rak
  128. useIP: false
  129. ipFileName: UsersIp.rak
  130. newPasswordHash: SHA256
  131. useIp: false
  132. Email:
  133. mailSMTP: ********
  134. mailPort: 465
  135. mailAccount: ***************
  136. mailPassword: *************
  137. RecoveryPasswordLength: 8
  138. mailSenderName: ETG-Clan
  139. mailSubject: New ETG MC Password
  140. maxRegPerEmail: 1
  141. recallPlayers: false
  142. delayRecall: 5
  143. mailText: "Dear <playername>, <br /><br /> This is your new AuthMe password for\
  144. \ the server : <br /><br /> <servername> <br /><br /> <generatedpass><br /><br\
  145. \ /> \t Do not forget to change password after login! <br /> /changepassword <generatedpass>\
  146. \ newPassword"
  147. Xenoforo: {}
  148. Hooks:
  149. multiverse: true
  150. chestshop: true
  151. notifications: true
  152. bungeecord: false
  153. disableSocialSpy: true
  154. useEssentialsMotd: false
  155. Performances:
  156. useMultiThreading: true
  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. enableAntiBot: true
  171. antiBotSensibility: 5
  172. antiBotDuration: 10
  173. countriesBlacklist:
  174. - A1
Advertisement
Add Comment
Please, Sign In to add comment