Guest User

CONFIG

a guest
Sep 1st, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 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: '&e&lBEDWARS'
  58. content:
  59. - ' '
  60. - '&fКарта: &2$regionname$'
  61. - '&fИгроков: &2$players$&f/&2$maxplayers$'
  62. - ' '
  63. - '&fОжидание ...'
  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. 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: false
  123. respawn-protection: 0
  124. allowed-commands:
  125. - /help
  126. endgame:
  127. mainlobby-enabled: false
  128. all-players-to-mainlobby: false
  129. bungeecord:
  130. enabled: false
  131. hubserver: hub
  132. endgame-in-lobby: true
  133. full-restart: true
  134. spigot-restart: true
  135. motds:
  136. lobby: |
  137. $regionname$
  138. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  139. running: |
  140. $regionname$
  141. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  142. stopped: |
  143. $regionname$
  144. &c[Stopped]
  145. full: |
  146. $regionname$
  147. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  148. locale: ru
  149. ressource:
  150. bronze:
  151. item: CLAY_BRICK
  152. spawn-interval: 1000
  153. amount: 1
  154. spread: 1.0
  155. name: '&4Bronze'
  156. iron:
  157. item: IRON_INGOT
  158. spawn-interval: 10000
  159. amount: 1
  160. spread: 1.0
  161. name: '&7Iron'
  162. gold:
  163. item: GOLD_INGOT
  164. spawn-interval: 20000
  165. amount: 1
  166. spread: 1.0
  167. name: '&6Gold'
  168. check-updates: true
  169. update-infos: true
  170. rewards:
  171. enabled: false
  172. player-win:
  173. - /example {player} 200
  174. player-end-game:
  175. - /example {player} {score}
  176. player-destroy-bed:
  177. - /example {player} {score}
  178. player-kill:
  179. - /example {player} 10
  180. specials:
  181. rescue-platform:
  182. break-time: 10
  183. using-wait-time: 20
  184. item: BLAZE_ROD
  185. can-break: false
  186. block: STAINED_GLASS
  187. protection-wall:
  188. break-time: 0
  189. wait-time: 20
  190. can-break: true
  191. item: BRICK
  192. block: SANDSTONE
  193. width: 5
  194. height: 3
  195. distance: 2
  196. magnetshoe:
  197. probability: 75
  198. boots: IRON_BOOTS
  199. warp-powder:
  200. show-particles: true
  201. particle: fireworksSpark
  202. teleport-time: 6
  203. trap:
  204. duration: 10
  205. blindness:
  206. enabled: true
  207. amplifier: 2
  208. slowness:
  209. enabled: true
  210. amplifier: 2
  211. weakness:
  212. enabled: true
  213. amplifier: 2
  214. show-particles: true
  215. play-sound: true
  216. tntsheep:
  217. fuse-time: 8.0
  218. speed: 0.4
  219. explosion-factor: 1.0
  220. sign:
  221. first-line: $title$
  222. second-line: $regionname$
  223. third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  224. fourth-line: $status$
  225. player-settings:
  226. one-stack-on-shift: false
  227. overwrite-display-names: true
  228. lobbytime-full: 15
  229. hearts-in-halfs: true
Add Comment
Please, Sign In to add comment