Advertisement
coolroi

config.yml

Apr 3rd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 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[&bSpyRush&7]&f'
  21. plugin-metrics: false
  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: true
  32. name-color: '&7'
  33. value-color: '&e'
  34. head-line: Vos stats &eSpyRush
  35. teamname-on-tab: true
  36. teamname-in-chat: true
  37. hearts-on-death: true
  38. die-on-void: false
  39. spawn-ressources-in-chest: true
  40. lobbytime: 60
  41. lobby-chatformat: '$player$: $msg$'
  42. ingame-chatformat-all: '[$Tous$] <$team$>$player$: $msg$'
  43. ingame-chatformat: '<$team$>$player$: $msg$'
  44. game-block: BED_BLOCK
  45. store-game-records: true
  46. store-game-records-holder: true
  47. bed-sound: ENTITY_ENDERDRAGON_GROWL
  48. player-drops: true
  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: '&eSpyRush'
  60. content:
  61. - ''
  62. - '&fMap: &2$regionname$'
  63. - '&fPlayers: &2$players$&f/&2$maxplayers$'
  64. - ''
  65. - '&fEn attente...'
  66. - ''
  67. scoreboard:
  68. format-bed-destroyed: '&c$status$ $team$'
  69. format-bed-alive: '&a$status$ $team$'
  70. format-title: '&e$region$&f - $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. title: '&6Felicitations!'
  81. subtitle: '&6Victoire de la team {team}&6en &e{time}'
  82. map:
  83. enabled: true
  84. title-fade-in: 1.5
  85. title-stay: 2.0
  86. title-fade-out: 1.5
  87. subtitle-fade-in: 1.5
  88. subtitle-stay: 2.0
  89. subtitle-fade-out: 1.5
  90. countdown:
  91. enabled: true
  92. format: '&3{countdown}'
  93. explodes:
  94. destroy-worldblocks: true
  95. destroy-beds: false
  96. drop-blocking: false
  97. friendlyfire: false
  98. friendlybreak: false
  99. gameoverdelay: 5
  100. use-internal-shop: true
  101. save-inventory: true
  102. show-team-in-actionbar: true
  103. chat-to-all-prefix:
  104. - '!'
  105. seperate-game-chat: true
  106. seperate-spectator-chat: false
  107. statistics:
  108. enabled: true
  109. show-on-game-end: true
  110. storage: yaml
  111. bed-destroyed-kills: true
  112. scores:
  113. kill: 0
  114. die: 0
  115. win: 0
  116. bed-destroy: 0
  117. lose: 0
  118. record: 0
  119. player-leave-kills: false
  120. database:
  121. host: localhost
  122. port: 3306
  123. db: spycraft
  124. user: root
  125. password: secret
  126. table-prefix: bw_
  127. connection-pooling:
  128. min-pool-size: 3
  129. max-pool-size: 15
  130. spectation-enabled: true
  131. respawn-protection: 0
  132. allowed-commands:
  133. - /bw leave
  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: false
  143. motds:
  144. lobby: '&a[Lobby]'
  145. running: '&1[En cours]'
  146. stopped: '&c[Stop]'
  147. full: '&c[Full]'
  148. locale: fr
  149. resource:
  150. bronze:
  151. item:
  152. - type: CLAY_BRICK
  153. meta:
  154. ==: ItemMeta
  155. meta-type: UNSPECIFIC
  156. display-name: §6Bronze
  157. spawn-interval: 1000
  158. spread: 1.0
  159. iron:
  160. item:
  161. - type: IRON_INGOT
  162. meta:
  163. ==: ItemMeta
  164. meta-type: UNSPECIFIC
  165. display-name: §7Fer
  166. spawn-interval: 10000
  167. spread: 1.0
  168. gold:
  169. item:
  170. - type: GOLD_INGOT
  171. meta:
  172. ==: ItemMeta
  173. meta-type: UNSPECIFIC
  174. display-name: §eOr
  175. spawn-interval: 20000
  176. spread: 1.0
  177. check-updates: false
  178. update-infos: false
  179. rewards:
  180. enabled: false
  181. player-win:
  182. - /eco give {player} 100
  183. player-end-game:
  184. - /example {player} {score}
  185. player-destroy-bed:
  186. - /example {player} {score}
  187. player-kill:
  188. - /example {player} 10
  189. specials:
  190. rescue-platform:
  191. break-time: 10
  192. using-wait-time: 20
  193. item: BLAZE_ROD
  194. can-break: false
  195. block: GLASS
  196. protection-wall:
  197. break-time: 0
  198. wait-time: 20
  199. can-break: true
  200. item: BRICK
  201. block: SANDSTONE
  202. width: 5
  203. height: 3
  204. distance: 2
  205. magnetshoe:
  206. probability: 75
  207. boots: IRON_BOOTS
  208. warp-powder:
  209. show-particles: true
  210. particle: fireworksSpark
  211. teleport-time: 6
  212. trap:
  213. play-sound: true
  214. effects:
  215. - ==: PotionEffect
  216. effect: 15
  217. duration: 100
  218. amplifier: 2
  219. ambient: true
  220. has-particles: true
  221. - ==: PotionEffect
  222. effect: 18
  223. duration: 100
  224. amplifier: 2
  225. ambient: true
  226. has-particles: true
  227. - ==: PotionEffect
  228. effect: 2
  229. duration: 100
  230. amplifier: 2
  231. ambient: true
  232. has-particles: true
  233. tntsheep:
  234. fuse-time: 8.0
  235. speed: 0.4
  236. explosion-factor: 1.0
  237. arrow-blocker:
  238. protection-time: 10
  239. using-wait-time: 30
  240. item: ender_eye
  241. sign:
  242. first-line: $title$
  243. second-line: $regionname$
  244. third-line: $status$
  245. fourth-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  246. player-settings:
  247. one-stack-on-shift: true
  248. old-shop-as-default: false
  249. lobbytime-full: 15
  250. hearts-in-halfs: true
  251. spawn-resources-in-chest: true
  252. command-prefix: bw
  253. lobbycountdown-rule: 2
  254. overwrite-display-names: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement