Advertisement
zajdi10

Untitled

Jul 8th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 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. mySQLColumnLogged: isLogged
  21. GroupOptions:
  22. UnregisteredPlayerGroup: ''
  23. RegisteredPlayerGroup: ''
  24. Permissions:
  25. PermissionsOnJoin: []
  26. settings:
  27. sessions:
  28. enabled: false
  29. timeout: 10
  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: 1
  42. maxNicknameLength: 20
  43. ForceSingleSession: true
  44. ForceSpawnLocOnJoinEnabled: false
  45. SaveQuitLocation: false
  46. AllowRestrictedUser: false
  47. AllowedRestrictedUser:
  48. - playername;127.0.0.1
  49. kickNonRegistered: false
  50. kickOnWrongPassword: false
  51. teleportUnAuthedToSpawn: false
  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: true
  60. ForceSpawnOnTheseWorlds:
  61. - world
  62. - world_nether
  63. - world_the_end
  64. banUnsafedIP: false
  65. spawnPriority: authme,essentials,multiverse,default
  66. maxLoginPerIp: 0
  67. maxJoinPerIp: 0
  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. messagesLanguage: pl
  90. forceCommands: []
  91. forceCommandsAsConsole: []
  92. useWelcomeMessage: true
  93. broadcastWelcomeMessage: false
  94. delayJoinMessage: false
  95. ExternalBoardOptions:
  96. mySQLColumnSalt: ''
  97. mySQLColumnGroup: ''
  98. nonActivedUserGroup: -1
  99. mySQLOtherUsernameColumns: []
  100. bCryptLog2Round: 10
  101. phpbbTablePrefix: phpbb_
  102. phpbbActivatedGroupId: 2
  103. wordpressTablePrefix: wp_
  104. permission:
  105. EnablePermissionCheck: false
  106. BackupSystem:
  107. ActivateBackup: false
  108. OnServerStart: false
  109. OnServerStop: true
  110. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  111. Passpartu:
  112. enablePasspartu: false
  113. Security:
  114. SQLProblem:
  115. stopServer: true
  116. ReloadCommand:
  117. useReloadCommandSupport: true
  118. console:
  119. noConsoleSpam: false
  120. removePassword: true
  121. captcha:
  122. useCaptcha: false
  123. maxLoginTry: 5
  124. captchaLength: 5
  125. Converter:
  126. Rakamak:
  127. fileName: users.rak
  128. useIP: false
  129. ipFileName: UsersIp.rak
  130. Email:
  131. mailSMTP: smtp.gmail.com
  132. mailPort: 465
  133. mailAccount: ''
  134. mailPassword: ''
  135. mailSenderName: ''
  136. RecoveryPasswordLength: 8
  137. mailSubject: Your new AuthMe Password
  138. mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  139. the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  140. not forget to change password after login! <br /> /changepassword <generatedpass>
  141. newPassword'
  142. maxRegPerEmail: 1
  143. recallPlayers: false
  144. delayRecall: 5
  145. Hooks:
  146. multiverse: true
  147. chestshop: true
  148. bungeecord: false
  149. notifications: true
  150. disableSocialSpy: true
  151. useEssentialsMotd: false
  152. Performances:
  153. useMultiThreading: true
  154. Purge:
  155. useAutoPurge: false
  156. daysBeforeRemovePlayer: 60
  157. removePlayerDat: false
  158. removeEssentialsFile: false
  159. defaultWorld: world
  160. removeLimitedCreativesInventories: false
  161. removeAntiXRayFile: false
  162. Protection:
  163. enableProtection: false
  164. countries:
  165. - US
  166. - GB
  167. countriesBlacklist:
  168. - A1
  169. enableAntiBot: false
  170. antiBotSensibility: 5
  171. antiBotDuration: 10
  172. VeryGames:
  173. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement