Guest User

Untitled

a guest
Dec 10th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. mySQLUsername: root
  2. # never ever use the root account for anything else but admin work create a new account
  3. # that can only read/write to the authme database
  4. mySQLPassword: XXXXX
  5. # you should have censored your password
  6. caching: true
  7. # ram intensive but fast
  8. teleportUnAuthedToSpawn: true
  9. # can have an negative impact on the performance because a player has to load
  10. # more chunks than during a normal connect
  11. passwordHash: SHA256
  12. # when you ever want to switch back to xAuth new registered players have a problem because
  13. # xauth does not understand that hash.
Add Comment
Please, Sign In to add comment