Guest User

Untitled

a guest
Jan 3rd, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 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: 1
  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: 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. GameMode:
  69. ForceSurvivalMode: false
  70. ResetInventoryIfCreative: false
  71. ForceOnlyAfterLogin: false
  72. security:
  73. minPasswordLength: 4
  74. unLoggedinGroup: unLoggedinGroup
  75. passwordHash: SHA256
  76. doubleMD5SaltLength: 8
  77. supportOldPasswordHash: false
  78. unsafePasswords: []
  79. registration:
  80. enabled: true
  81. messageInterval: 5
  82. force: true
  83. enableEmailRegistrationSystem: false
  84. doubleEmailCheck: false
  85. forceKickAfterRegister: false
  86. forceLoginAfterRegister: false
  87. unrestrictions:
  88. UnrestrictedName: []
  89. messagesLanguage: pl
  90. forceCommands: []
  91. useWelcomeMessage: true
  92. broadcastWelcomeMessage: false
  93. ExternalBoardOptions:
  94. mySQLColumnSalt: ''
  95. mySQLColumnGroup: ''
  96. nonActivedUserGroup: -1
  97. mySQLOtherUsernameColumns: []
  98. bCryptLog2Round: 10
  99. phpbbTablePrefix: phpbb_
  100. phpbbActivatedGroupId: 2
  101. wordpressTablePrefix: wp_
  102. permission:
  103. EnablePermissionCheck: false
  104. BackupSystem:
  105. ActivateBackup: false
  106. OnServerStart: false
  107. OnServerStop: true
  108. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  109. Passpartu:
  110. enablePasspartu: false
  111. Security:
  112. SQLProblem:
  113. stopServer: true
  114. ReloadCommand:
  115. useReloadCommandSupport: true
  116. console:
  117. noConsoleSpam: false
  118. removePassword: true
  119. logConsole: false
  120. captcha:
  121. useCaptcha: false
  122. maxLoginTry: 5
  123. captchaLength: 5
  124. Converter:
  125. Rakamak:
  126. fileName: users.rak
  127. useIP: false
  128. ipFileName: UsersIp.rak
  129. newPasswordHash: SHA256
  130. Email:
  131. mailSMTP: smtp.gmail.com
  132. mailPort: 465
  133. mailAccount: ''
  134. mailPassword: ''
  135. mailSenderName: ''
  136. RecoveryPasswordLength: 8
  137. mailSubject: Your new AuthMe Password
  138. maxRegPerEmail: 1
  139. recallPlayers: false
  140. delayRecall: 5
  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. Hooks:
  146. multiverse: true
  147. chestshop: true
  148. bungeecord: false
  149. notifications: true
  150. disableSocialSpy: true
  151. useEssentialsMotd: false
  152. Performances:
  153. useMultiThreading: true
  154. Purge:
  155. useAutoPurge: false
  156. daysBeforeRemovePlayer: 60
  157. removePlayerDat: false
  158. removeEssentialsFile: false
  159. defaultWorld: world
  160. removeLimitedCreativesInventories: false
  161. removeAntiXRayFile: false
  162. Protection:
  163. enableProtection: false
  164. countries:
  165. - US
  166. - GB
  167. countriesBlacklist:
  168. - A1
  169. enableAntiBot: false
  170. antiBotSensibility: 5
  171. antiBotDuration: 10
Add Comment
Please, Sign In to add comment