Advertisement
Guest User

Untitled

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