Advertisement
Guest User

AuthMe

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