Advertisement
Guest User

AuthMe Config by Johny

a guest
Jan 11th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. Configul pluginului AuthMe by Johny
  2. DataSource:
  3. mySQLColumnName: username
  4. mySQLTablename: authme
  5. mySQLUsername: authme
  6. backend: file
  7. mySQLColumnLastLogin: lastlogin
  8. mySQLDatabase: authme
  9. mySQLPort: '3306'
  10. mySQLColumnIp: ip
  11. mySQLHost: 127.0.0.1
  12. mySQLColumnPassword: password
  13. mySQLPassword: '12345'
  14. caching: true
  15. mySQLlastlocX: x
  16. mySQLlastlocY: y
  17. mySQLlastlocZ: z
  18. mySQLlastlocWorld: world
  19. mySQLColumnEmail: email
  20. mySQLColumnId: id
  21. mySQLColumnLogged: isLogged
  22. GroupOptions:
  23. UnregisteredPlayerGroup: ''
  24. RegisteredPlayerGroup: ''
  25. Permissions:
  26. PermissionsOnJoin: []
  27. settings:
  28. sessions:
  29. enabled: false
  30. timeout:30
  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: false
  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: true
  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. GameMode:
  71. ForceSurvivalMode: false
  72. ResetInventoryIfCreative: false
  73. ForceOnlyAfterLogin: false
  74. security:
  75. minPasswordLength: 4
  76. unLoggedinGroup: unLoggedinGroup
  77. passwordHash: SHA256
  78. doubleMD5SaltLength: 8
  79. supportOldPasswordHash: false
  80. unsafePasswords: []
  81. registration:
  82. enabled: true
  83. messageInterval: 5
  84. force: true
  85. enableEmailRegistrationSystem: false
  86. doubleEmailCheck: false
  87. forceKickAfterRegister: false
  88. forceLoginAfterRegister: false
  89. unrestrictions:
  90. UnrestrictedName: []
  91. messagesLanguage: en
  92. forceCommands: []
  93. forceCommandsAsConsole: []
  94. useWelcomeMessage: true
  95. broadcastWelcomeMessage: false
  96. delayJoinMessage: false
  97. ExternalBoardOptions:
  98. mySQLColumnSalt: ''
  99. mySQLColumnGroup: ''
  100. nonActivedUserGroup: -1
  101. mySQLOtherUsernameColumns: []
  102. bCryptLog2Round: 10
  103. phpbbTablePrefix: phpbb_
  104. phpbbActivatedGroupId: 2
  105. wordpressTablePrefix: wp_
  106. permission:
  107. EnablePermissionCheck: false
  108. BackupSystem:
  109. ActivateBackup: true
  110. OnServerStart: true
  111. OnServerStop: true
  112. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  113. Passpartu:
  114. enablePasspartu: false
  115. Security:
  116. SQLProblem:
  117. stopServer: true
  118. ReloadCommand:
  119. useReloadCommandSupport: true
  120. console:
  121. noConsoleSpam: false
  122. removePassword: true
  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. mailText: '<playername>, <br /><br /> Aceasta este noua ta parola pe server : <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />
  141. Nu uita ca poti sa iti schimbi parola cu ajutorul comenzii <br /> /changepassword <generatedpass>
  142. ParolaNoua'
  143. maxRegPerEmail: 1
  144. recallPlayers: false
  145. delayRecall: 5
  146. Hooks:
  147. multiverse: true
  148. chestshop: true
  149. bungeecord: true
  150. notifications: true
  151. disableSocialSpy: true
  152. useEssentialsMotd: false
  153. Performances:
  154. useMultiThreading: true
  155. Purge:
  156. useAutoPurge: false
  157. daysBeforeRemovePlayer: 60
  158. removePlayerDat: false
  159. removeEssentialsFile: false
  160. defaultWorld: world
  161. removeLimitedCreativesInventories: false
  162. removeAntiXRayFile: false
  163. Protection:
  164. enableProtection: false
  165. countries:
  166. - US
  167. - GB
  168. countriesBlacklist:
  169. - A1
  170. enableAntiBot: true
  171. antiBotSensibility: 10
  172. antiBotDuration: 1
  173. VeryGames:
  174. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement