Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.62 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: 'vxLvAyPvYjTrGSbM'
  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: 10
  57.     enablePasswordVerifier: true
  58.     ProtectInventoryBeforeLogIn: true
  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: true
  81.     unsafePasswords: []
  82.   registration:
  83.     enabled: true
  84.     messageInterval: 5
  85.     force: true
  86.     enableEmailRegistrationSystem: false
  87.     doubleEmailCheck: false
  88.     forceKickAfterRegister: false
  89.     forceLoginAfterRegister: false
  90.   unrestrictions:
  91.     UnrestrictedName: []
  92.   messagesLanguage: en
  93.   forceCommands: []
  94.   forceCommandsAsConsole: []
  95.   forceRegisterCommands: []
  96.   forceRegisterCommandsAsConsole: []
  97.   useWelcomeMessage: true
  98.   broadcastWelcomeMessage: false
  99.   delayJoinMessage: false
  100.   applyBlindEffect: false
  101. ExternalBoardOptions:
  102.   mySQLColumnSalt: 'salt'
  103.   mySQLColumnGroup: 'usergroup'
  104.   nonActivedUserGroup: 5
  105.   mySQLOtherUsernameColumns: username
  106.   bCryptLog2Round: 10
  107.   phpbbTablePrefix: phpbb_
  108.   phpbbActivatedGroupId: 2
  109.   wordpressTablePrefix: wp_
  110. permission:
  111.   EnablePermissionCheck: false
  112. BackupSystem:
  113.   ActivateBackup: false
  114.   OnServerStart: false
  115.   OnServerStop: true
  116.   MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  117. Passpartu:
  118.   enablePasspartu: false
  119. Security:
  120.   SQLProblem:
  121.     stopServer: true
  122.   ReloadCommand:
  123.     useReloadCommandSupport: true
  124.   console:
  125.     noConsoleSpam: false
  126.     removePassword: true
  127.   captcha:
  128.     useCaptcha: false
  129.     maxLoginTry: 5
  130.     captchaLength: 5
  131. Converter:
  132.   Rakamak:
  133.     fileName: users.rak
  134.     useIP: false
  135.     ipFileName: UsersIp.rak
  136.   CrazyLogin:
  137.     fileName: accounts.db
  138. Email:
  139.   mailSMTP: smtp.gmail.com
  140.   mailPort: 465
  141.   mailAccount: ''
  142.   mailPassword: ''
  143.   mailSenderName: ''
  144.   RecoveryPasswordLength: 8
  145.   mailSubject: Your new AuthMe Password
  146.   mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for
  147.     the server <br /><br /> <servername> : <br /><br /> <generatedpass><br /><br />Do
  148.     not forget to change password after login! <br /> /changepassword <generatedpass>
  149.    newPassword'
  150.   maxRegPerEmail: 1
  151.   recallPlayers: false
  152.   delayRecall: 5
  153.   emailBlacklisted:
  154.  - 10minutemail.com
  155.   emailWhitelisted: []
  156.   generateImage: true
  157. Hooks:
  158.   multiverse: true
  159.   chestshop: false
  160.   bungeecord: false
  161.   disableSocialSpy: true
  162.   useEssentialsMotd: false
  163.   customAttributes: false
  164. Performances:
  165.   useMultiThreading: true
  166. Purge:
  167.   useAutoPurge: false
  168.   daysBeforeRemovePlayer: 60
  169.   removePlayerDat: false
  170.   removeEssentialsFile: false
  171.   defaultWorld: world
  172.   removeLimitedCreativesInventories: false
  173.   removeAntiXRayFile: false
  174.   removePermissions: false
  175. Protection:
  176.   enableProtection: false
  177.   countries:
  178.  - US
  179.   - GB
  180.   countriesBlacklist:
  181.  - A1
  182.   enableAntiBot: false
  183.   antiBotSensibility: 5
  184.   antiBotDuration: 10
  185. VeryGames:
  186.   enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement