Advertisement
Guest User

Untitled

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