Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 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: 0
  15. mySQLlastlocY: 0
  16. mySQLlastlocZ: 0
  17. mySQLlastlocWorld: world
  18. mySQLColumnEmail: email
  19. mySQLColumnId: id
  20. GroupOptions:
  21. UnregisteredPlayerGroup: ''
  22. RegisteredPlayerGroup: ''
  23. Permissions:
  24. PermissionsOnJoin: []
  25. settings:
  26. sessions:
  27. enabled: false
  28. timeout: 10
  29. sessionExpireOnIpChange: false
  30. restrictions:
  31. allowChat: false
  32. allowCommands:
  33. - /login
  34. - /register
  35. - /l
  36. - /reg
  37. - /passpartu
  38. - /email
  39. - /captcha
  40. maxRegPerIp: 1
  41. maxNicknameLength: 20
  42. ForceSingleSession: true
  43. ForceSpawnLocOnJoinEnabled: false
  44. SaveQuitLocation: false
  45. AllowRestrictedUser: false
  46. AllowedRestrictedUser:
  47. - playername;127.0.0.1
  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: true
  59. ForceSpawnOnTheseWorlds:
  60. - world
  61. - world_nether
  62. - world_the_end
  63. banUnsafedIP: false
  64. GameMode:
  65. ForceSurvivalMode: false
  66. ResetInventoryIfCreative: false
  67. ForceOnlyAfterLogin: false
  68. security:
  69. minPasswordLength: 4
  70. unLoggedinGroup: unLoggedinGroup
  71. passwordHash: SHA256
  72. doubleMD5SaltLength: 8
  73. supportOldPasswordHash: false
  74. unsafePasswords: []
  75. registration:
  76. enabled: true
  77. messageInterval: 5
  78. force: true
  79. enableEmailRegistrationSystem: false
  80. doubleEmailCheck: false
  81. unrestrictions:
  82. UnrestrictedName: []
  83. messagesLanguage: en
  84. forceCommands: []
  85. useWelcomeMessage: true
  86. broadcastWelcomeMessage: false
  87. ExternalBoardOptions:
  88. mySQLColumnSalt: ''
  89. mySQLColumnGroup: ''
  90. nonActivedUserGroup: -1
  91. mySQLOtherUsernameColumns: []
  92. bCryptLog2Round: 10
  93. phpbbTablePrefix: phpbb_
  94. phpbbActivatedGroupId: 2
  95. wordpressTablePrefix: wp_
  96. permission:
  97. EnablePermissionCheck: false
  98. BackupSystem:
  99. ActivateBackup: false
  100. OnServerStart: false
  101. OnServerStop: true
  102. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  103. Passpartu:
  104. enablePasspartu: false
  105. Security:
  106. SQLProblem:
  107. stopServer: true
  108. ReloadCommand:
  109. useReloadCommandSupport: true
  110. console:
  111. noConsoleSpam: false
  112. removePassword: true
  113. logConsole: false
  114. captcha:
  115. useCaptcha: false
  116. maxLoginTry: 5
  117. captchaLength: 5
  118. Converter:
  119. Rakamak:
  120. fileName: users.rak
  121. useIP: false
  122. ipFileName: UsersIp.rak
  123. newPasswordHash: SHA256
  124. Email:
  125. mailSMTP: smtp.gmail.com
  126. mailPort: 465
  127. mailAccount: ''
  128. mailPassword: ''
  129. mailSenderName: ''
  130. RecoveryPasswordLength: 8
  131. mailSubject: Your new AuthMe Password
  132. maxRegPerEmail: 1
  133. recallPlayers: false
  134. delayRecall: 5
  135. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  136. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  137. not forget to change password after login! <br /> /changepassword <generatedpass>
  138. newPassword'
  139. Hooks:
  140. multiverse: true
  141. chestshop: true
  142. bungeecord: true
  143. notifications: true
  144. disableSocialSpy: true
  145. useEssentialsMotd: false
  146. Performances:
  147. useMultiThreading: true
  148. Purge:
  149. useAutoPurge: false
  150. daysBeforeRemovePlayer: 60
  151. removePlayerDat: false
  152. removeEssentialsFile: false
  153. defaultWorld: world
  154. removeLimitedCreativesInventories: false
  155. removeAntiXRayFile: false
  156. Protection:
  157. enableProtection: false
  158. countries:
  159. - US
  160. - GB
  161. countriesBlacklist:
  162. - A1
  163. enableAntiBot: false
  164. antiBotSensibility: 5
  165. antiBotDuration: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement