Guest User

Untitled

a guest
Jul 16th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 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. - /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: 3
  53. allowMovement: false
  54. timeout: 90
  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. - '[BuildCraft]'
  91. - '[Mekanism]'
  92. messagesLanguage: en
  93. forceCommands: []
  94. forceCommandsAsConsole: []
  95. useWelcomeMessage: false
  96. broadcastWelcomeMessage: false
  97. delayJoinMessage: false
  98. ExternalBoardOptions:
  99. mySQLColumnSalt: ''
  100. mySQLColumnGroup: ''
  101. nonActivedUserGroup: -1
  102. mySQLOtherUsernameColumns: []
  103. bCryptLog2Round: 10
  104. phpbbTablePrefix: phpbb_
  105. phpbbActivatedGroupId: 2
  106. wordpressTablePrefix: wp_
  107. permission:
  108. EnablePermissionCheck: false
  109. BackupSystem:
  110. ActivateBackup: false
  111. OnServerStart: false
  112. OnServerStop: true
  113. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  114. Passpartu:
  115. enablePasspartu: false
  116. Security:
  117. SQLProblem:
  118. stopServer: true
  119. ReloadCommand:
  120. useReloadCommandSupport: true
  121. console:
  122. noConsoleSpam: false
  123. removePassword: true
  124. captcha:
  125. useCaptcha: false
  126. maxLoginTry: 5
  127. captchaLength: 5
  128. Converter:
  129. Rakamak:
  130. fileName: users.rak
  131. useIP: false
  132. ipFileName: UsersIp.rak
  133. Email:
  134. mailSMTP: smtp.gmail.com
  135. mailPort: 465
  136. mailAccount: ''
  137. mailPassword: ''
  138. mailSenderName: ''
  139. RecoveryPasswordLength: 8
  140. mailSubject: Your new AuthMe Password
  141. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  142. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  143. not forget to change password after login! <br /> /changepassword <generatedpass>
  144. newPassword'
  145. maxRegPerEmail: 1
  146. recallPlayers: false
  147. delayRecall: 5
  148. Hooks:
  149. multiverse: true
  150. chestshop: true
  151. bungeecord: false
  152. notifications: true
  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: true
  167. countries:
  168. - US
  169. - GB
  170. - PL
  171. - DK
  172. countriesBlacklist:
  173. - A1
  174. enableAntiBot: false
  175. antiBotSensibility: 5
  176. antiBotDuration: 10
  177. VeryGames:
  178. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment