Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 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[&7EggWars&3]'
  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: 2
  30. holographic-stats:
  31. show-prefix: false
  32. name-color: '&7'
  33. value-color: '&6&l'
  34. head-line: '&1&k|||&aEggWars &6Istatistikleriniz&1&k|||'
  35. teamname-on-tab: false
  36. teamname-in-chat: false
  37. hearts-on-death: false
  38. die-on-void: false
  39. lobbytime: 30
  40. lobby-chatformat: '$player$: $msg$'
  41. ingame-chatformat-all: '[$!$] <$team$>$player$: $msg$'
  42. ingame-chatformat: '<$team$>$player$: $msg$'
  43. game-block: DRAGON_EGG
  44. store-game-records: true
  45. store-game-records-holder: true
  46. bed-sound: RANDOM.ORB
  47. player-drops: true
  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: '&eEggWars'
  58. content:
  59. - ' '
  60. - '&fHarita: &2$regionname$'
  61. - $players$/$maxplayers$
  62. - ' '
  63. - '&fBekliyor ...'
  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: true
  103. show-on-game-end: false
  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. - /bw leave
  128. - /ayril
  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: |
  140. $regionname$
  141. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  142. running: |
  143. $regionname$
  144. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  145. stopped: |
  146. $regionname$
  147. &c[Stopped]
  148. full: |
  149. $regionname$
  150. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  151. locale: en
  152. ressource:
  153. bronze:
  154. item: CLAY_BRICK
  155. spawn-interval: 1000
  156. amount: 1
  157. spread: 1.0
  158. name: '&4Bronze'
  159. iron:
  160. item: IRON_INGOT
  161. spawn-interval: 1000
  162. amount: 1
  163. spread: 1.0
  164. name: '&4iron'
  165. gold:
  166. item: GOLD_INGOT
  167. spawn-interval: 10000
  168. amount: 1
  169. spread: 1.0
  170. name: '&4gold'
  171. dia:
  172. item: DIAMOND
  173. spawn-interval: 20000
  174. amount: 1
  175. spread: 1.0
  176. name: '&4diamond'
  177. check-updates: false
  178. update-infos: false
  179. rewards:
  180. enabled: false
  181. player-win:
  182. - /example {player} 200
  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: STAINED_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. duration: 10
  214. blindness:
  215. enabled: true
  216. amplifier: 2
  217. slowness:
  218. enabled: true
  219. amplifier: 2
  220. weakness:
  221. enabled: true
  222. amplifier: 2
  223. show-particles: true
  224. play-sound: true
  225. effects:
  226. - ==: PotionEffect
  227. effect: 15
  228. duration: 100
  229. amplifier: 2
  230. ambient: true
  231. - ==: PotionEffect
  232. effect: 18
  233. duration: 100
  234. amplifier: 2
  235. ambient: true
  236. - ==: PotionEffect
  237. effect: 2
  238. duration: 100
  239. amplifier: 2
  240. ambient: true
  241. tntsheep:
  242. fuse-time: 8.0
  243. speed: 0.4
  244. explosion-factor: 1.0
  245. sign:
  246. first-line: $title$
  247. second-line: $regionname$
  248. third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  249. fourth-line: $status$
  250. player-settings:
  251. one-stack-on-shift: false
  252. overwrite-display-names: true
  253. lobbytime-full: 15
  254. hearts-in-halfs: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement