Advertisement
Guest User

Untitled

a guest
Sep 13th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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. - /passpartu
  36. - /email
  37. - /captcha
  38. maxRegPerIp: 1
  39. maxNicknameLength: 20
  40. ForceSingleSession: true
  41. ForceSpawnLocOnJoinEnabled: false
  42. SaveQuitLocation: true
  43. AllowRestrictedUser: false
  44. AllowedRestrictedUser:
  45. - playername;127.0.0.1
  46. kickNonRegistered: false
  47. kickOnWrongPassword: false
  48. teleportUnAuthedToSpawn: true
  49. minNicknameLength: 3
  50. allowMovement: false
  51. timeout: 30
  52. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  53. allowedMovementRadius: 100
  54. enablePasswordVerifier: true
  55. ProtectInventoryBeforeLogIn: true
  56. displayOtherAccounts: true
  57. ForceSpawnOnTheseWorlds:
  58. - world
  59. - world_nether
  60. - world_the_end
  61. banUnsafedIP: false
  62. GameMode:
  63. ForceSurvivalMode: false
  64. ResetInventoryIfCreative: false
  65. ForceOnlyAfterLogin: false
  66. security:
  67. minPasswordLength: 4
  68. unLoggedinGroup: unLoggedinGroup
  69. passwordHash: SHA256
  70. doubleMD5SaltLength: 8
  71. supportOldPasswordHash: false
  72. registration:
  73. enabled: true
  74. messageInterval: 5
  75. force: true
  76. enableEmailRegistrationSystem: false
  77. doubleEmailCheck: false
  78. unrestrictions:
  79. UnrestrictedName: []
  80. messagesLanguage: en
  81. forceCommands: []
  82. ExternalBoardOptions:
  83. mySQLColumnSalt: ''
  84. mySQLColumnGroup: ''
  85. nonActivedUserGroup: -1
  86. mySQLOtherUsernameColumns: []
  87. bCryptLog2Round: 10
  88. phpbbTablePrefix: phpbb_
  89. phpbbActivatedGroupId: 2
  90. wordpressTablePrefix: wp_
  91. permission:
  92. EnablePermissionCheck: false
  93. BackupSystem:
  94. ActivateBackup: false
  95. OnServerStart: false
  96. OnServerStop: true
  97. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  98. Passpartu:
  99. enablePasspartu: false
  100. Security:
  101. SQLProblem:
  102. stopServer: true
  103. ReloadCommand:
  104. useReloadCommandSupport: true
  105. console:
  106. noConsoleSpam: false
  107. removePassword: true
  108. logConsole: false
  109. captcha:
  110. useCaptcha: false
  111. maxLoginTry: 5
  112. captchaLength: 5
  113. Converter:
  114. Rakamak:
  115. fileName: users.rak
  116. useIP: false
  117. ipFileName: UsersIp.rak
  118. newPasswordHash: SHA256
  119. Email:
  120. mailSMTP: smtp.gmail.com
  121. mailPort: 465
  122. mailAccount: ''
  123. mailPassword: ''
  124. mailSenderName: ''
  125. RecoveryPasswordLength: 8
  126. mailSubject: Your new AuthMe Password
  127. maxRegPerEmail: 1
  128. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  129. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  130. not forget to change password after login! <br /> /changepassword <generatedpass>
  131. newPassword'
  132. Hooks:
  133. multiverse: true
  134. chestshop: true
  135. bungeecord: false
  136. notifications: true
  137. disableSocialSpy: true
  138. useEssentialsMotd: false
  139. Performances:
  140. useMultiThreading: false
  141. Purge:
  142. useAutoPurge: false
  143. daysBeforeRemovePlayer: 60
  144. removePlayerDat: false
  145. removeEssentialsFile: false
  146. defaultWorld: world
  147. removeLimitedCreativesInventories: false
  148. removeAntiXRayFile: false
  149. Protection:
  150. enableProtection: false
  151. countries:
  152. - US
  153. - GB
  154. enableAntiBot: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement