Guest User

#AuthMe | SkyPixels

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