Advertisement
Guest User

Untitled

a guest
Apr 17th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. #MySQL settings
  2. host: namysql.ggservers.com
  3. user: p65_3835
  4. password: 473466d611
  5. database: p65_3835
  6. port: 3306
  7.  
  8. #ChatSettings
  9. rpRange: 17
  10. whisperRange: 2
  11. shoutRange: 30
  12. logOOC: true
  13. logRP: true
  14. NameTags: false
  15.  
  16. #MaxAge for if nothing is defined at the race:
  17. MaxAge: 75
  18. #Races
  19. Races:
  20. Human:
  21. Color: DARK_GRAY
  22. MaxAge: 150
  23. Plural: Humans
  24. Dwarf:
  25. Color: DARK_GRAY
  26. MaxAge: 300
  27. Plural: Dwarves
  28. Half-Elf:
  29. Color: DARK_GRAY
  30. MaxAge: 400
  31. Plural: Half-Elves
  32. Elf:
  33. Color: DARK_GRAY
  34. MaxAge: 400
  35. Plural: Elves
  36. Halfling:
  37. Color: DARK_GRAY
  38. MaxAge: 400
  39. Plural: Halfling
  40. Half-Orc:
  41. Color: DARK_GRAY
  42. MaxAge: 200
  43. Plural: Half-Orcs
  44. Gnome:
  45. Color: DARK_GRAY
  46. MaxAge: 400
  47. Plural: Gnomes
  48. Unknown:
  49. Color: DARK_RED
  50. MaxAge: 10000000
  51. Plural: Unknowns
  52. #Nations
  53. Nations:
  54. Bleakwater:
  55. spawnX: 52
  56. spawnY: 66
  57. spawnZ: 4
  58. spawnYaw: 0
  59. spawnPitch: 0
  60. spawnWorld: world
  61.  
  62. # Speed in block per second for birds
  63. speed: 20
  64.  
  65. #Max for countdown and rolls
  66. maxRoll: 100
  67. maxCountdown: 20
  68.  
  69. #The cooldown in-between card changes in milliseconds.... It's sanjays fault that this is in milliseconds
  70. cardCooldown: 6
  71.  
  72. #The name of your currency
  73. currency: Gold
  74.  
  75. #Forum or website adress
  76. website: http://example.com
  77.  
  78. #Donation site
  79. donate: http://store.example.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement