Advertisement
SnowHD

Tutorial #1 - AuthMe @SnowHD

Apr 12th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.48 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. settings:
  27.   sessions:
  28.     enabled: true
  29.     timeout: 10
  30.     sessionExpireOnIpChange: true
  31.   restrictions:
  32.     allowChat: false
  33.     allowCommands:
  34.    - /login
  35.     - /register
  36.     - /l
  37.     - /reg
  38.     - /passpartu
  39.     - /email
  40.     - /captcha
  41.     maxRegPerIp: 1
  42.     maxNicknameLength: 20
  43.     ForceSingleSession: false
  44.     ForceSpawnLocOnJoinEnabled: true
  45.     SaveQuitLocation: false
  46.     AllowRestrictedUser: false
  47.     AllowedRestrictedUser:
  48.    - playername;127.0.0.1
  49.     kickNonRegistered: false
  50.     kickOnWrongPassword: true
  51.     teleportUnAuthedToSpawn: true
  52.     minNicknameLength: 3
  53.     allowMovement: false
  54.     timeout: 20
  55.     allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  56.     allowedMovementRadius: 100
  57.     enablePasswordVerifier: false
  58.     ProtectInventoryBeforeLogIn: true
  59.     displayOtherAccounts: true
  60.     ForceSpawnOnTheseWorlds:
  61.    - world
  62.     banUnsafedIP: false
  63.     spawnPriority: essentials,multiverse,default,authme
  64.     maxLoginPerIp: 1
  65.     maxJoinPerIp: 1
  66.     noTeleport: false
  67.     allowedPasswordCharacters: '[\x21-\x7E]*'
  68.   GameMode:
  69.     ForceSurvivalMode: false
  70.     ResetInventoryIfCreative: false
  71.     ForceOnlyAfterLogin: false
  72.   security:
  73.     minPasswordLength: 4
  74.     unLoggedinGroup: unLoggedinGroup
  75.     passwordHash: SHA256
  76.     doubleMD5SaltLength: 8
  77.     supportOldPasswordHash: false
  78.     unsafePasswords: []
  79.   registration:
  80.     enabled: true
  81.     messageInterval: 5
  82.     force: true
  83.     enableEmailRegistrationSystem: false
  84.     doubleEmailCheck: false
  85.     forceKickAfterRegister: false
  86.     forceLoginAfterRegister: false
  87.   unrestrictions:
  88.     UnrestrictedName: []
  89.   messagesLanguage: en
  90.   forceCommands: []
  91.   forceCommandsAsConsole: []
  92.   forceRegisterCommands: []
  93.   forceRegisterCommandsAsConsole: []
  94.   useWelcomeMessage: false
  95.   broadcastWelcomeMessage: false
  96.   delayJoinMessage: false
  97.   applyBlindEffect: false
  98. ExternalBoardOptions:
  99.   mySQLColumnSalt: ''
  100.   mySQLColumnGroup: ''
  101.   nonActivedUserGroup: -1
  102.   mySQLOtherUsernameColumns: []
  103.   bCryptLog2Round: 10
  104.   phpbbTablePrefix: phpbb_
  105.   phpbbActivatedGroupId: 2
  106.   wordpressTablePrefix: wp_
  107. permission:
  108.   EnablePermissionCheck: false
  109. BackupSystem:
  110.   ActivateBackup: false
  111.   OnServerStart: false
  112.   OnServerStop: true
  113.   MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  114. Passpartu:
  115.   enablePasspartu: false
  116. Security:
  117.   SQLProblem:
  118.     stopServer: true
  119.   ReloadCommand:
  120.     useReloadCommandSupport: true
  121.   console:
  122.     noConsoleSpam: false
  123.     removePassword: true
  124.   captcha:
  125.     useCaptcha: false
  126.     maxLoginTry: 5
  127.     captchaLength: 5
  128. Converter:
  129.   Rakamak:
  130.     fileName: users.rak
  131.     useIP: false
  132.     ipFileName: UsersIp.rak
  133.   CrazyLogin:
  134.     fileName: accounts.db
  135. Email:
  136.   mailSMTP: smtp.gmail.com
  137.   mailPort: 465
  138.   mailAccount: ''
  139.   mailPassword: ''
  140.   mailSenderName: ''
  141.   RecoveryPasswordLength: 8
  142.   mailSubject: Parola ta pe <servername>
  143.   mailText: 'Draga <playername>, <br /><br /> Aceasta este noua ta parola pe <br /><br
  144.     /> <servername> : <br /><br /> <generatedpass><br /><br />Nu uita sa iti schimbi
  145.     parola dupa ce te autentifici, folosind <br /> /changepassword <generatedpass>
  146.    nouaParola'
  147.   maxRegPerEmail: 1
  148.   recallPlayers: false
  149.   delayRecall: 5
  150.   emailBlacklisted:
  151.  - 10minutemail.com
  152.   emailWhitelisted: []
  153.   generateImage: true
  154. Hooks:
  155.   multiverse: true
  156.   chestshop: true
  157.   bungeecord: false
  158.   disableSocialSpy: false
  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: false
  173.   countries:
  174.  - US
  175.   - GB
  176.   countriesBlacklist:
  177.  - A1
  178.   enableAntiBot: true
  179.   antiBotSensibility: 5
  180.   antiBotDuration: 10
  181. VeryGames:
  182.   enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement