Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. #
  2. # Before a user logs in, various properties are temporarily removed from the player,
  3. # such as OP status, ability to fly, and walk/fly speed.
  4. # Once the user is logged in, we add back the properties we previously saved.
  5. # In this section, you may define how these properties should be handled.
  6. # Read more at https://github.com/AuthMe/AuthMeReloaded/wiki/Limbo-players
  7. DataSource:
  8. backend: MYSQL
  9. caching: false
  10. mySQLHost: 127.0.0.1
  11. mySQLPort: '3306'
  12. mySQLUseSSL: true
  13. mySQLUsername: root
  14. mySQLPassword: 1L!!CKZR
  15. mySQLDatabase: minecraft_server
  16. mySQLTablename: authme
  17. mySQLColumnId: id
  18. mySQLColumnName: username
  19. mySQLRealName: realname
  20. mySQLColumnPassword: password
  21. mySQLColumnEmail: email
  22. mySQLColumnLogged: isLogged
  23. mySQLColumnIp: ip
  24. mySQLColumnLastLogin: lastlogin
  25. mySQLlastlocX: x
  26. mySQLlastlocY: y
  27. mySQLlastlocZ: z
  28. mySQLlastlocWorld: world
  29. mySQLlastlocYaw: yaw
  30. mySQLlastlocPitch: pitch
  31. poolSize: -1
  32. ExternalBoardOptions:
  33. mySQLColumnSalt: ''
  34. mySQLColumnGroup: ''
  35. nonActivedUserGroup: -1
  36. mySQLOtherUsernameColumns: []
  37. bCryptLog2Round: 10
  38. phpbbTablePrefix: phpbb_
  39. phpbbActivatedGroupId: 2
  40. IPBTablePrefix: ipb_
  41. IPBActivatedGroupId: 3
  42. XFActivatedGroupId: 2
  43. wordpressTablePrefix: wp_
  44. settings:
  45. sessions:
  46. enabled: false
  47. timeout: 10
  48. messagesLanguage: br
  49. logLevel: FINE
  50. useAsyncTasks: true
  51. restrictions:
  52. allowChat: false
  53. hideChat: false
  54. allowCommands:
  55. - /login
  56. - /register
  57. - /l
  58. - /reg
  59. - /email
  60. - /captcha
  61. maxRegPerIp: 2
  62. minNicknameLength: 3
  63. maxNicknameLength: 16
  64. ForceSingleSession: true
  65. ForceSpawnLocOnJoin:
  66. enabled: false
  67. worlds:
  68. - world
  69. - world_nether
  70. - world_the_end
  71. SaveQuitLocation: true
  72. AllowRestrictedUser: false
  73. AllowedRestrictedUser: []
  74. banUnsafedIP: false
  75. kickNonRegistered: false
  76. kickOnWrongPassword: false
  77. teleportUnAuthedToSpawn: false
  78. allowMovement: false
  79. timeout: 30
  80. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  81. allowedMovementRadius: 100
  82. ProtectInventoryBeforeLogIn: true
  83. DenyTabCompleteBeforeLogin: false
  84. displayOtherAccounts: true
  85. spawnPriority: authme,essentials,multiverse,default
  86. maxLoginPerIp: 0
  87. maxJoinPerIp: 0
  88. noTeleport: false
  89. allowedPasswordCharacters: '[\x21-\x7E]*'
  90. otherAccountsCmdThreshold: 0
  91. otherAccountsCmd: say O Player %playername% com o ip %playerip% tem mais de uma conta!
  92. GameMode:
  93. ForceSurvivalMode: true
  94. unrestrictions:
  95. UnrestrictedName: []
  96. security:
  97. minPasswordLength: 5
  98. passwordMaxLength: 30
  99. passwordHash: SHA256
  100. legacyHashes: []
  101. doubleMD5SaltLength: 8
  102. pbkdf2Rounds: 10000
  103. unsafePasswords:
  104. - '123456'
  105. - password
  106. - qwerty
  107. - '12345'
  108. - '54321'
  109. - '123456789'
  110. - help
  111. registration:
  112. enabled: true
  113. messageInterval: 5
  114. force: true
  115. type: PASSWORD
  116. secondArg: CONFIRMATION
  117. forceKickAfterRegister: false
  118. forceLoginAfterRegister: false
  119. useWelcomeMessage: true
  120. broadcastWelcomeMessage: false
  121. delayJoinMessage: false
  122. customJoinMessage: ''
  123. removeUnloggedLeaveMessage: false
  124. removeJoinMessage: false
  125. removeLeaveMessage: false
  126. applyBlindEffect: false
  127. preventOtherCase: true
  128. forceCommands: []
  129. forceCommandsAsConsole: []
  130. GroupOptions:
  131. enablePermissionCheck: false
  132. registeredPlayerGroup: ''
  133. unregisteredPlayerGroup: ''
  134. Email:
  135. mailSMTP: smtp.gmail.com
  136. mailPort: 465
  137. useTls: true
  138. mailAccount: ''
  139. mailPassword: ''
  140. mailAddress: ''
  141. mailSenderName: ''
  142. RecoveryPasswordLength: 8
  143. mailSubject: Your new AuthMe password
  144. maxRegPerEmail: 1
  145. recallPlayers: false
  146. delayRecall: 5
  147. emailBlacklisted:
  148. - 10minutemail.com
  149. emailWhitelisted: []
  150. generateImage: false
  151. emailOauth2Token: ''
  152. Hooks:
  153. multiverse: true
  154. bungeecord: false
  155. sendPlayerTo: ''
  156. disableSocialSpy: false
  157. useEssentialsMotd: false
  158. Protection:
  159. enableProtection: false
  160. enableProtectionRegistered: true
  161. countries:
  162. - US
  163. - GB
  164. countriesBlacklist:
  165. - A1
  166. enableAntiBot: true
  167. antiBotInterval: 5
  168. antiBotSensibility: 10
  169. antiBotDuration: 10
  170. antiBotDelay: 60
  171. Purge:
  172. useAutoPurge: false
  173. daysBeforeRemovePlayer: 60
  174. removePlayerDat: false
  175. removeEssentialsFile: false
  176. defaultWorld: world
  177. removeLimitedCreativesInventories: false
  178. removeAntiXRayFile: false
  179. removePermissions: false
  180. Security:
  181. SQLProblem:
  182. stopServer: true
  183. console:
  184. removePassword: true
  185. logConsole: true
  186. captcha:
  187. useCaptcha: false
  188. maxLoginTry: 5
  189. captchaLength: 5
  190. captchaCountReset: 60
  191. tempban:
  192. enableTempban: false
  193. maxLoginTries: 10
  194. tempbanLength: 480
  195. minutesBeforeCounterReset: 480
  196. recoveryCode:
  197. length: 8
  198. validForHours: 4
  199. maxTries: 3
  200. passwordChangeTimeout: 2
  201. emailRecovery:
  202. cooldown: 60
  203. limbo:
  204. persistence:
  205. type: INDIVIDUAL_FILES
  206. distributionSize: SIXTEEN
  207. restoreAllowFlight: RESTORE
  208. restoreFlySpeed: RESTORE_NO_ZERO
  209. restoreWalkSpeed: MAX_RESTORE
  210. BackupSystem:
  211. ActivateBackup: false
  212. OnServerStart: false
  213. OnServerStop: true
  214. MysqlWindowsPath: C:\Program Files\MySQL\MySQL Server 5.1\
  215. Converter:
  216. Rakamak:
  217. fileName: users.rak
  218. useIP: false
  219. ipFileName: UsersIp.rak
  220. CrazyLogin:
  221. fileName: accounts.db
  222. loginSecurity:
  223. useSqlite: true
  224. mySql:
  225. host: ''
  226. database: ''
  227. user: ''
  228. password: ''
  229. VeryGames:
  230. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement