Guest User

Untitled

a guest
Apr 23rd, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 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. 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. registration:
  75. enabled: true
  76. messageInterval: 5
  77. force: true
  78. enableEmailRegistrationSystem: false
  79. doubleEmailCheck: false
  80. unrestrictions:
  81. UnrestrictedName: []
  82. messagesLanguage: en
  83. forceCommands: []
  84. ExternalBoardOptions:
  85. mySQLColumnSalt: ''
  86. mySQLColumnGroup: ''
  87. nonActivedUserGroup: -1
  88. mySQLOtherUsernameColumns: []
  89. bCryptLog2Round: 10
  90. phpbbTablePrefix: phpbb_
  91. phpbbActivatedGroupId: 2
  92. wordpressTablePrefix: wp_
  93. permission:
  94. EnablePermissionCheck: false
  95. BackupSystem:
  96. ActivateBackup: false
  97. OnServerStart: false
  98. OnServerStop: true
  99. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  100. Passpartu:
  101. enablePasspartu: false
  102. Security:
  103. SQLProblem:
  104. stopServer: true
  105. ReloadCommand:
  106. useReloadCommandSupport: true
  107. console:
  108. noConsoleSpam: false
  109. removePassword: true
  110. logConsole: false
  111. captcha:
  112. useCaptcha: false
  113. maxLoginTry: 5
  114. captchaLength: 5
  115. Converter:
  116. Rakamak:
  117. fileName: users.rak
  118. useIP: false
  119. ipFileName: UsersIp.rak
  120. newPasswordHash: SHA256
  121. Email:
  122. mailSMTP: smtp.gmail.com
  123. mailPort: 465
  124. mailAccount: ''
  125. mailPassword: ''
  126. mailSenderName: ''
  127. RecoveryPasswordLength: 8
  128. mailSubject: Your new AuthMe Password
  129. maxRegPerEmail: 1
  130. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  131. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  132. not forget to change password after login! <br /> /changepassword <generatedpass>
  133. newPassword'
  134. Hooks:
  135. multiverse: true
  136. chestshop: true
  137. bungeecord: false
  138. notifications: true
  139. disableSocialSpy: true
  140. useEssentialsMotd: false
  141. Performances:
  142. useMultiThreading: false
  143. Purge:
  144. useAutoPurge: false
  145. daysBeforeRemovePlayer: 60
  146. removePlayerDat: false
  147. removeEssentialsFile: false
  148. defaultWorld: world
  149. removeLimitedCreativesInventories: false
  150. removeAntiXRayFile: false
  151. Protection:
  152. enableProtection: false
  153. countries:
  154. - US
  155. - GB
  156. enableAntiBot: false
  157. antiBotSensibility: 5
  158. antiBotDuration: 10
Add Comment
Please, Sign In to add comment