Advertisement
Guest User

My AuthME Config

a guest
Apr 5th, 2012
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.67 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: 3
  26.     maxNicknameLength: 20
  27.     ForceSingleSession: true
  28.     ForceSpawnLocOnJoinEnabled: false
  29.     SaveQuitLocation: true
  30.     AllowRestrictedUser: false
  31.     AllowedRestrictedUser: []
  32.     kickNonRegistered: false
  33.     kickOnWrongPassword: false
  34.     teleportUnAuthedToSpawn: true
  35.     minNicknameLength: 3
  36.     allowMovement: false
  37.     timeout: 30
  38.     allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  39.     allowedMovementRadius: 100
  40.     enablePasswordVerifier: true
  41.     ProtectInventoryBeforeLogIn: true
  42.   GameMode:
  43.     ForceSurvivalMode: false
  44.     ResetInventotyIfCreative: false
  45.   security:
  46.     minPasswordLength: 4
  47.     unLoggedinGroup: unLoggedinGroup
  48.     passwordHash: SHA256
  49.     passwordMaxLength: 20
  50.   registration:
  51.     enabled: true
  52.     messageInterval: 5
  53.     force: true
  54.   unrestrictions:
  55.     UnrestrictedName: []
  56.   messagesLanguage: en
  57. ExternalBoardOptions:
  58.   mySQLColumnSalt: ''
  59.   mySQLColumnGroup: ''
  60.   nonActivedUserGroup: -1
  61. permission:
  62.   EnablePermissionCheck: false
  63. BackupSystem:
  64.   ActivateBackup: false
  65.   OnServerStart: false
  66.   OnServerStop: true
  67.   MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement