Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.22 KB | None | 0 0
  1. DataSource:
  2.     mySQLColumnName: username
  3.     mySQLTablename: authme
  4.     mySQLUsername: minecraft
  5.     backend: mysql
  6.     mySQLColumnLastLogin: lastlogin
  7.     mySQLDatabase: minecraft
  8.     mySQLPort: '3306'
  9.     mySQLColumnIp: ip
  10.     mySQLHost: 127.0.0.1
  11.     mySQLColumnPassword: password
  12.     mySQLPassword: privatepassword
  13.     caching: true
  14. GroupOptions:
  15.     UnLoggedInPlayerGroup: ''
  16.     UnregisteredPlayerGroup: ''
  17.     LoggedInPlayerGroup: ''
  18.     RegisteredPlayerGroup: ''
  19. settings:
  20.     sessions:
  21.         enabled: false
  22.         timeout: 60
  23.     restrictions:
  24.         allowChat: false
  25.         maxRegPerIp: 1
  26.         maxNicknameLength: 20
  27.         ForceSingleSession: true
  28.         ForceSpawnLocOnJoinEnabled: false
  29.         SaveQuitLocation: false
  30.         ForceExactSpawn: false
  31.         kickNonRegistered: false
  32.         teleportUnAuthedToSpawn: true
  33.         AllowRestrictedUser: false
  34.         minNicknameLength: 3
  35.         allowMovement: false
  36.         timeout: 30
  37.         RestrictedUser: []
  38.         allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  39.         allowedMovementRadius: 100
  40.     security:
  41.         passwordHash: xAuth
  42.     registration:
  43.         enabled: true
  44.         messageInterval: 5
  45.         force: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement