Guest User

Untitled

a guest
Feb 3rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. DataSource:
  2. backend: mysql
  3. caching: true
  4. mySQLHost: XXX
  5. mySQLPort: '3306'
  6. mySQLUsername: XXX
  7. mySQLPassword: XXX
  8. mySQLDatabase: XXX-site
  9. mySQLTablename: mc_users
  10. mySQLColumnId: ID
  11. mySQLColumnName: user_login
  12. mySQLRealName: realname
  13. mySQLColumnPassword: user_pass
  14. mySQLUseSSL: true
  15. mySQLColumnEmail: user_email
  16. mySQLColumnLogged: is_logged
  17. mySQLColumnIp: ip
  18. mySQLColumnLastLogin: last_login
  19. mySQLlastlocX: x
  20. mySQLlastlocY: y
  21. mySQLlastlocZ: z
  22. mySQLlastlocWorld: world
  23. poolSize: -1
  24. ExternalBoardOptions:
  25. mySQLColumnSalt: ''
  26. mySQLColumnGroup: ''
  27. nonActivedUserGroup: -1
  28. mySQLOtherUsernameColumns: []
  29. bCryptLog2Round: 10
  30. phpbbTablePrefix: phpbb_
  31. phpbbActivatedGroupId: 2
  32. wordpressTablePrefix: mc_
  33. Converter:
  34. Rakamak:
  35. fileName: users.rak
  36. useIP: false
  37. ipFileName: UsersIp.rak
  38. CrazyLogin:
  39. fileName: accounts.db
  40. settings:
  41. sessions:
  42. enabled: false
  43. timeout: 10
  44. sessionExpireOnIpChange: true
  45. messagesLanguage: en
  46. logLevel: FINE
  47. useAsyncTasks: true
  48. restrictions:
  49. allowChat: false
  50. hideChat: false
  51. allowCommands:
  52. - /login
  53. - /register
  54. - /l
  55. - /reg
  56. - /email
  57. - /captcha
  58. maxRegPerIp: 100
  59. minNicknameLength: 3
  60. maxNicknameLength: 16
  61. ForceSingleSession: true
  62. ForceSpawnLocOnJoin:
  63. enabled: false
  64. worlds:
  65. - world
  66. - world_nether
  67. - world_the_end
  68. SaveQuitLocation: false
  69. AllowRestrictedUser: false
  70. AllowedRestrictedUser: []
  71. kickNonRegistered: false
  72. kickOnWrongPassword: true
  73. teleportUnAuthedToSpawn: false
  74. allowMovement: false
  75. removeSpeed: true
  76. timeout: 120
  77. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  78. allowedMovementRadius: 100
  79. ProtectInventoryBeforeLogIn: true
  80. DenyTabCompleteBeforeLogin: false
  81. displayOtherAccounts: true
  82. banUnsafedIP: false
  83. spawnPriority: authme,essentials,multiverse,default
  84. maxLoginPerIp: 0
  85. maxJoinPerIp: 0
  86. noTeleport: false
  87. allowedPasswordCharacters: '[\x21-\x7E]*'
  88. otherAccountsCmdThreshold: 0
  89. otherAccountsCmd: say The player %playername% with ip %playerip% has multiple accounts!
  90. GameMode:
  91. ForceSurvivalMode: false
  92. unrestrictions:
  93. UnrestrictedName: []
  94. security:
  95. minPasswordLength: 5
  96. passwordMaxLength: 30
  97. unLoggedinGroup: unLoggedinGroup
  98. passwordHash: WORDPRESS
  99. doubleMD5SaltLength: 8
  100. legacyHashes: []
  101. pbkdf2Rounds: 10000
  102. unsafePasswords:
  103. - '123456'
  104. - password
  105. - qwerty
  106. - '12345'
  107. - '54321'
  108. - '123456789'
  109. - help
  110. registration:
  111. enabled: true
  112. messageInterval: 5
  113. force: true
  114. type: EMAIL
  115. secondArg: CONFIRMATION
  116. forceKickAfterRegister: false
  117. forceLoginAfterRegister: false
  118. useWelcomeMessage: false
  119. broadcastWelcomeMessage: false
  120. delayJoinMessage: false
  121. customJoinMessage: ''
  122. removeUnloggedLeaveMessage: false
  123. removeJoinMessage: false
  124. removeLeaveMessage: false
  125. applyBlindEffect: false
  126. preventOtherCase: true
  127. forceCommands: []
  128. forceCommandsAsConsole: []
  129. permission:
  130. EnablePermissionCheck: false
  131. Email:
  132. mailSMTP: smtp.gmail.com
  133. mailPort: 587
  134. mailAccount: ugamingoficial@gmail.com
  135. mailPassword: KrVpMMUgdt2oVBvN
  136. mailAddress: ugamingoficial@gmail.com
  137. mailSenderName: uGaming Minecraft
  138. RecoveryPasswordLength: 8
  139. mailSubject: uGaming Minecraft - Password
  140. maxRegPerEmail: 1
  141. recallPlayers: false
  142. delayRecall: 5
  143. emailBlacklisted:
  144. - 10minutemail.com
  145. emailWhitelisted: []
  146. generateImage: false
  147. emailOauth2Token: ''
  148. Hooks:
  149. multiverse: true
  150. bungeecord: false
  151. sendPlayerTo: ''
  152. disableSocialSpy: false
  153. useEssentialsMotd: false
  154. GroupOptions:
  155. UnregisteredPlayerGroup: ''
  156. RegisteredPlayerGroup: ''
  157. Protection:
  158. enableProtection: false
  159. enableProtectionRegistered: true
  160. countries:
  161. - US
  162. - GB
  163. countriesBlacklist:
  164. - A1
  165. enableAntiBot: true
  166. antiBotInterval: 10
  167. antiBotSensibility: 5
  168. antiBotDuration: 10
  169. antiBotDelay: 10
  170. Purge:
  171. useAutoPurge: false
  172. daysBeforeRemovePlayer: 60
  173. removePlayerDat: false
  174. removeEssentialsFile: false
  175. defaultWorld: world
  176. removeLimitedCreativesInventories: false
  177. removeAntiXRayFile: false
  178. removePermissions: false
  179. Security:
  180. SQLProblem:
  181. stopServer: true
  182. console:
  183. removePassword: true
  184. logConsole: true
  185. captcha:
  186. useCaptcha: false
  187. maxLoginTry: 5
  188. captchaLength: 5
  189. tempban:
  190. enableTempban: false
  191. maxLoginTries: 10
  192. tempbanLength: 480
  193. minutesBeforeCounterReset: 480
  194. recoveryCode:
  195. length: 8
  196. validForHours: 4
  197. BackupSystem:
  198. ActivateBackup: false
  199. OnServerStart: false
  200. OnServerStop: true
  201. MysqlWindowsPath: C:\Program Files\MySQL\MySQL Server 5.1\
  202. VeryGames:
  203. enableIpCheck: false
Add Comment
Please, Sign In to add comment