Advertisement
Guest User

Untitled

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