Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #Database type, either sqlite or mysql
  2. databasetype: sqlite
  3. table-prefix: rpen_
  4.  
  5. #MySQL Connection settings, only needed when databasetype is set to mysql
  6. mysql:
  7. host: localhost
  8. user: root
  9. password: 1234
  10. database: minecraft
  11. port: 3306
  12.  
  13. #Debug
  14. debug: false
  15.  
  16. #ChatSettings
  17. chatEnabled: true
  18. rpRange: 15
  19. whisperRange: 5
  20. shoutRange: 30
  21. logOOC: true
  22. logRP: true
  23.  
  24. #MaxAge for if nothing is defined at the race:
  25. MaxAge: 75
  26. #Races
  27. Races:
  28. Human:
  29. Color: BLUE
  30. MaxAge: 150
  31. Plural: Humans
  32. #Nations
  33. Nations:
  34. Amsterdam:
  35. spawnX: 52
  36. spawnY: 66
  37. spawnZ: 4
  38. spawnYaw: 0
  39. spawnPitch: 0
  40. spawnWorld: world
  41.  
  42. # Speed in block per second for birds
  43. speed: 20
  44.  
  45. #Max for countdown and rolls
  46. maxRoll: 100
  47. maxCountdown: 20
  48.  
  49. #The cooldown in-between card changes in seconds
  50. cardCooldown: 600
  51.  
  52. #Player health (20 is one full row of hearts and the default value)
  53. playerHealth: 40
  54.  
  55. # What language messages are sent in
  56. language: en_us
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement