Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.55 KB | None | 0 0
  1. DataSource:
  2.   backend: SQLITE
  3.   caching: true
  4.   mySQLHost: 127.0.0.1
  5.   mySQLPort: '3306'
  6.   mySQLUsername: authme
  7.   mySQLPassword: '12345'
  8.   mySQLDatabase: authme
  9.   mySQLTablename: authme
  10.   mySQLColumnId: id
  11.   mySQLColumnName: username
  12.   mySQLRealName: realname
  13.   mySQLColumnPassword: password
  14.   mySQLColumnEmail: email
  15.   mySQLColumnLogged: isLogged
  16.   mySQLColumnIp: ip
  17.   mySQLColumnLastLogin: lastlogin
  18.   mySQLlastlocX: x
  19.   mySQLlastlocY: y
  20.   mySQLlastlocZ: z
  21.   mySQLlastlocWorld: world
  22.   mySQLWebsite: false
  23. ExternalBoardOptions:
  24.   mySQLColumnSalt: ''
  25.   mySQLColumnGroup: ''
  26.   nonActivedUserGroup: -1
  27.   mySQLOtherUsernameColumns: []
  28.   bCryptLog2Round: 10
  29.   phpbbTablePrefix: phpbb_
  30.   phpbbActivatedGroupId: 2
  31.   wordpressTablePrefix: wp_
  32. Converter:
  33.   Rakamak:
  34.     fileName: users.rak
  35.     useIP: false
  36.     ipFileName: UsersIp.rak
  37.   CrazyLogin:
  38.     fileName: accounts.db
  39. settings:
  40.   helpHeader: AuthMeReloaded
  41.   sessions:
  42.     enabled: false
  43.     timeout: 10
  44.     sessionExpireOnIpChange: true
  45.   messagesLanguage: vn
  46.   restrictions:
  47.     keepCollisionsDisabled: false
  48.     allowChat: false
  49.     hideChat: false
  50.     allowCommands:
  51.    - /login
  52.     - /register
  53.     - /l
  54.     - /reg
  55.     - /email
  56.     - /captcha
  57.     maxRegPerIp: 10
  58.     minNicknameLength: 4
  59.     maxNicknameLength: 16
  60.     ForceSingleSession: true
  61.     ForceSpawnLocOnJoin:
  62.       enabled: false
  63.       worlds:
  64.      - world
  65.       - world_nether
  66.       - world_the_end
  67.     SaveQuitLocation: false
  68.     AllowRestrictedUser: false
  69.     AllowedRestrictedUser: []
  70.     kickNonRegistered: false
  71.     kickOnWrongPassword: false
  72.     teleportUnAuthedToSpawn: false
  73.     allowMovement: false
  74.     removeSpeed: true
  75.     timeout: 30
  76.     allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  77.     allowedMovementRadius: 100
  78.     enablePasswordConfirmation: true
  79.     ProtectInventoryBeforeLogIn: true
  80.     DenyTabCompleteBeforeLogin: true
  81.     HideTablistBeforeLogin: true
  82.     displayOtherAccounts: true
  83.     banUnsafedIP: false
  84.     spawnPriority: authme,essentials,multiverse,default
  85.     maxLoginPerIp: 0
  86.     maxJoinPerIp: 0
  87.     noTeleport: false
  88.     allowedPasswordCharacters: '[\x21-\x7E]*'
  89.   GameMode:
  90.     ForceSurvivalMode: false
  91.   unrestrictions:
  92.     UnrestrictedName: []
  93.   security:
  94.     minPasswordLength: 5
  95.     passwordMaxLength: 30
  96.     unLoggedinGroup: unLoggedinGroup
  97.     passwordHash: SHA256
  98.     doubleMD5SaltLength: 8
  99.     supportOldPasswordHash: false
  100.     unsafePasswords:
  101.    - '123456'
  102.     - password
  103.     - qwerty
  104.     - '12345'
  105.     - '54321'
  106.   registration:
  107.     enabled: true
  108.     messageInterval: 5
  109.     force: true
  110.     enableEmailRegistrationSystem: false
  111.     doubleEmailCheck: false
  112.     forceKickAfterRegister: false
  113.     forceLoginAfterRegister: false
  114.   forceCommands: []
  115.   forceCommandsAsConsole: []
  116.   forceRegisterCommands: []
  117.   forceRegisterCommandsAsConsole: []
  118.   useWelcomeMessage: true
  119.   broadcastWelcomeMessage: false
  120.   delayJoinMessage: false
  121.   removeJoinMessage: false
  122.   removeLeaveMessage: false
  123.   applyBlindEffect: false
  124.   preventOtherCase: false
  125. permission:
  126.   EnablePermissionCheck: false
  127. Email:
  128.   mailSMTP: smtp.gmail.com
  129.   mailPort: 465
  130.   mailAccount: ''
  131.   mailPassword: ''
  132.   mailSenderName: ''
  133.   RecoveryPasswordLength: 8
  134.   mailSubject: Your new AuthMe password
  135.   maxRegPerEmail: 1
  136.   recallPlayers: false
  137.   delayRecall: 5
  138.   emailBlacklisted:
  139.  - 10minutemail.com
  140.   emailWhitelisted: []
  141.   generateImage: false
  142.   emailOauth2Token: ''
  143. Hooks:
  144.   multiverse: true
  145.   bungeecord: false
  146.   sendPlayerTo: ''
  147.   disableSocialSpy: true
  148.   useEssentialsMotd: false
  149.   customAttributes: false
  150. Protection:
  151.   enableProtection: true
  152.   countries:
  153.  - VN
  154.   countriesBlacklist:
  155.  - US
  156.   - GB
  157.   enableAntiBot: false
  158.   antiBotSensibility: 10
  159.   antiBotDuration: 10
  160. Purge:
  161.   useAutoPurge: false
  162.   daysBeforeRemovePlayer: 60
  163.   removePlayerDat: false
  164.   removeEssentialsFile: false
  165.   defaultWorld: world
  166.   removeLimitedCreativesInventories: false
  167.   removeAntiXRayFile: false
  168.   removePermissions: false
  169. Security:
  170.   SQLProblem:
  171.     stopServer: true
  172.   ReloadCommand:
  173.     useReloadCommandSupport: true
  174.   console:
  175.     noConsoleSpam: false
  176.     removePassword: true
  177.     logConsole: true
  178.   captcha:
  179.     useCaptcha: false
  180.     maxLoginTry: 5
  181.     captchaLength: 5
  182.   stop:
  183.     kickPlayersBeforeStopping: true
  184.   tempban:
  185.     enableTempban: false
  186.     maxLoginTries: 10
  187.     tempbanLength: 480
  188. BackupSystem:
  189.   ActivateBackup: false
  190.   OnServerStart: false
  191.   OnServerStop: true
  192.   MysqlWindowsPath: C:\Program Files\MySQL\MySQL Server 5.1\
  193. VeryGames:
  194.   enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement