Advertisement
Guest User

Config

a guest
Jun 20th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. #
  2. # _______ _ _ _____ ______ __ __ _____ _____
  3. # |__ __| | | | __ \| ____| \ \ / /\ | __ \ / ____|
  4. # | | | | | | |__) | |__ \ \ /\ / / \ | |__) | (___
  5. # | | | | | | _ /| __| \ \/ \/ / /\ \ | _ / \___ \
  6. # | | | |__| | | \ \| | \ /\ / ____ \| | \ \ ____) |
  7. # |_| \____/|_| \_\_| \/ \/_/ \_\_| \_\_____/
  8. #
  9. #
  10. # Welcome to the Turf Wars' main configuration file.
  11. # You'll be able here to customize features of Turf Wars.
  12. #
  13. # You want something? Or you don't understand anything? Or else?
  14. #
  15. # Go on the Spigot page, and in discussion, just ask, I will add
  16. # if possible, or help you if it's about help needed. :)
  17. #
  18. # Should Turf Wars take the whole server?
  19. # This will make players auto-join the game on joining server.
  20. # This will take the WHOLE server for it.
  21. Bungee-Mode:
  22. enabled: true
  23. # Do you want a restart system? This will restart the server after a given number of game.
  24. restart-system:
  25. enabled: false
  26. # After how many games the server should it restart?
  27. max-games: 3
  28. # Do you want to send players to a server before restarting?
  29. send-to-server:
  30. enabled: false
  31. # This will take for each player a random server in the following list.
  32. servers:
  33. - server1
  34. - server2
  35. - server3
  36. # GoBackToHubItem is an item given while waiting for game to start or while being spectator
  37. # that can send player that clicks on a random server in list or on a defined server.
  38. go-back-to-hub-item:
  39. # Do you want to enable the Go Back To Hub Item?
  40. enabled: true
  41. # Item ID. (http://minecraft-ids.grahamedgecombe.com)
  42. id: 166
  43. # Item Data.
  44. data: 0
  45. # Item Display Name.
  46. display-name: "&aGo Back To Hub"
  47. # This will take for each player a random server in the following list.
  48. hubs:
  49. - "lobby"
  50. motd:
  51. enabled: true
  52. Game:
  53. # Countdown in lobby.
  54. lobby-countdown: 30
  55. min-players: 2
  56. max-players: 8
  57. lines-per-kill:
  58. value-at-start: 1
  59. value-added-per-phase: 1
  60. phases:
  61. # Players can only build, can't attack. infiltrators can't go on enemy turf.
  62. build-time: 20
  63. # Players can build AND attack.
  64. combat-time: 90
  65. Rewards:
  66. Kill:
  67. enabled: true
  68. reward-value: 5
  69. Win:
  70. enabled: true
  71. reward-value: 40
  72. Participation:
  73. enabled: true
  74. reward-value: 10
  75. # For types, look at http://kiwike.se/wiki/index.php/Item_Names and take Bukkit Name.
  76. building-blocks:
  77. max-building-height: 5
  78. red:
  79. type: WOOL
  80. data: 14
  81. blue:
  82. type: WOOL
  83. data: 3
  84. force-balance-on-start:
  85. enabled: false
  86. # Time between arrows is in second. You can put decimal numbers.
  87. kits:
  88. marksman:
  89. time-between-each-arrow: 2.0
  90. max-arrows: 2
  91. infiltrator:
  92. paid: true
  93. price: 2000
  94. time-between-each-arrow: 8.0
  95. max-arrows: 1
  96. shredder:
  97. paid: true
  98. price: 4000
  99. time-between-each-arrow: 4.0
  100. max-arrows: 2
  101. ninja:
  102. requires-achievements: true
  103. paid: false
  104. price: 4000
  105. time-between-each-arrow: 2.0
  106. max-arrows: 1
  107. # Being invincible (and invisible) after death for a given time.
  108. invincibility:
  109. enabled: true
  110. # Time in ticks, 1 second = 20 ticks.
  111. time-in-ticks: 60
  112. # Do you want a maximum time in game?
  113. max-game-time:
  114. enabled: false
  115. # Time in seconds
  116. time: 300
  117. # List of available colors: http://bit.ly/BukkitLeatherColors
  118. teams-colors:
  119. blue: BLUE
  120. red: RED
  121. Storage:
  122. # This is what Turf Wars will use to stock data.
  123. # Systems available:
  124. # - mysql
  125. # - file
  126. system: mysql
  127. # This is what Turf Wars will use for money.
  128. # Systems available:
  129. # - mysql
  130. # - file
  131. # - vault (requires an eco plugin with it)
  132. money-system: vault
  133. # If using MySQL, please fill these infos:
  134. mysql:
  135. username:
  136. password:
  137. port:
  138. host:
  139. database:
  140. Spectator-Item:
  141. id: 345
  142. data: 0
  143. name: "&b&lSpectator Menu"
  144. Spectator-Menu:
  145. name: "&lSpectator Menu"
  146. head:
  147. name: "&f&l{player}"
  148. blue: "&fTeam: &b&lBlue"
  149. red: "&fTeam: &c&lRed"
  150. Achievements:
  151. beginner:
  152. reward: 100
  153. expert:
  154. reward: 500
  155. pro:
  156. reward: 1000
  157. noob:
  158. reward: 100
  159. serialkiller:
  160. reward: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement