Guest User

Untitled

a guest
Nov 26th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 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: '&7[&bBedWars&7]&f'
  21. command-prefix: bw
  22. plugin-metrics: true
  23. global-messages: true
  24. global-autobalance: false
  25. global-chat-after-end: true
  26. gamelength: 60
  27. allow-crafting: false
  28. overwrite-names: false
  29. lobby-gamemode: 0
  30. holographic-stats:
  31. show-prefix: false
  32. name-color: '&7'
  33. value-color: '&e'
  34. head-line: Your &eBEDWARS&f stats
  35. teamname-on-tab: false
  36. teamname-in-chat: false
  37. hearts-on-death: true
  38. die-on-void: false
  39. lobbytime: 60
  40. lobby-chatformat: '$player$: $msg$'
  41. ingame-chatformat-all: '[$all$] <$team$>$player$: $msg$'
  42. ingame-chatformat: '<$team$>$player$: $msg$'
  43. game-block: BED_BLOCK
  44. store-game-records: true
  45. store-game-records-holder: true
  46. bed-sound: ENDERDRAGON_GROWL
  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: '&eBEDWARS'
  58. content:
  59. - ' '
  60. - '&fMap: &2$regionname$'
  61. - '&fPlayers: &2$players$&f/&2$maxplayers$'
  62. - ' '
  63. - '&fWaiting ...'
  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: false
  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: false
  92. drop-blocking: false
  93. lobbycountdown-rule: 2
  94. friendlyfire: false
  95. friendlybreak: true
  96. gameoverdelay: 10
  97. chat-to-all-prefix:
  98. - '@'
  99. seperate-game-chat: true
  100. seperate-spectator-chat: false
  101. statistics:
  102. enabled: false
  103. show-on-game-end: true
  104. storage: yaml
  105. bed-destroyed-kills: false
  106. scores:
  107. kill: 10
  108. die: 0
  109. win: 50
  110. bed-destroy: 25
  111. lose: 0
  112. record: 100
  113. player-leave-kills: false
  114. database:
  115. host: localhost
  116. port: 3306
  117. db: database
  118. user: root
  119. password: secret
  120. connection-pooling:
  121. min-pool-size: 3
  122. max-pool-size: 50
  123. spectation-enabled: false
  124. respawn-protection: 0
  125. allowed-commands:
  126. - /help
  127. endgame:
  128. mainlobby-enabled: false
  129. all-players-to-mainlobby: false
  130. bungeecord:
  131. enabled: false
  132. hubserver: hub
  133. endgame-in-lobby: true
  134. full-restart: true
  135. spigot-restart: true
  136. motds:
  137. lobby: |
  138. $regionname$
  139. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  140. running: |
  141. $regionname$
  142. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  143. stopped: |
  144. $regionname$
  145. &c[Stopped]
  146. full: |
  147. $regionname$
  148. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  149. locale: en
  150. ressource:
  151. bronze:
  152. item: CLAY_BRICK
  153. spawn-interval: 1000
  154. amount: 1
  155. spread: 1.0
  156. name: '&4Bronze'
  157. iron:
  158. item: IRON_INGOT
  159. spawn-interval: 10000
  160. amount: 1
  161. spread: 1.0
  162. name: '&7Iron'
  163. gold:
  164. item: GOLD_INGOT
  165. spawn-interval: 20000
  166. amount: 1
  167. spread: 1.0
  168. name: '&6Gold'
  169. check-updates: true
  170. update-infos: true
  171. rewards:
  172. enabled: false
  173. player-win:
  174. - /example {player} 200
  175. player-end-game:
  176. - /example {player} {score}
  177. player-destroy-bed:
  178. - /example {player} {score}
  179. player-kill:
  180. - /example {player} 10
  181. specials:
  182. rescue-platform:
  183. break-time: 10
  184. using-wait-time: 20
  185. item: BLAZE_ROD
  186. can-break: false
  187. block: STAINED_GLASS
  188. protection-wall:
  189. break-time: 0
  190. wait-time: 20
  191. can-break: true
  192. item: BRICK
  193. block: SANDSTONE
  194. width: 5
  195. height: 3
  196. distance: 2
  197. magnetshoe:
  198. probability: 75
  199. boots: IRON_BOOTS
  200. warp-powder:
  201. show-particles: true
  202. particle: fireworksSpark
  203. teleport-time: 6
  204. trap:
  205. play-sound: true
  206. effects:
  207. - ==: PotionEffect
  208. effect: 15
  209. duration: 100
  210. amplifier: 2
  211. ambient: true
  212. has-particles: true
  213. - ==: PotionEffect
  214. effect: 18
  215. duration: 100
  216. amplifier: 2
  217. ambient: true
  218. has-particles: true
  219. - ==: PotionEffect
  220. effect: 2
  221. duration: 100
  222. amplifier: 2
  223. ambient: true
  224. has-particles: true
  225. tntsheep:
  226. fuse-time: 8.0
  227. speed: 0.4
  228. explosion-factor: 1.0
  229. sign:
  230. first-line: $title$
  231. second-line: $regionname$
  232. third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  233. fourth-line: $status$
  234. player-settings:
  235. one-stack-on-shift: false
  236. overwrite-display-names: true
  237. lobbytime-full: 15
  238. hearts-in-halfs: true
Add Comment
Please, Sign In to add comment