Advertisement
Flqreon_

Untitled

Aug 6th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 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: 20
  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: 2
  42. maxNicknameLength: 20
  43. ForceSingleSession: true
  44. ForceSpawnLocOnJoinEnabled: false
  45. SaveQuitLocation: false
  46. AllowRestrictedUser: false
  47. AllowedRestrictedUser:
  48. - playername;127.0.0.1
  49. kickNonRegistered: false
  50. kickOnWrongPassword: false
  51. teleportUnAuthedToSpawn: false
  52. minNicknameLength: 4
  53. allowMovement: false
  54. timeout: 30
  55. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  56. allowedMovementRadius: 100
  57. enablePasswordVerifier: true
  58. ProtectInventoryBeforeLogIn: true
  59. displayOtherAccounts: true
  60. ForceSpawnOnTheseWorlds:
  61. - world
  62. - world_nether
  63. - world_the_end
  64. banUnsafedIP: false
  65. spawnPriority: authme,essentials,multiverse,default
  66. maxLoginPerIp: 0
  67. maxJoinPerIp: 0
  68. noTeleport: false
  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: en
  91. forceCommands: []
  92. forceCommandsAsConsole: []
  93. useWelcomeMessage: true
  94. broadcastWelcomeMessage: false
  95. delayJoinMessage: false
  96. ExternalBoardOptions:
  97. mySQLColumnSalt: ''
  98. mySQLColumnGroup: ''
  99. nonActivedUserGroup: -1
  100. mySQLOtherUsernameColumns: []
  101. bCryptLog2Round: 10
  102. phpbbTablePrefix: phpbb_
  103. phpbbActivatedGroupId: 2
  104. wordpressTablePrefix: wp_
  105. permission:
  106. EnablePermissionCheck: false
  107. BackupSystem:
  108. ActivateBackup: false
  109. OnServerStart: false
  110. OnServerStop: true
  111. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  112. Passpartu:
  113. enablePasspartu: false
  114. Security:
  115. SQLProblem:
  116. stopServer: true
  117. ReloadCommand:
  118. useReloadCommandSupport: true
  119. console:
  120. noConsoleSpam: false
  121. removePassword: true
  122. captcha:
  123. useCaptcha: false
  124. maxLoginTry: 5
  125. captchaLength: 5
  126. Converter:
  127. Rakamak:
  128. fileName: users.rak
  129. useIP: false
  130. ipFileName: UsersIp.rak
  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. 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: false
  171. antiBotSensibility: 5
  172. antiBotDuration: 10
  173. VeryGames:
  174. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement