Advertisement
Guest User

twconfig

a guest
Apr 15th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 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: false
  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: false
  41. # Item ID. (http://minecraft-ids.grahamedgecombe.com)
  42. id: 166
  43. # Item Data.
  44. data: 0
  45. # Item Display Name.
  46. display-name: "&c&lGo Back To Hub"
  47. # This will take for each player a random server in the following list.
  48. hubs:
  49. - "hub-1"
  50. - "hub-2"
  51. - "hub-3"
  52. motd:
  53. enabled: true
  54. Game:
  55. # Countdown in lobby.
  56. lobby-countdown: 30
  57. min-players: 2
  58. max-players: 8
  59. lines-per-kill:
  60. value-at-start: 1
  61. value-added-per-phase: 1
  62. phases:
  63. # Players can only build, can't attack. infiltrators can't go on enemy turf.
  64. build-time: 20
  65. # Players can build AND attack.
  66. combat-time: 90
  67. Rewards:
  68. Kill:
  69. enabled: true
  70. reward-value: 5
  71. Win:
  72. enabled: true
  73. reward-value: 40
  74. Participation:
  75. enabled: true
  76. reward-value: 10
  77. # For types, look at http://kiwike.se/wiki/index.php/Item_Names and take Bukkit Name.
  78. building-blocks:
  79. max-building-height: 5
  80. red:
  81. type: WOOL
  82. data: 14
  83. blue:
  84. type: WOOL
  85. data: 3
  86. force-balance-on-start:
  87. enabled: false
  88. # Time between arrows is in second. You can put decimal numbers.
  89. kits:
  90. marksman:
  91. time-between-each-arrow: 2.0
  92. max-arrows: 2
  93. infiltrator:
  94. paid: true
  95. price: 2000
  96. time-between-each-arrow: 8.0
  97. max-arrows: 1
  98. shredder:
  99. paid: true
  100. price: 4000
  101. time-between-each-arrow: 4.0
  102. max-arrows: 2
  103. ninja:
  104. requires-achievements: true
  105. paid: false
  106. price: 4000
  107. time-between-each-arrow: 2.0
  108. max-arrows: 1
  109. # Being invincible (and invisible) after death for a given time.
  110. invincibility:
  111. enabled: true
  112. # Time in ticks, 1 second = 20 ticks.
  113. time-in-ticks: 60
  114. # Do you want a maximum time in game?
  115. max-game-time:
  116. enabled: false
  117. # Time in seconds
  118. time: 300
  119. Storage:
  120. # This is what Turf Wars will use to stock data.
  121. # Systems available:
  122. # - mysql
  123. # - file
  124. system: file
  125. # This is what Turf Wars will use for money.
  126. # Systems available:
  127. # - mysql
  128. # - file
  129. # - vault (requires an eco plugin with it)
  130. money-system: file
  131. # If using MySQL, please fill these infos:
  132. mysql:
  133. username: username
  134. password: password
  135. port: 3306
  136. host: localhost
  137. database: TurfWars
  138. Spectator-Item:
  139. id: 345
  140. data: 0
  141. name: "&b&lSpectator Menu"
  142. Spectator-Menu:
  143. name: "&lSpectator Menu"
  144. head:
  145. name: "&f&l{player}"
  146. blue: "&fTeam: &b&lBlue"
  147. red: "&fTeam: &c&lRed"
  148. Achievements:
  149. beginner:
  150. reward: 100
  151. expert:
  152. reward: 500
  153. pro:
  154. reward: 1000
  155. noob:
  156. reward: 100
  157. serialkiller:
  158. reward: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement