Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. # MYSQL DATABASE INFORMATION
  2. database:
  3. mysql: true
  4. hostname: '127.0.0.1'
  5. port: 3006
  6. user: 'root'
  7. auth:
  8. enabled: false
  9. password: ""
  10.  
  11. map:
  12. identifier: 1
  13. kitmap: false
  14. player_start:
  15. balance: 300
  16.  
  17. # DTR SETTINGS
  18. dtr:
  19. starting: 1.1
  20. per_player: 0.5
  21. freeze_time: 3600 # Seconds
  22. regeneration:
  23. addition: 0.2
  24. interval: 5 # Seconds
  25.  
  26. # ALLIES SETTINGS
  27. allies:
  28. enabled: true
  29. damage: false
  30. maximum: 1
  31.  
  32. # FACTION SETTINGS
  33. faction:
  34. max_players: 10
  35. name:
  36. min: 3
  37. max: 16
  38. blocked:
  39. - 'badlion'
  40. - 'jimslip'
  41. - 'finup'
  42.  
  43. # NAME COLOURS?
  44. name_colours:
  45. enabled: true
  46. friendly: 'DARK_GREEN'
  47. ally: 'LIGHT_PURPLE'
  48. enemy: 'YELLOW'
  49. archer_tagged: 'RED'
  50.  
  51. # CLAIM SETTINGS
  52. claims:
  53. max_claims_per_faction: 2
  54. claims_connected: true
  55. claim_block: 3
  56. wand:
  57. type: 'GOLD_HOE'
  58. data: 0
  59. name: "&cClaiming Wand"
  60. lore:
  61. - "&aLeft click the ground to set the first point"
  62. - "&aRight click the ground to set the second point"
  63. - "&aSneak+left click to claim selection"
  64. - "&aRight click the air to clear selection"
  65.  
  66. # CHAT TAG SETTINGS
  67. chat_tags:
  68. no_faction: ''
  69. friendly: "&8({relation_colour}{tag}&8)&r "
  70.  
  71. chat_format:
  72. public: "{tag}&e{name}&7: &f{message}"
  73. ally: "&5[Ally] {name}&7: {message}"
  74. faction: "&a[Faction] &2&l{role_prefix}&a{name}&7: &f{message}"
  75. officer: "&a[Officer] &2&l{role_prefix}&a{name}&7: &f{message}"
  76.  
  77. timers: # All units are in seconds
  78. enderpearl:
  79. enabled: true
  80. time: 16
  81. combat:
  82. enabled: true
  83. time: 30
  84. invincibility:
  85. enabled: true
  86. time: 1800
  87. home:
  88. enabled: true
  89. movement: 1.5 #Block distance
  90. overworld:
  91. enemy_claim:
  92. enabled: true
  93. time: 20
  94. faction_claim:
  95. enabled: true
  96. time: 10
  97. nether:
  98. enabled: true
  99. time: 10
  100. end:
  101. enabled: false
  102. time: 10
  103. effect_cooldown:
  104. enabled: true
  105. time: 10
  106. logout:
  107. enabled: true
  108. movement: 1.5 #Block distance
  109. time: 30
  110. stuck:
  111. enabled: true
  112. movement: 5.0 #Block distance
  113. time: 120
  114. archer:
  115. enabled: true
  116. time: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement