Advertisement
vanjavk

Untitled

Aug 21st, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. DataSource:
  2. mySQLColumnName: username
  3. mySQLTablename: authme
  4. mySQLUsername: MCSQL
  5. backend: mysql
  6. mySQLColumnLastLogin: lastlogin
  7. mySQLDatabase: MCSQL
  8. mySQLPort: '3306'
  9. mySQLColumnIp: ip
  10. mySQLHost: mysql.dontddos...
  11. mySQLColumnPassword: password
  12. mySQLPassword: dontwstealpassword
  13. caching: true
  14. mySQLlastlocX: x
  15. mySQLlastlocY: y
  16. mySQLlastlocZ: z
  17. mySQLlastlocWorld: world
  18. mySQLColumnEmail: email
  19. mySQLColumnId: id
  20. mySQLColumnLogged: isLogged
  21. mySQLRealName: realname
  22. GroupOptions:
  23. UnregisteredPlayerGroup: ''
  24. RegisteredPlayerGroup: ''
  25. Permissions:
  26. PermissionsOnJoin: []
  27. settings:
  28. sessions:
  29. enabled: false
  30. timeout: 10
  31. sessionExpireOnIpChange: false
  32. restrictions:
  33. allowChat: false
  34. allowCommands:
  35. - /login
  36. - /register
  37. - /l
  38. - /reg
  39. - /passpartu
  40. - /email
  41. - /captcha
  42. maxRegPerIp: 2
  43. maxNicknameLength: 20
  44. ForceSingleSession: true
  45. ForceSpawnLocOnJoinEnabled: false
  46. SaveQuitLocation: true
  47. AllowRestrictedUser: false
  48. AllowedRestrictedUser:
  49. - playername;127.0.0.1
  50. kickNonRegistered: false
  51. kickOnWrongPassword: false
  52. teleportUnAuthedToSpawn: true
  53. minNicknameLength: 3
  54. allowMovement: false
  55. timeout: 30
  56. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  57. allowedMovementRadius: 100
  58. enablePasswordVerifier: true
  59. ProtectInventoryBeforeLogIn: true
  60. displayOtherAccounts: false
  61. ForceSpawnOnTheseWorlds:
  62. - world
  63. - world_nether
  64. - world_the_end
  65. banUnsafedIP: false
  66. spawnPriority: authme,essentials,multiverse,default
  67. maxLoginPerIp: 0
  68. maxJoinPerIp: 0
  69. noTeleport: false
  70. allowedPasswordCharacters: '[\x21-\x7E]*'
  71. GameMode:
  72. ForceSurvivalMode: false
  73. ResetInventoryIfCreative: false
  74. ForceOnlyAfterLogin: true
  75. security:
  76. minPasswordLength: 4
  77. unLoggedinGroup: unLoggedinGroup
  78. passwordHash: SHA256
  79. doubleMD5SaltLength: 8
  80. supportOldPasswordHash: false
  81. unsafePasswords: []
  82. registration:
  83. enabled: true
  84. messageInterval: 5
  85. force: true
  86. enableEmailRegistrationSystem: false
  87. doubleEmailCheck: true
  88. forceKickAfterRegister: false
  89. forceLoginAfterRegister: false
  90. unrestrictions:
  91. UnrestrictedName: []
  92. messagesLanguage: en
  93. forceCommands: []
  94. forceCommandsAsConsole:
  95. - fly %p off
  96. forceRegisterCommands: []
  97. forceRegisterCommandsAsConsole: []
  98. useWelcomeMessage: false
  99. broadcastWelcomeMessage: false
  100. delayJoinMessage: false
  101. applyBlindEffect: false
  102. ExternalBoardOptions:
  103. mySQLColumnSalt: ''
  104. mySQLColumnGroup: ''
  105. nonActivedUserGroup: -1
  106. mySQLOtherUsernameColumns: []
  107. bCryptLog2Round: 10
  108. phpbbTablePrefix: phpbb_
  109. phpbbActivatedGroupId: 2
  110. wordpressTablePrefix: wp_
  111. permission:
  112. EnablePermissionCheck: false
  113. BackupSystem:
  114. ActivateBackup: false
  115. OnServerStart: false
  116. OnServerStop: true
  117. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  118. Security:
  119. SQLProblem:
  120. stopServer: true
  121. ReloadCommand:
  122. useReloadCommandSupport: true
  123. console:
  124. noConsoleSpam: false
  125. removePassword: true
  126. captcha:
  127. useCaptcha: false
  128. maxLoginTry: 5
  129. captchaLength: 5
  130. Converter:
  131. Rakamak:
  132. fileName: users.rak
  133. useIP: false
  134. ipFileName: UsersIp.rak
  135. CrazyLogin:
  136. fileName: accounts.db
  137. Email:
  138. mailSMTP: smtp.gmail.com
  139. mailPort: 587
  140. mailAccount: YugoCraftcom@gmail.com
  141. mailPassword: YugoCraftcom1
  142. mailSenderName: YugoCraft
  143. RecoveryPasswordLength: 8
  144. mailSubject: Password
  145. mailText: Dragi <playername>, <generatedpass>
  146. maxRegPerEmail: 1
  147. recallPlayers: true
  148. delayRecall: 5
  149. emailBlacklisted:
  150. - 10minutemail.com
  151. emailWhitelisted: []
  152. generateImage: false
  153. Hooks:
  154. multiverse: true
  155. chestshop: true
  156. bungeecord: false
  157. disableSocialSpy: true
  158. useEssentialsMotd: false
  159. customAttributes: false
  160. Purge:
  161. useAutoPurge: false
  162. daysBeforeRemovePlayer: 60
  163. removePlayerDat: false
  164. removeEssentialsFile: false
  165. defaultWorld: world
  166. removeLimitedCreativesInventories: false
  167. removeAntiXRayFile: false
  168. removePermissions: false
  169. Protection:
  170. enableProtection: false
  171. countries:
  172. - US
  173. - GB
  174. countriesBlacklist:
  175. - A1
  176. enableAntiBot: false
  177. antiBotSensibility: 5
  178. antiBotDuration: 10
  179. VeryGames:
  180. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement