Advertisement
Guest User

Authme Error...

a guest
Mar 31st, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 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: false
  29. timeout: 10
  30. sessionExpireOnIpChange: false
  31. restrictions:
  32. allowChat: false
  33. allowCommands:
  34. - /login
  35. - /dangnhap
  36. - /register
  37. - /dangky
  38. - /reg
  39. - /passpartu
  40. - /email
  41. - /captcha
  42. maxRegPerIp: 5
  43. maxNicknameLength: 20
  44. ForceSingleSession: true
  45. ForceSpawnLocOnJoinEnabled: false
  46. SaveQuitLocation: false
  47. AllowRestrictedUser: false
  48. AllowedRestrictedUser:
  49. - playername;127.0.0.1
  50. kickNonRegistered: false
  51. kickOnWrongPassword: false
  52. teleportUnAuthedToSpawn: false
  53. minNicknameLength: 3
  54. allowMovement: false
  55. timeout: 30
  56. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  57. allowedMovementRadius: 100
  58. enablePasswordVerifier: true
  59. ProtectInventoryBeforeLogIn: false
  60. displayOtherAccounts: true
  61. ForceSpawnOnTheseWorlds:
  62. - world
  63. - world_nether
  64. - world_the_end
  65. banUnsafedIP: false
  66. spawnPriority: authme,essentials,multiverse,default
  67. maxLoginPerIp: 0
  68. maxJoinPerIp: 0
  69. GameMode:
  70. ForceSurvivalMode: false
  71. ResetInventoryIfCreative: false
  72. ForceOnlyAfterLogin: false
  73. security:
  74. minPasswordLength: 4
  75. unLoggedinGroup: unLoggedinGroup
  76. passwordHash: SHA256
  77. doubleMD5SaltLength: 8
  78. supportOldPasswordHash: false
  79. unsafePasswords: []
  80. registration:
  81. enabled: true
  82. messageInterval: 5
  83. force: true
  84. enableEmailRegistrationSystem: false
  85. doubleEmailCheck: false
  86. forceKickAfterRegister: false
  87. forceLoginAfterRegister: false
  88. unrestrictions:
  89. UnrestrictedName: []
  90. messagesLanguage: vn
  91. forceCommands: []
  92. useWelcomeMessage: true
  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: false
  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: false
  123. maxLoginTry: 5
  124. captchaLength: 5
  125. Converter:
  126. Rakamak:
  127. fileName: users.rak
  128. useIP: false
  129. ipFileName: UsersIp.rak
  130. newPasswordHash: SHA256
  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. maxRegPerEmail: 1
  140. recallPlayers: false
  141. delayRecall: 5
  142. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  143. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  144. not forget to change password after login! <br /> /changepassword <generatedpass>
  145. newPassword'
  146. Hooks:
  147. multiverse: true
  148. chestshop: true
  149. bungeecord: false
  150. notifications: true
  151. disableSocialSpy: true
  152. useEssentialsMotd: false
  153. Performances:
  154. useMultiThreading: true
  155. Purge:
  156. useAutoPurge: false
  157. daysBeforeRemovePlayer: 60
  158. removePlayerDat: false
  159. removeEssentialsFile: false
  160. defaultWorld: world
  161. removeLimitedCreativesInventories: false
  162. removeAntiXRayFile: false
  163. Protection:
  164. enableProtection: false
  165. countries:
  166. - US
  167. - GB
  168. countriesBlacklist:
  169. - A1
  170. enableAntiBot: true
  171. antiBotSensibility: 5
  172. antiBotDuration: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement