Guest User

Untitled

a guest
May 16th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. # ###############################
  2. # ####### BEDWARS CONFIG ########
  3. # ##### CREATED BY YANNICI ######
  4. # ###############################
  5. # ###### EXPLANATION ABOUT ######
  6. # ##### EVERY CONFIGURATION #####
  7. # ### YOU CAN FIND ON GITHUB ####
  8. # ############ WIKI #############
  9. # ###############################
  10. #
  11. # # TYPE HELP # #
  12. # int: number (not decimal)
  13. # string: a normal text (in most cases you can use colorcodes with a beginning ร‚ยง)
  14. # boolean: true or false (IMPORTANT: true OR false ONLY)
  15. # list<?>: a list of type ? (? is the type of the list items)
  16. # byte: a int but limited between -128 ... 127
  17. # short: a int but limited between -32768 ... 32767
  18. # char: one character
  19.  
  20. chat-prefix: '&3[&4NoHitDelay&7-&bBedWars&3]&f'
  21. command-prefix: bw
  22. plugin-metrics: true
  23. global-messages: false
  24. global-autobalance: false
  25. global-chat-after-end: true
  26. gamelength: 60
  27. allow-crafting: false
  28. overwrite-names: true
  29. lobby-gamemode: 2
  30. holographic-stats:
  31. show-prefix: false
  32. name-color: '&7'
  33. value-color: '&e'
  34. head-line: Deine &4NoHitDelay&7-&bBedWars&f Stats
  35. teamname-on-tab: false
  36. teamname-in-chat: true
  37. hearts-on-death: true
  38. die-on-void: true
  39. lobbytime: 60
  40. lobby-chatformat: '&7|| &f$player$ &7>> $msg$'
  41. ingame-chatformat-all: '&7|| &c$all$ &7|| $player$ &7>> $msg$'
  42. ingame-chatformat: '&7|| $player$ &7>> $msg$'
  43. game-block: BED_BLOCK
  44. store-game-records: true
  45. store-game-records-holder: true
  46. bed-sound: WITHER_DEATH
  47. player-drops: false
  48. place-in-liquid: true
  49. breakable-blocks:
  50. use-as-blacklist: false
  51. list:
  52. - none
  53. jointeam-entity:
  54. show-name: true
  55. lobby-scoreboard:
  56. enabled: true
  57. title: '&4NoHitDelay&7-&bBedWars'
  58. content:
  59. - ' '
  60. - '&eMap: &b$regionname$'
  61. - '&ePlayers: &a$players$&f/&a$maxplayers$'
  62. - ' '
  63. - '&eWarten ...'
  64. - ' '
  65. scoreboard:
  66. format-bed-destroyed: '&c$status$ $team$'
  67. format-bed-alive: '&a$status$ $team$'
  68. format-title: '&e$region$&f - $time$'
  69. titles:
  70. win:
  71. enabled: true
  72. title-fade-in: 1.5
  73. title-stay: 5.0
  74. title-fade-out: 2.0
  75. subtitle-fade-in: 1.5
  76. subtitle-stay: 5.0
  77. subtitle-fade-out: 2.0
  78. map:
  79. enabled: true
  80. title-fade-in: 1.5
  81. title-stay: 2.0
  82. title-fade-out: 1.5
  83. subtitle-fade-in: 1.5
  84. subtitle-stay: 2.0
  85. subtitle-fade-out: 1.5
  86. countdown:
  87. enabled: true
  88. format: '&3{countdown}'
  89. explodes:
  90. destroy-worldblocks: false
  91. destroy-beds: true
  92. drop-blocking: false
  93. lobbycountdown-rule: 2
  94. friendlyfire: false
  95. friendlybreak: false
  96. gameoverdelay: 10
  97. chat-to-all-prefix:
  98. - '@'
  99. seperate-game-chat: true
  100. seperate-spectator-chat: true
  101. statistics:
  102. enabled: true
  103. show-on-game-end: false
  104. storage: yaml
  105. bed-destroyed-kills: true
  106. scores:
  107. kill: 10
  108. die: 0
  109. win: 50
  110. bed-destroy: 25
  111. lose: 0
  112. record: 100
  113. database:
  114. host: localhost
  115. port: 3306
  116. db: database
  117. user: root
  118. password: secret
  119. connection-pooling:
  120. min-pool-size: 3
  121. max-pool-size: 50
  122. spectation-enabled: true
  123. respawn-protection: 0
  124. allowed-commands:
  125. - /leave
  126. - /l
  127. - /nick
  128. - /unnick
  129. endgame:
  130. mainlobby-enabled: true
  131. all-players-to-mainlobby: true
  132. bungeecord:
  133. enabled: false
  134. hubserver: hub
  135. endgame-in-lobby: true
  136. full-restart: true
  137. spigot-restart: true
  138. motds:
  139. lobby: '&a[Lobby]'
  140. running: '&1[Running]'
  141. stopped: '&c[Stopped]'
  142. full: '&c[Full]'
  143. locale: de
  144. ressource:
  145. bronze:
  146. item: CLAY_BRICK
  147. spawn-interval: 1000
  148. amount: 1
  149. spread: 1.0
  150. name: '&4Bronze'
  151. iron:
  152. item: IRON_INGOT
  153. spawn-interval: 10000
  154. amount: 1
  155. spread: 1.0
  156. name: '&7Iron'
  157. gold:
  158. item: GOLD_INGOT
  159. spawn-interval: 60000
  160. amount: 1
  161. spread: 1.0
  162. name: '&6Gold'
  163. check-updates: true
  164. update-infos: true
  165. rewards:
  166. enabled: false
  167. player-win:
  168. - /example {player} 200
  169. player-end-game:
  170. - /example {player} {score}
  171. player-destroy-bed:
  172. - /example {player} {score}
  173. player-kill:
  174. - /example {player} 10
  175. specials:
  176. rescue-platform:
  177. break-time: 10
  178. using-wait-time: 20
  179. item: BLAZE_ROD
  180. can-break: false
  181. block: STAINED_GLASS
  182. protection-wall:
  183. break-time: 0
  184. wait-time: 20
  185. can-break: true
  186. item: BRICK
  187. block: RED_SANDSTONE
  188. width: 3
  189. height: 3
  190. distance: 2
  191. magnetshoe:
  192. probability: 75
  193. boots: IRON_BOOTS
  194. warp-powder:
  195. show-particles: true
  196. particle: happyVillager
  197. teleport-time: 6
  198. trap:
  199. duration: 10
  200. blindness:
  201. enabled: true
  202. amplifier: 2
  203. slowness:
  204. enabled: true
  205. amplifier: 2
  206. weakness:
  207. enabled: false
  208. amplifier: 2
  209. show-particles: true
  210. play-sound: true
  211. tntsheep:
  212. fuse-time: 8.0
  213. speed: 0.5
  214. explosion-factor: 1.0
  215. sign:
  216. first-line: $title$
  217. second-line: $regionname$
  218. third-line: Spieler &7[&b$currentplayers$&7/&b$maxplayers$&7]
  219. fourth-line: $status$
  220. player-settings:
  221. one-stack-on-shift: true
  222. overwrite-display-names: true
  223. lobbytime-full: 15
  224. hearts-in-halfs: true
Add Comment
Please, Sign In to add comment