Advertisement
sk83race1

Authme config

Apr 12th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.46 KB | None | 0 0
  1. DataSource:
  2.   mySQLColumnName: X
  3.   mySQLTablename: authme
  4.   mySQLUsername: authme
  5.   backend: sqlite
  6.   mySQLColumnLastLogin: lastlogin
  7.   mySQLDatabase: authme
  8.   mySQLPort: '3306'
  9.   mySQLColumnIp: ip
  10.   mySQLHost: X
  11.   mySQLColumnPassword: password
  12.   mySQLPassword: 'X'
  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: false
  29.     timeout: 10
  30.     sessionExpireOnIpChange: false
  31.   restrictions:
  32.     allowChat: false
  33.     allowCommands:
  34.    - /login
  35.     - /register
  36.     maxRegPerIp: 2
  37.     maxNicknameLength: 16
  38.     ForceSingleSession: true
  39.     ForceSpawnLocOnJoinEnabled: false
  40.     SaveQuitLocation: false
  41.     AllowRestrictedUser: false
  42.     AllowedRestrictedUser:
  43.    - playername;0.0.0.0
  44.     kickNonRegistered: false
  45.     kickOnWrongPassword: false
  46.     teleportUnAuthedToSpawn: false
  47.     minNicknameLength: 3
  48.     allowMovement: false
  49.     timeout: 30
  50.     allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  51.     allowedMovementRadius: 100
  52.     enablePasswordVerifier: true
  53.     ProtectInventoryBeforeLogIn: true
  54.     displayOtherAccounts: true
  55.     ForceSpawnOnTheseWorlds:
  56.    - world
  57.     - world_nether
  58.     - world_the_end
  59.     banUnsafedIP: false
  60.     spawnPriority: authme,essentials,multiverse,default
  61.     maxLoginPerIp: 1
  62.     maxJoinPerIp: 1
  63.     noTeleport: false
  64.     allowedPasswordCharacters: '[\x21-\x7E]*'
  65.   GameMode:
  66.     ForceSurvivalMode: true
  67.     ResetInventoryIfCreative: false
  68.     ForceOnlyAfterLogin: false
  69.   security:
  70.     minPasswordLength: 4
  71.     unLoggedinGroup: unLoggedinGroup
  72.     passwordHash: SHA256
  73.     doubleMD5SaltLength: 8
  74.     supportOldPasswordHash: false
  75.     unsafePasswords: []
  76.   registration:
  77.     enabled: true
  78.     messageInterval: 5
  79.     force: true
  80.     enableEmailRegistrationSystem: false
  81.     doubleEmailCheck: false
  82.     forceKickAfterRegister: false
  83.     forceLoginAfterRegister: false
  84.   unrestrictions:
  85.     UnrestrictedName: []
  86.   messagesLanguage: en
  87.   forceCommands: []
  88.   forceCommandsAsConsole: []
  89.   forceRegisterCommands: []
  90.   forceRegisterCommandsAsConsole: []
  91.   useWelcomeMessage: true
  92.   broadcastWelcomeMessage: false
  93.   delayJoinMessage: false
  94.   applyBlindEffect: false
  95. ExternalBoardOptions:
  96.   mySQLColumnSalt: ''
  97.   mySQLColumnGroup: ''
  98.   nonActivedUserGroup: -1
  99.   mySQLOtherUsernameColumns: []
  100.   bCryptLog2Round: 10
  101.   phpbbTablePrefix: phpbb_
  102.   phpbbActivatedGroupId: 2
  103.   wordpressTablePrefix: wp_
  104. permission:
  105.   EnablePermissionCheck: false
  106. BackupSystem:
  107.   ActivateBackup: false
  108.   OnServerStart: false
  109.   OnServerStop: true
  110.   MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  111. Passpartu:
  112.   enablePasspartu: false
  113. Security:
  114.   SQLProblem:
  115.     stopServer: true
  116.   ReloadCommand:
  117.     useReloadCommandSupport: true
  118.   console:
  119.     noConsoleSpam: false
  120.     removePassword: true
  121.   captcha:
  122.     useCaptcha: false
  123.     maxLoginTry: 5
  124.     captchaLength: 5
  125. Converter:
  126.   Rakamak:
  127.     fileName: users.rak
  128.     useIP: false
  129.     ipFileName: UsersIp.rak
  130.   CrazyLogin:
  131.     fileName: accounts.db
  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: 'Dragă <playername>, <br /><br /> Acesta este noua ta parolă pentru server
  141.     <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Nu incerca
  142.     Sa schimbi parola după login! <br /> /changepassword <generatedpass>
  143.    newPassword'
  144.   maxRegPerEmail: 1
  145.   recallPlayers: false
  146.   delayRecall: 5
  147.   emailBlacklisted:
  148.  - 10minutemail.com
  149.   - gmail.com
  150.   - yahoo.com
  151.   - hotmail.com
  152.   emailWhitelisted: []
  153.   generateImage: true
  154. Hooks:
  155.   multiverse: false
  156.   chestshop: true
  157.   bungeecord: true
  158.   disableSocialSpy: true
  159.   useEssentialsMotd: false
  160.   customAttributes: false
  161. Performances: {}
  162. Purge:
  163.   useAutoPurge: false
  164.   daysBeforeRemovePlayer: 60
  165.   removePlayerDat: false
  166.   removeEssentialsFile: false
  167.   defaultWorld: world
  168.   removeLimitedCreativesInventories: false
  169.   removeAntiXRayFile: false
  170.   removePermissions: false
  171. Protection:
  172.   enableProtection: True
  173.   countries:
  174.  - US
  175.   - GB
  176.   countriesBlacklist:
  177.  - A1
  178.   enableAntiBot: false
  179.   antiBotSensibility: 5
  180.   antiBotDuration: 10
  181. VeryGames:
  182.   enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement