Advertisement
Guest User

31232234

a guest
Dec 24th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 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: false
  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. kickNonRegistered: false
  49. kickOnWrongPassword: false
  50. teleportUnAuthedToSpawn: false
  51. minNicknameLength: 3
  52. allowMovement: false
  53. timeout: 30
  54. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  55. allowedMovementRadius: 100
  56. enablePasswordVerifier: true
  57. ProtectInventoryBeforeLogIn: true
  58. displayOtherAccounts: false
  59. ForceSpawnOnTheseWorlds:
  60. - world
  61. - world_nether
  62. - world_the_end
  63. banUnsafedIP: false
  64. spawnPriority: authme,essentials,multiverse,default
  65. maxLoginPerIp: 0
  66. maxJoinPerIp: 0
  67. noTeleport: false
  68. allowedPasswordCharacters: '[a-zA-Z0-9_?!@+&-]*'
  69. GameMode:
  70. ForceSurvivalMode: true
  71. ResetInventoryIfCreative: false
  72. ForceOnlyAfterLogin: false
  73. security:
  74. minPasswordLength: 4
  75. unLoggedinGroup: unLoggedinGroup
  76. passwordHash: SHA256
  77. doubleMD5SaltLength: 8
  78. unsafePasswords:
  79. - '123456'
  80. - password
  81. registration:
  82. enabled: true
  83. messageInterval: 3
  84. force: true
  85. enableEmailRegistrationSystem: false
  86. doubleEmailCheck: false
  87. forceKickAfterRegister: false
  88. forceLoginAfterRegister: false
  89. unrestrictions:
  90. UnrestrictedName: []
  91. messagesLanguage: ru
  92. forceCommands: []
  93. forceCommandsAsConsole: []
  94. useWelcomeMessage: false
  95. broadcastWelcomeMessage: false
  96. delayJoinMessage: false
  97. applyBlindEffect: false
  98. forceRegisterCommands: []
  99. forceRegisterCommandsAsConsole: []
  100. ExternalBoardOptions:
  101. mySQLColumnSalt: ''
  102. mySQLColumnGroup: ''
  103. nonActivedUserGroup: -1
  104. mySQLOtherUsernameColumns: []
  105. bCryptLog2Round: 10
  106. Xenoforo: {}
  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: false
  124. logConsole: true
  125. captcha:
  126. useCaptcha: false
  127. maxLoginTry: 5
  128. captchaLength: 5
  129. Converter:
  130. Rakamak:
  131. fileName: users.rak
  132. useIP: false
  133. ipFileName: UsersIp.rak
  134. CrazyLogin:
  135. fileName: accounts.db
  136. Email:
  137. mailSMTP: smtp.gmail.com
  138. mailPort: 465
  139. mailAccount: ''
  140. mailPassword: ''
  141. mailSenderName: ''
  142. RecoveryPasswordLength: 8
  143. mailSubject: Your new AuthMe Password
  144. maxRegPerEmail: 10
  145. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  146. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  147. not forget to change password after login! <br /> /changepassword <generatedpass>
  148. newPassword'
  149. recallPlayers: false
  150. delayRecall: 5
  151. emailBlacklisted: []
  152. emailWhitelisted: []
  153. Hooks:
  154. multiverse: false
  155. chestshop: false
  156. bungeecord: false
  157. notifications: true
  158. disableSocialSpy: false
  159. useEssentialsMotd: false
  160. Performances: {}
  161. Protection:
  162. enableProtection: false
  163. countries:
  164. - US
  165. - GB
  166. enableAntiBot: false
  167. antiBotSensibility: 500
  168. antiBotDuration: 500
  169. countriesBlacklist:
  170. - A1
  171. VeryGames:
  172. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement