Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.60 KB | None | 0 0
  1. DataSource:
  2. # What type of database do you want to use?
  3. # Valid values: sqlite, mysql
  4. backend: sqlite
  5. # Enable database caching, should improve database performance
  6. caching: true
  7. # Database location
  8. mySQLHost: 127.0.0.1
  9. # Database Port
  10. mySQLPort: '3306'
  11. # Username about Database Connection Infos
  12. mySQLUsername: authme
  13. # Password about Database Connection Infos
  14. mySQLPassword: '12345'
  15. # Database Name, use with converters or as SQLITE database name
  16. mySQLDatabase: authme
  17. # Table of the database
  18. mySQLTablename: authme
  19. # Column of IDs to sort data
  20. mySQLColumnId: id
  21. # Column for storing or checking players nickname
  22. mySQLColumnName: username
  23. # Column for storing players passwords
  24. mySQLColumnPassword: password
  25. # Column for storing players emails
  26. mySQLColumnEmail: email
  27. # Column for Saving if a player is logged in or not
  28. mySQLColumnLogged: isLogged
  29. # Column for storing players IPs
  30. mySQLColumnIp: ip
  31. # Column for storing players lastlogins
  32. mySQLColumnLastLogin: lastlogin
  33. # Column for SaveQuitLocation - X
  34. mySQLlastlocX: x
  35. # Column for SaveQuitLocation - Y
  36. mySQLlastlocY: y
  37. # Column for SaveQuitLocation - Z
  38. mySQLlastlocZ: z
  39. # Column for SaveQuitLocation - World name
  40. mySQLlastlocWorld: world
  41. # Column for RealName
  42. mySQLRealName: realname
  43. settings:
  44. # The name shown in the help messages.
  45. helpHeader: AuthMeReloaded
  46. sessions:
  47. # Do you want to enable the session feature?
  48. # If enabled, when a player authenticates successfully,
  49. # his IP and his nickname is saved.
  50. # The next time the player joins the server, if his IP
  51. # is the same of the last time, and the timeout time
  52. # hasn't expired, he will not need to authenticate.
  53. enabled: false
  54. # After how many minutes a session should expire?
  55. # Consider that session will end only after the timeout time, and
  56. # if the player's ip has changed but the timeout hasn't expired,
  57. # player will be kicked out of sever due to invalidSession!
  58. timeout: 10
  59. # Should the session expire if the player try to login with an
  60. # another IP Address?
  61. sessionExpireOnIpChange: true
  62. restrictions:
  63. # Can not authenticated players chat and see the chat log?
  64. # Care that this feature blocks also all the commands not
  65. # listed in the list below.
  66. allowChat: false
  67. # Can not authenticated players see the chat log?
  68. hideChat: false
  69. # Commands allowed when a player is not authenticated
  70. allowCommands:
  71. - /login
  72. - /register
  73. - /l
  74. - /reg
  75. - /email
  76. - /captcha
  77. # Max number of allowed registrations per IP (default: 1)
  78. maxRegPerIp: 1
  79. # Max allowed username length
  80. maxNicknameLength: 16
  81. # When this setting is enabled, online players can't be kicked out
  82. # due to "Logged in from another Location"
  83. # This setting will prevent potetial security exploits.
  84. ForceSingleSession: true
  85. ForceSpawnLocOnJoin:
  86. # If enabled, every player will be teleported to the world spawnpoint
  87. # after successful authentication.
  88. # The quit location of the player will be overwritten.
  89. # This is different from "teleportUnAuthedToSpawn" that teleport player
  90. # back to his quit location after the authentication.
  91. enabled: false
  92. # WorldNames where we need to force the spawn location
  93. # Case-sensitive!
  94. worlds:
  95. - 'world'
  96. - 'world_nether'
  97. - 'world_the_end'
  98. # This option will save the quit location of the players.
  99. SaveQuitLocation: false
  100. # To activate the restricted user feature you need
  101. # to enable this option and configure the
  102. # AllowedRestrctedUser field.
  103. AllowRestrictedUser: false
  104. # The restricted user feature will kick players listed below
  105. # if they don't match of the defined ip address.
  106. # Example:
  107. # AllowedRestrictedUser:
  108. # - playername;127.0.0.1
  109. AllowedRestrictedUser: []
  110. # Should unregistered players be kicked immediately?
  111. kickNonRegistered: false
  112. # Should players be kicked on wrong password?
  113. kickOnWrongPassword: true
  114. # Should not logged in players be teleported to the spawn?
  115. # After the authentication they will be teleported back to
  116. # their normal position.
  117. teleportUnAuthedToSpawn: false
  118. # Minimum allowed nick length
  119. minNicknameLength: 4
  120. # Can unregistered players walk around?
  121. allowMovement: false
  122. # Should not authenticated players have speed = 0?
  123. # This will reset the fly/walk speed to default value after the login.
  124. removeSpeed: true
  125. # After how many time players who fail to login or register
  126. # should be kicked? Set to 0 to disable.
  127. timeout: 30
  128. # Regex sintax of allowed characters in the player name.
  129. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  130. # How far can unregistered players walk? Set to 0
  131. # for unlimited radius
  132. allowedMovementRadius: 100
  133. # Enable double check of password when you register
  134. # when it's true, registration require that kind of command:
  135. # /register <password> <confirmPassword>
  136. enablePasswordConfirmation: true
  137. # Should we protect the player inventory before logging in? Requires ProtocolLib.
  138. ProtectInventoryBeforeLogIn: true
  139. # Should we deny the tabcomplete feature before logging in? Requires ProtocolLib.
  140. DenyTabCompleteBeforeLogin: true
  141. # Should we display all other accounts from a player when he joins?
  142. # permission: /authme.admin.accounts
  143. displayOtherAccounts: true
  144. # Ban ip when the ip is not the ip registered in database
  145. banUnsafedIP: false
  146. # Spawn Priority, Values : authme, essentials, multiverse, default
  147. spawnPriority: default,authme,essentials,multiverse,default
  148. # Maximum Login authorized by IP
  149. maxLoginPerIp: 0
  150. # Maximum Join authorized by IP
  151. maxJoinPerIp: 0
  152. # AuthMe will NEVER teleport players !
  153. noTeleport: false
  154. # Regex syntax for allowed Chars in passwords.
  155. allowedPasswordCharacters: '[\x21-\x7E]*'
  156. # Keeps collisions disabled for logged players
  157. # Works only with MC 1.9
  158. keepCollisionsDisabled: false
  159. GameMode:
  160. # ForceSurvivalMode to player when join ?
  161. ForceSurvivalMode: false
  162. security:
  163. # Minimum length of password
  164. minPasswordLength: 5
  165. # Maximum length of password
  166. passwordMaxLength: 30
  167. # this is very important options,
  168. # every time player join the server,
  169. # if they are registered, AuthMe will switch him
  170. # to unLoggedInGroup, this
  171. # should prevent all major exploit.
  172. # So you can set up on your Permission Plugin
  173. # this special group with 0 permissions, or permissions to chat,
  174. # or permission to
  175. # send private message or all other perms that you want,
  176. # the better way is to set up
  177. # this group with few permissions,
  178. # so if player try to exploit some account,
  179. # they can
  180. # do anything except what you set in perm Group.
  181. # After a correct logged-in player will be
  182. # moved to his correct permissions group!
  183. # Pay attention group name is case sensitive,
  184. # so Admin is different from admin,
  185. # otherwise your group will be wiped,
  186. # and player join in default group []!
  187. # Example unLoggedinGroup: NotLogged
  188. unLoggedinGroup: unLoggedinGroup
  189. # possible values: MD5, SHA1, SHA256, WHIRLPOOL, XAUTH, MD5VB, PHPBB,
  190. # MYBB, IPB3, IPB4, PHPFUSION, SMF, XENFORO, SALTED2MD5, JOOMLA, BCRYPT, WBB3, SHA512,
  191. # DOUBLEMD5, PBKDF2, PBKDF2DJANGO, WORDPRESS, ROYALAUTH, CUSTOM(for developpers only)
  192. passwordHash: SHA256
  193. # salt length for the SALTED2MD5 MD5(MD5(password)+salt)
  194. doubleMD5SaltLength: 8
  195. # If password checking return false, do we need to check with all
  196. # other password algorithm to check an old password?
  197. # AuthMe will update the password to the new passwordHash!
  198. supportOldPasswordHash: false
  199. # Cancel unsafe passwords for being used, put them on lowercase!
  200. #unsafePasswords:
  201. #- '123456'
  202. #- 'password'
  203. unsafePasswords:
  204. - '123456'
  205. - 'password'
  206. - 'qwerty'
  207. - '12345'
  208. - '54321'
  209. registration:
  210. # enable registration on the server?
  211. enabled: true
  212. # Send every X seconds a message to a player to
  213. # remind him that he has to login/register
  214. messageInterval: 5
  215. # Only registered and logged in players can play.
  216. # See restrictions for exceptions
  217. force: true
  218. # Do we replace password registration by an email registration method?
  219. enableEmailRegistrationSystem: false
  220. # Enable double check of email when you register
  221. # when it's true, registration require that kind of command:
  222. # /register <email> <confirmEmail>
  223. doubleEmailCheck: false
  224. # Do we force kicking player after a successful registration?
  225. # Do not use with login feature below
  226. forceKickAfterRegister: false
  227. # Does AuthMe need to enforce a /login after a successful registration?
  228. forceLoginAfterRegister: false
  229. unrestrictions:
  230. # below you can list all account names that
  231. # AuthMe will ignore for registration or login, configure it
  232. # at your own risk!! Remember that if you are going to add
  233. # nickname with [], you have to delimit name with ' '.
  234. # this option add compatibility with BuildCraft and some
  235. # other mods.
  236. # It is CaseSensitive!
  237. UnrestrictedName: []
  238. # Message language, available : en, de, br, cz, pl, fr, ru, hu, sk, es, zhtw, fi, zhcn, lt, it, ko, pt
  239. messagesLanguage: es
  240. # Force these commands after /login, without any '/', use %p for replace with player name
  241. forceCommands: []
  242. # Force these commands after /login as a server console, without any '/', use %p for replace with player name
  243. forceCommandsAsConsole: []
  244. # Force these commands after /register, without any '/', use %p for replace with player name
  245. forceRegisterCommands: []
  246. # Force these commands after /register as a server console, without any '/', use %p for replace with player name
  247. forceRegisterCommandsAsConsole: []
  248. # Do we need to display the welcome message (welcome.txt) after a login?
  249. # You can use colors in this welcome.txt + some replaced strings:
  250. # {PLAYER}: player name, {ONLINE}: display number of online players, {MAXPLAYERS}: display server slots,
  251. # {IP}: player ip, {LOGINS}: number of players logged, {WORLD}: player current world, {SERVER}: server name
  252. # {VERSION}: get current bukkit version, {COUNTRY}: player country
  253. useWelcomeMessage: true
  254. # Do we need to broadcast the welcome message to all server or only to the player? set true for server or false for player
  255. broadcastWelcomeMessage: false
  256. # Should we delay the join message and display it once the player has logged in?
  257. delayJoinMessage: false
  258. # Should we remove the leave messages of unlogged users?
  259. removeUnloggedLeaveMessage: true
  260. # Should we remove join messages altogether?
  261. removeJoinMessage: true
  262. # Should we remove leave messages altogether?
  263. removeLeaveMessage: true
  264. # Do we need to add potion effect Blinding before login/register?
  265. applyBlindEffect: true
  266. # Do we need to prevent people to login with another case?
  267. # If Xephi is registered, then Xephi can login, but not XEPHI/xephi/XePhI
  268. preventOtherCase: true
  269. # Log level: INFO, FINE, DEBUG. Use INFO for general messages,
  270. # FINE for some additional detailed ones (like password failed),
  271. # and DEBUG for debug messages
  272. logLevel: 'FINE'
  273. ExternalBoardOptions:
  274. # MySQL column for the salt, needed for some forum/cms support
  275. mySQLColumnSalt: ''
  276. # MySQL column for the group, needed for some forum/cms support
  277. mySQLColumnGroup: ''
  278. # -1 mean disabled. If u want that only
  279. # activated player can login in your server
  280. # u can put in this options the group number
  281. # of unactivated user, needed for some forum/cms support
  282. nonActivedUserGroup: -1
  283. # Other MySQL columns where we need to put the Username (case sensitive)
  284. mySQLOtherUsernameColumns: []
  285. # How much Log to Round needed in BCrypt(do not change it if you do not know what's your doing)
  286. bCryptLog2Round: 10
  287. # phpBB prefix defined during phpbb installation process
  288. phpbbTablePrefix: 'phpbb_'
  289. # phpBB activated group id, 2 is default registered group defined by phpbb
  290. phpbbActivatedGroupId: 2
  291. # WordPress prefix defined during WordPress installation process
  292. wordpressTablePrefix: 'wp_'
  293. permission:
  294. # Take care with this options, if you dont want
  295. # to use Vault and Group Switching of
  296. # AuthMe for unloggedIn players put true
  297. # below, default is false.
  298. EnablePermissionCheck: false
  299. BackupSystem:
  300. # Enable or Disable Automatic Backup
  301. ActivateBackup: false
  302. # set Backup at every start of Server
  303. OnServerStart: false
  304. # set Backup at every stop of Server
  305. OnServerStop: true
  306. # Windows only mysql installation Path
  307. MysqlWindowsPath: 'C:\Program Files\MySQL\MySQL Server 5.1\'
  308. Security:
  309. SQLProblem:
  310. # Stop the server if we can't contact the sql database
  311. # Take care with this, if you set that to false,
  312. # AuthMe automatically disable and the server is not protected!
  313. stopServer: true
  314. ReloadCommand:
  315. # /reload support
  316. useReloadCommandSupport: true
  317. console:
  318. # Replace passwords in the console when player type a command like /login
  319. removePassword: true
  320. # Copy AuthMe log output in a separate file as well?
  321. logConsole: true
  322. captcha:
  323. # Enable captcha when a player uses wrong password too many times
  324. useCaptcha: false
  325. # Max allowed tries before a captcha is required
  326. maxLoginTry: 5
  327. # Captcha length
  328. captchaLength: 5
  329. tempban:
  330. # Tempban a user's IP address if they enter the wrong password too many times
  331. enableTempban: false
  332. # How many times a user can attempt to login before their IP being tempbanned
  333. maxLoginTries: 10
  334. # The length of time a IP address will be tempbanned in minutes
  335. # Default: 480 minutes, or 8 hours
  336. tempbanLength: 480
  337. # How many minutes before resetting the count for failed logins by IP and username
  338. # Default: 480 minutes (8 hours)
  339. minutesBeforeCounterReset: 480
  340. Converter:
  341. Rakamak:
  342. # Rakamak file name
  343. fileName: users.rak
  344. # Rakamak use ip ?
  345. useIP: false
  346. # IP file name for rakamak
  347. ipFileName: UsersIp.rak
  348. CrazyLogin:
  349. # CrazyLogin database file
  350. fileName: accounts.db
  351. Email:
  352. # Email SMTP server host
  353. mailSMTP: smtp.gmail.com
  354. # Email SMTP server port
  355. mailPort: 465
  356. # Email account that send the mail
  357. mailAccount: ''
  358. # Email account password
  359. mailPassword: ''
  360. # Custom SenderName, that replace the mailAccount name in the email
  361. mailSenderName: ''
  362. # Random password length
  363. RecoveryPasswordLength: 8
  364. # Email subject of password get
  365. mailSubject: 'Your new AuthMe password'
  366. # Like maxRegPerIp but with email
  367. maxRegPerEmail: 1
  368. # Recall players to add an email?
  369. recallPlayers: false
  370. # Delay in minute for the recall scheduler
  371. delayRecall: 5
  372. # Blacklist these domains for emails
  373. emailBlacklisted:
  374. - 10minutemail.com
  375. # WhiteList only these domains for emails
  376. emailWhitelisted: []
  377. # Do we need to send new password draw in an image?
  378. generateImage: false
  379. # The email OAuth 2 token (leave empty if not used)
  380. emailOauth2Token: ''
  381. Hooks:
  382. # Do we need to hook with multiverse for spawn checking?
  383. multiverse: true
  384. # Do we need to hook with BungeeCord ?
  385. bungeecord: true
  386. # Send player to this BungeeCord server after register/login
  387. sendPlayerTo: 'lobby'
  388. # Do we need to disable Essentials SocialSpy on join?
  389. disableSocialSpy: true
  390. # Do we need to force /motd Essentials command on join?
  391. useEssentialsMotd: false
  392. Purge:
  393. # If enabled, AuthMe automatically purges old, unused accounts
  394. useAutoPurge: false
  395. # Number of Days an account become Unused
  396. daysBeforeRemovePlayer: 60
  397. # Do we need to remove the player.dat file during purge process?
  398. removePlayerDat: false
  399. # Do we need to remove the Essentials/users/player.yml file during purge process?
  400. removeEssentialsFile: false
  401. # World where are players.dat stores
  402. defaultWorld: 'world'
  403. # Do we need to remove LimitedCreative/inventories/player.yml, player_creative.yml files during purge process ?
  404. removeLimitedCreativesInventories: false
  405. # Do we need to remove the AntiXRayData/PlayerData/player file during purge process?
  406. removeAntiXRayFile: false
  407. # Do we need to remove permissions?
  408. removePermissions: false
  409. Protection:
  410. # Enable some servers protection ( country based login, antibot )
  411. enableProtection: false
  412. # Apply the protection also to registered usernames
  413. enableProtectionRegistered: true
  414. # Countries allowed to join the server and register, see http://dev.bukkit.org/bukkit-plugins/authme-reloaded/pages/countries-codes/ for countries' codes
  415. # PLEASE USE QUOTES!
  416. countries:
  417. - 'US'
  418. - 'GB'
  419. # Countries blacklisted automatically (without any needed to enable protection)
  420. # PLEASE USE QUOTES!
  421. countriesBlacklist:
  422. - 'A1'
  423. # Do we need to enable automatic antibot system?
  424. enableAntiBot: false
  425. # Max number of player allowed to login in 5 secs before enable AntiBot system automatically
  426. antiBotSensibility: 10
  427. # Duration in minutes of the antibot automatic system
  428. antiBotDuration: 10
  429. GroupOptions:
  430. # Registered permission group
  431. RegisteredPlayerGroup: ''
  432. # Unregistered permission group
  433. UnregisteredPlayerGroup: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement