Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 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: '&a&lBed&2&lWars &8> &f'
  21. plugin-metrics: true
  22. send-error-data: 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 &2&lBedWars&f &astats
  35. teamname-on-tab: false
  36. teamname-in-chat: false
  37. hearts-on-death: true
  38. die-on-void: false
  39. spawn-ressources-in-chest: true
  40. lobbytime: 60
  41. lobby-chatformat: $player$ &3&l> $msg$
  42. ingame-chatformat-all: '&1&l> &f$all$ &1&l< &1&l> $team$ &1&l< $player$ &aďż˝ &f$msg$'
  43. ingame-chatformat: '&1&l> $team$ &1&l< $player$ &3&l> $msg$'
  44. game-block: BED_BLOCK
  45. store-game-records: true
  46. store-game-records-holder: true
  47. bed-sound: ENDERDRAGON_GROWL
  48. player-drops: false
  49. keep-inventory-on-death: false
  50. place-in-liquid: true
  51. breakable-blocks:
  52. use-as-blacklist: false
  53. list:
  54. - none
  55. jointeam-entity:
  56. show-name: true
  57. lobby-scoreboard:
  58. enabled: true
  59. title: '&2Bed&aWars'
  60. content:
  61. - ' '
  62. - '&2&lMap &a$regionname$'
  63. - '&2&lHraci &a$players$&2/&a$maxplayers$'
  64. - ' '
  65. - '&fCakanie na hracov ...'
  66. - ' '
  67. scoreboard:
  68. format-bed-destroyed: '&c$status$ $team$'
  69. format-bed-alive: '&a$status$ $team$'
  70. format-title: '&2&l$region$&f - &a$time$'
  71. titles:
  72. win:
  73. enabled: true
  74. title-fade-in: 1.5
  75. title-stay: 5.0
  76. title-fade-out: 2.0
  77. subtitle-fade-in: 1.5
  78. subtitle-stay: 5.0
  79. subtitle-fade-out: 2.0
  80. map:
  81. enabled: false
  82. title-fade-in: 1.5
  83. title-stay: 2.0
  84. title-fade-out: 1.5
  85. subtitle-fade-in: 1.5
  86. subtitle-stay: 2.0
  87. subtitle-fade-out: 1.5
  88. countdown:
  89. enabled: true
  90. format: '&3{countdown}'
  91. explodes:
  92. destroy-worldblocks: false
  93. destroy-beds: false
  94. drop-blocking: false
  95. friendlyfire: false
  96. friendlybreak: true
  97. gameoverdelay: 10
  98. use-internal-shop: true
  99. save-inventory: true
  100. show-team-in-actionbar: false
  101. chat-to-all-prefix:
  102. - '!'
  103. - '!a'
  104. - '!all'
  105. seperate-game-chat: true
  106. seperate-spectator-chat: false
  107. statistics:
  108. enabled: false
  109. show-on-game-end: true
  110. storage: yaml
  111. bed-destroyed-kills: false
  112. scores:
  113. kill: 10
  114. die: 0
  115. win: 50
  116. bed-destroy: 25
  117. lose: 0
  118. record: 100
  119. player-leave-kills: false
  120. database:
  121. host: localhost
  122. port: 3306
  123. db: database
  124. user: root
  125. password: secret
  126. table-prefix: bw_
  127. connection-pooling:
  128. min-pool-size: 3
  129. max-pool-size: 50
  130. spectation-enabled: false
  131. respawn-protection: 0
  132. allowed-commands:
  133. - /help
  134. endgame:
  135. mainlobby-enabled: false
  136. all-players-to-mainlobby: false
  137. bungeecord:
  138. enabled: false
  139. hubserver: hub
  140. endgame-in-lobby: true
  141. full-restart: true
  142. spigot-restart: true
  143. motds:
  144. lobby: |
  145. $regionname$
  146. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  147. running: |
  148. $regionname$
  149. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  150. stopped: |
  151. $regionname$
  152. &c[Stopped]
  153. full: |
  154. $regionname$
  155. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  156. locale: cs_CZ
  157. resource:
  158. bronze:
  159. item:
  160. - type: CLAY_BRICK
  161. amount: 1
  162. meta:
  163. ==: ItemMeta
  164. meta-type: UNSPECIFIC
  165. display-name: §4Bronze
  166. spawn-interval: 1000
  167. spread: 1.0
  168. iron:
  169. item:
  170. - type: IRON_INGOT
  171. amount: 1
  172. meta:
  173. ==: ItemMeta
  174. meta-type: UNSPECIFIC
  175. display-name: §7Iron
  176. spawn-interval: 10000
  177. spread: 1.0
  178. gold:
  179. item:
  180. - type: GOLD_INGOT
  181. amount: 1
  182. meta:
  183. ==: ItemMeta
  184. meta-type: UNSPECIFIC
  185. display-name: §6Gold
  186. spawn-interval: 20000
  187. spread: 1.0
  188. coal:
  189. item:
  190. - type: COAL
  191. meta:
  192. ==: ItemMeta
  193. meta-type: UNSPECIFIC
  194. display-name: §8Coal
  195. spawn-interval: 1000
  196. spread: 1.0
  197. emerald:
  198. item:
  199. - type: EMERALD
  200. meta:
  201. ==: ItemMeta
  202. meta-type: UNSPECIFIC
  203. display-name: §aEmerald
  204. spawn-interval: 10000
  205. spread: 1.0
  206. diamond:
  207. item:
  208. - type: DIAMOND
  209. meta:
  210. ==: ItemMeta
  211. meta-type: UNSPECIFIC
  212. display-name: §bDiamond
  213. spawn-interval: 20000
  214. spread: 1.0
  215. check-updates: true
  216. update-infos: true
  217. rewards:
  218. enabled: false
  219. player-win:
  220. - /example {player} 200
  221. player-end-game:
  222. - /example {player} {score}
  223. player-destroy-bed:
  224. - /example {player} {score}
  225. player-kill:
  226. - /example {player} 10
  227. specials:
  228. rescue-platform:
  229. break-time: 10
  230. using-wait-time: 20
  231. item: BLAZE_ROD
  232. can-break: false
  233. block: STAINED_GLASS
  234. protection-wall:
  235. break-time: 0
  236. wait-time: 20
  237. can-break: true
  238. item: BRICK
  239. block: SANDSTONE
  240. width: 5
  241. height: 3
  242. distance: 2
  243. magnetshoe:
  244. probability: 75
  245. boots: IRON_BOOTS
  246. warp-powder:
  247. show-particles: true
  248. particle: fireworksSpark
  249. teleport-time: 6
  250. trap:
  251. play-sound: true
  252. effects:
  253. - ==: PotionEffect
  254. effect: 15
  255. duration: 100
  256. amplifier: 2
  257. ambient: true
  258. - ==: PotionEffect
  259. effect: 18
  260. duration: 100
  261. amplifier: 2
  262. ambient: true
  263. - ==: PotionEffect
  264. effect: 2
  265. duration: 100
  266. amplifier: 2
  267. ambient: true
  268. tntsheep:
  269. fuse-time: 8.0
  270. speed: 0.4
  271. explosion-factor: 1.0
  272. arrow-blocker:
  273. protection-time: 10
  274. using-wait-time: 5
  275. item: ender_eye
  276. sign:
  277. first-line: $title$
  278. second-line: $regionname$
  279. third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  280. fourth-line: $status$
  281. player-settings:
  282. one-stack-on-shift: false
  283. old-shop-as-default: false
  284. lobbytime-full: 4
  285. hearts-in-halfs: true
  286. spawn-resources-in-chest: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement