Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.61 KB | None | 0 0
  1. DataSource:
  2.   mySQLColumnName: username
  3.   mySQLTablename: mybb_users
  4.   mySQLUsername: mybb
  5.   backend: mysql
  6.   mySQLColumnLastLogin: lastlogin
  7.   mySQLDatabase: mybb
  8.   mySQLPort: '3306'
  9.   mySQLColumnIp: ip
  10.   mySQLHost: 127.0.0.1
  11.   mySQLColumnPassword: password
  12.   mySQLPassword: ***********
  13.   caching: true
  14.   mySQLlastlocX: quitlocationx
  15.   mySQLlastlocY: quitlocationy
  16.   mySQLlastlocZ: quitlocationz
  17.   mySQLlastlocWorld: world
  18.   mySQLColumnEmail: email
  19.   mySQLColumnId: uid
  20.   mySQLColumnLogged: isonline
  21. GroupOptions:
  22.   UnregisteredPlayerGroup: Noobie
  23.   RegisteredPlayerGroup: Membre
  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.     - /l
  37.     - /reg
  38.     - /passpartu
  39.     - /email
  40.     - /captcha
  41.     maxRegPerIp: 1
  42.     maxNicknameLength: 20
  43.     ForceSingleSession: true
  44.     ForceSpawnLocOnJoinEnabled: false
  45.     SaveQuitLocation: false
  46.     AllowRestrictedUser: false
  47.     AllowedRestrictedUser:
  48.    - playername;127.0.0.1
  49.     kickNonRegistered: false
  50.     kickOnWrongPassword: false
  51.     teleportUnAuthedToSpawn: false
  52.     minNicknameLength: 3
  53.     allowMovement: false
  54.     timeout: 30
  55.     allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  56.     allowedMovementRadius: 100
  57.     enablePasswordVerifier: true
  58.     ProtectInventoryBeforeLogIn: false
  59.     displayOtherAccounts: true
  60.     ForceSpawnOnTheseWorlds:
  61.    - pvp
  62.     - survie
  63.     - survie_nether
  64.     - survie_the_end
  65.     banUnsafedIP: false
  66.     spawnPriority: authme,essentials,multiverse,default
  67.     maxLoginPerIp: 0
  68.     maxJoinPerIp: 0
  69.     noTeleport: false
  70.     allowedPasswordCharacters: '[\x21-\x7E]*'
  71.   GameMode:
  72.     ForceSurvivalMode: false
  73.     ResetInventoryIfCreative: false
  74.     ForceOnlyAfterLogin: false
  75.   security:
  76.     minPasswordLength: 4
  77.     unLoggedinGroup: Noobie
  78.     passwordHash: mybb
  79.     doubleMD5SaltLength: 8
  80.     supportOldPasswordHash: false
  81.     unsafePasswords:
  82.    - '123456'
  83.     - password
  84.     - qwerty
  85.   registration:
  86.     enabled: true
  87.     messageInterval: 5
  88.     force: true
  89.     enableEmailRegistrationSystem: false
  90.     doubleEmailCheck: false
  91.     forceKickAfterRegister: false
  92.     forceLoginAfterRegister: false
  93.   unrestrictions:
  94.     UnrestrictedName: []
  95.   messagesLanguage: en
  96.   forceCommands: []
  97.   forceCommandsAsConsole: []
  98.   forceRegisterCommands: []
  99.   forceRegisterCommandsAsConsole: []
  100.   useWelcomeMessage: true
  101.   broadcastWelcomeMessage: false
  102.   delayJoinMessage: true
  103.   applyBlindEffect: false
  104. ExternalBoardOptions:
  105.   mySQLColumnSalt: salt
  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. Passpartu:
  121.   enablePasspartu: false
  122. Security:
  123.   SQLProblem:
  124.     stopServer: true
  125.   ReloadCommand:
  126.     useReloadCommandSupport: true
  127.   console:
  128.     noConsoleSpam: false
  129.     removePassword: true
  130.   captcha:
  131.     useCaptcha: false
  132.     maxLoginTry: 5
  133.     captchaLength: 5
  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.   mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  150.     the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  151.     not forget to change password after login! <br /> /changepassword <generatedpass>
  152.    newPassword'
  153.   maxRegPerEmail: 1
  154.   recallPlayers: false
  155.   delayRecall: 5
  156.   emailBlacklisted:
  157.  - 10minutemail.com
  158.   emailWhitelisted: []
  159.   generateImage: true
  160. Hooks:
  161.   multiverse: true
  162.   chestshop: false
  163.   bungeecord: false
  164.   disableSocialSpy: true
  165.   useEssentialsMotd: false
  166.   customAttributes: false
  167. Performances: {}
  168. Purge:
  169.   useAutoPurge: false
  170.   daysBeforeRemovePlayer: 60
  171.   removePlayerDat: false
  172.   removeEssentialsFile: false
  173.   defaultWorld: world
  174.   removeLimitedCreativesInventories: false
  175.   removeAntiXRayFile: false
  176.   removePermissions: false
  177. Protection:
  178.   enableProtection: false
  179.   countries:
  180.  - US
  181.   - GB
  182.   countriesBlacklist:
  183.  - A1
  184.   enableAntiBot: false
  185.   antiBotSensibility: 5
  186.   antiBotDuration: 10
  187. VeryGames:
  188.   enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement