Advertisement
Guest User

AuthMe

a guest
Apr 11th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 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: true
  29. timeout: 3600
  30. sessionExpireOnIpChange: true
  31. restrictions:
  32. allowChat: false
  33. allowCommands:
  34. - /login
  35. - /register
  36. - /l
  37. - /reg
  38. maxRegPerIp: 3
  39. maxNicknameLength: 15
  40. ForceSingleSession: true
  41. ForceSpawnLocOnJoinEnabled: true
  42. SaveQuitLocation: false
  43. AllowRestrictedUser: false
  44. AllowedRestrictedUser:
  45. - playername;127.0.0.1
  46. kickNonRegistered: false
  47. kickOnWrongPassword: true
  48. teleportUnAuthedToSpawn: true
  49. minNicknameLength: 4
  50. allowMovement: false
  51. timeout: 60
  52. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  53. allowedMovementRadius: 100
  54. enablePasswordVerifier: true
  55. ProtectInventoryBeforeLogIn: true
  56. displayOtherAccounts: true
  57. ForceSpawnOnTheseWorlds:
  58. - world
  59. - world_nether
  60. - world_the_end
  61. banUnsafedIP: false
  62. spawnPriority: authme,essentials,multiverse,default
  63. maxLoginPerIp: 3
  64. maxJoinPerIp: 3
  65. noTeleport: false
  66. GameMode:
  67. ForceSurvivalMode: false
  68. ResetInventoryIfCreative: false
  69. ForceOnlyAfterLogin: false
  70. security:
  71. minPasswordLength: 6
  72. unLoggedinGroup: unLoggedinGroup
  73. passwordHash: SHA256
  74. doubleMD5SaltLength: 8
  75. supportOldPasswordHash: false
  76. unsafePasswords: []
  77. registration:
  78. enabled: true
  79. messageInterval: 3
  80. force: true
  81. enableEmailRegistrationSystem: false
  82. doubleEmailCheck: false
  83. forceKickAfterRegister: true
  84. forceLoginAfterRegister: false
  85. unrestrictions:
  86. UnrestrictedName: []
  87. messagesLanguage: en
  88. forceCommands: []
  89. forceCommandsAsConsole: []
  90. useWelcomeMessage: false
  91. broadcastWelcomeMessage: false
  92. delayJoinMessage: false
  93. ExternalBoardOptions:
  94. mySQLColumnSalt: ''
  95. mySQLColumnGroup: ''
  96. nonActivedUserGroup: -1
  97. mySQLOtherUsernameColumns: []
  98. bCryptLog2Round: 10
  99. phpbbTablePrefix: phpbb_
  100. phpbbActivatedGroupId: 2
  101. wordpressTablePrefix: wp_
  102. permission:
  103. EnablePermissionCheck: false
  104. BackupSystem:
  105. ActivateBackup: false
  106. OnServerStart: false
  107. OnServerStop: true
  108. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  109. Passpartu:
  110. enablePasspartu: false
  111. Security:
  112. SQLProblem:
  113. stopServer: true
  114. ReloadCommand:
  115. useReloadCommandSupport: true
  116. console:
  117. noConsoleSpam: false
  118. removePassword: true
  119. captcha:
  120. useCaptcha: false
  121. maxLoginTry: 5
  122. captchaLength: 5
  123. Converter:
  124. Rakamak:
  125. fileName: users.rak
  126. useIP: false
  127. ipFileName: UsersIp.rak
  128. Email:
  129. mailSMTP: smtp.gmail.com
  130. mailPort: 465
  131. mailAccount: ''
  132. mailPassword: ''
  133. mailSenderName: ''
  134. RecoveryPasswordLength: 8
  135. mailSubject: Bine ai venit pe serverul RV!
  136. mailText: 'Draga <playername>, <br /><br /> Aceasta este noua ta parola pentru
  137. serverul nostru <br /><br /> : <br /><br /> <generatedpass><br /><br />Nu
  138. uita sa iti schimbi parola dupa ce te loghezi! <br /> /changepassword <parolagenrata>
  139. parolanoua'
  140. maxRegPerEmail: 3
  141. recallPlayers: false
  142. delayRecall: 5
  143. Hooks:
  144. multiverse: true
  145. chestshop: true
  146. bungeecord: false
  147. notifications: true
  148. disableSocialSpy: true
  149. useEssentialsMotd: false
  150. Performances:
  151. useMultiThreading: true
  152. Purge:
  153. useAutoPurge: false
  154. daysBeforeRemovePlayer: 60
  155. removePlayerDat: false
  156. removeEssentialsFile: false
  157. defaultWorld: world
  158. removeLimitedCreativesInventories: false
  159. removeAntiXRayFile: false
  160. Protection:
  161. enableProtection: true
  162. countries:
  163. - RO
  164. - MD
  165. - RU
  166. countriesBlacklist:
  167. - EN
  168. - GP
  169. enableAntiBot: true
  170. antiBotSensibility: 5
  171. antiBotDuration: 10
  172. VeryGames:
  173. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement