Guest User

Untitled

a guest
Jun 27th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.54 KB | None | 0 0
  1. DataSource:
  2.     mySQLColumnName: username
  3.     mySQLTablename: authme
  4.     mySQLUsername: authme
  5.     backend: file
  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. GroupOptions:
  15.     UnregisteredPlayerGroup: ''
  16.     RegisteredPlayerGroup: ''
  17.     Permissions:
  18.         PermissionsOnJoin: []
  19. settings:
  20.     sessions:
  21.         enabled: false
  22.         timeout: 10
  23.     restrictions:
  24.         allowChat: false
  25.         maxRegPerIp: 1
  26.         maxNicknameLength: 20
  27.         ForceSingleSession: true
  28.         ForceSpawnLocOnJoinEnabled: false
  29.         SaveQuitLocation: true
  30.         ForceExactSpawn: true
  31.         AllowedRestrictedUser: []
  32.         kickNonRegistered: false
  33.         teleportUnAuthedToSpawn: true
  34.         AllowRestrictedUser: false
  35.         minNicknameLength: 3
  36.         allowMovement: false
  37.         timeout: 30
  38.         allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  39.         allowedMovementRadius: 100
  40.     GameMode:
  41.         ForceSurvivalMode: false
  42.         ResetInventotyIfCreative: true
  43.     security:
  44.         minPasswordLength: 4
  45.         unLoggedinGroup: default
  46.         passwordHash: SHA256
  47.     registration:
  48.         enabled: true
  49.         messageInterval: 5
  50.         force: true
  51.     unrestrictions:
  52.         UnrestrictedName: []
  53. VBullettinOptions:
  54.     mySQLColumnSalt: ''
  55.     mySQLColumnGroup: ''
  56.     nonActivedUserGroup: -1
  57. permission:
  58.     EnablePermissionCheck: true
Add Comment
Please, Sign In to add comment