Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.70 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[&bDarkPoolBedWars&7]&f'
  21. plugin-metrics: true
  22. global-messages: true
  23. gamelength: 120
  24. overwrite-names: true
  25. lobbytime: 30
  26. ingame-chatformat-all: '[$all$] <$team$>$player$: $msg$'
  27. ingame-chatformat: '<$team$>$player$: $msg$'
  28. bed-sound: ENDERDRAGON_GROWL
  29. explodes:
  30. destroy-worldblocks: false
  31. destroy-beds: false
  32. drop-blocking: false
  33. lobbycountdown-rule: 2
  34. friendlyfire: false
  35. gameoverdelay: 10
  36. chat-to-all-prefix: '@'
  37. seperate-game-chat: true
  38. seperate-spectator-chat: true
  39. statistics:
  40. enabled: enable
  41. storage: database
  42. scores:
  43. kill: 100
  44. die: 0
  45. win: 250
  46. bed-destroy: 200
  47. lose: 0
  48. database:
  49. host: localhost
  50. port: 3306
  51. db: bedwarsrel
  52. user: bedwarsrel
  53. password: bedwarsrelpasswort1
  54. connection-pooling:
  55. min-pool-size: 3
  56. max-pool-size: 15
  57. spectation-enabled: true
  58. respawn-protection: 0
  59. allowed-commands:
  60. - /hub
  61. - /lobby
  62. endgame:
  63. mainlobby-enabled: false
  64. all-players-to-mainlobby: false
  65. bungeecord:
  66. enabled: true
  67. hubserver: lobby
  68. motds:
  69. lobby: '&a[&6DarkPoolGamesLobby&a]'
  70. running: '&a[Spectate]'
  71. stopped: '&c[Stopped]'
  72. locale: de
  73. ressource:
  74. bronze:
  75. item: CLAY_BRICK
  76. spawn-interval: 1000
  77. amount: 1
  78. name: '&4Bronze'
  79. iron:
  80. item: IRON_INGOT
  81. spawn-interval: 10000
  82. amount: 1
  83. name: '&7Iron'
  84. gold:
  85. item: GOLD_INGOT
  86. spawn-interval: 20000
  87. amount: 1
  88. name: '&6Gold'
  89. check-updates: true
  90. rewards:
  91. enabled: false
  92. player-win: &id001
  93. - /example {player} {score}
  94. player-end-game: *id001
  95. specials:
  96. rescue-platform:
  97. break-time: 120
  98. using-wait-time: 1
  99. item: BLAZE_ROD
  100. can-break: true
  101. block: BLAZE_ROD
  102. protection-wall:
  103. break-time: 0
  104. wait-time: 5
  105. can-break: true
  106. item: BRICK
  107. block: SANDSTONE
  108. width: 4
  109. height: 4
  110. distance: 2
  111. magnetshoe:
  112. probability: 75
  113. boots: IRON_BOOTS
  114. warp-powder:
  115. show-particles: true
  116. particle: fireworksSpark
  117. teleport-time: 6
  118. trap:
  119. duration: 10
  120. blindness:
  121. enabled: true
  122. amplifier: 2
  123. slowness:
  124. enabled: true
  125. amplifier: 2
  126. weakness:
  127. enabled: true
  128. amplifier: 2
  129. show-particles: true
  130. play-sound: true
  131. sign:
  132. first-line: $title$
  133. second-line: $regionname$
  134. third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  135. fourth-line: $status$
  136. player-settings:
  137. one-stack-on-shift: false
  138. shop:
  139. blocks:
  140. item: SANDSTONE
  141. name: Blöcke
  142. order: 5
  143. lore:
  144. - Kaufe dir Blöcke
  145. offers:
  146. - item1:
  147. item: CLAY_BRICK
  148. amount: 1
  149. reward:
  150. item: SANDSTONE
  151. amount: 2
  152. - item1:
  153. item: CLAY_BRICK
  154. amount: 7
  155. reward:
  156. item: END_STONE
  157. amount: 1
  158. - item1:
  159. item: IRON_INGOT
  160. amount: 1
  161. reward:
  162. item: IRON_BLOCK
  163. amount: 1
  164. item1:
  165. item: CLAY_BRICK
  166. amount: 15
  167. reward:
  168. item: GLOWSTONE
  169. amount: 1
  170. - item1:
  171. item: CLAY_BRICK
  172. amount: 1
  173. reward:
  174. item: GLASS
  175. amount: 1
  176. armor:
  177. item: CHAINMAIL_CHESTPLATE
  178. name: Rüstung
  179. order: 4
  180. lore:
  181. - Kaufe dir Rüstung!
  182. offers:
  183. - item1:
  184. item: CLAY_BRICK
  185. amount: 1
  186. reward:
  187. item: LEATHER_HELMET
  188. amount: 1
  189. enchants:
  190. 0:1
  191. 34:1
  192. - item1:
  193. item: GOLD_INGOT
  194. amount: 25
  195. reward:
  196. item: DIAMOND_CHESTPLATE
  197. amount: 1
  198. enchants:
  199. - item1:
  200. item: GOLD_INGOT
  201. amount: 22
  202. reward:
  203. item: DIAMOND_LEGGINGS
  204. amount: 1
  205. enchants:
  206. - item1:
  207. item: IRON_INGOT
  208. amount: 1
  209. reward:
  210. item: CHAINMAIL_CHESTPLATE
  211. amount: 1
  212. enchants:
  213. 0:1
  214. 34:1
  215. - item1:
  216. item: IRON_INGOT
  217. amount: 3
  218. reward:
  219. item: CHAINMAIL_CHESTPLATE
  220. amount: 1
  221. enchants:
  222. 0:2
  223. 34:1
  224. 19:1
  225. - item1:
  226. item: IRON_INGOT
  227. amount: 7
  228. reward:
  229. item: CHAINMAIL_CHESTPLATE
  230. amount: 1
  231. enchants:
  232. 0:3
  233. 34:1
  234. - item2:
  235. item: GOLD_INGOT
  236. amount: 5
  237. reward:
  238. name: '&aMagnetschuhe'
  239. lore:
  240. - "Trage diese Schuhe und erhalte 75%"
  241. - "Wahrscheinlichkeit auf keinen Knockback!"
  242. item: IRON_BOOTS
  243. amount: 1
  244. pickaxe:
  245. item: STONE_PICKAXE
  246. name: Spitzhacken
  247. order: 3
  248. lore:
  249. - Kaufe dir Spitzhacken
  250. offers:
  251. - item1:
  252. item: CLAY_BRICK
  253. amount: 4
  254. reward:
  255. item: WOODEN_PICKAXE
  256. amount: 1
  257. enchants:
  258. 32:1
  259. 34:1
  260. - item1:
  261. item: IRON_INGOT
  262. amount: 2
  263. reward:
  264. item: STONE_PICKAXE
  265. amount: 1
  266. enchants:
  267. 32:1
  268. 34:1
  269. - item1:
  270. item: GOLD_INGOT
  271. amount: 1
  272. reward:
  273. item: IRON_PICKAXE
  274. amount: 1
  275. enchants:
  276. 32:3
  277. 34:1
  278. swords:
  279. item: GOLDEN_SWORD
  280. name: Schwerter
  281. order: 4
  282. lore:
  283. - Kaufe dir Schwerter!
  284. offers:
  285. - item1:
  286. item: CLAY_BRICK
  287. amount: 8
  288. reward:
  289. item: STICK
  290. amount: 1
  291. enchants:
  292. 19:1
  293. - item1:
  294. item: IRON_INGOT
  295. amount: 1
  296. reward:
  297. item: GOLDEN_SWORD
  298. amount: 1
  299. enchants:
  300. 16:1
  301. 34:1
  302. - item1:
  303. item: IRON_INGOT
  304. amount: 3
  305. reward:
  306. item: GOLDEN_SWORD
  307. amount: 1
  308. enchants:
  309. 16:2
  310. 34:1
  311. - item1:
  312. item: GOLD_INGOT
  313. amount: 5
  314. reward:
  315. item: IRON_SWORD
  316. amount: 1
  317. enchants:
  318. 16:2
  319. 34:2
  320. 19:1
  321. bows:
  322. item: BOW
  323. name: Bögen
  324. order: 4
  325. lore:
  326. - Kaufe dir Bögen!
  327. offers:
  328. - item1:
  329. item: GOLD_INGOT
  330. amount: 3
  331. reward:
  332. item: BOW
  333. amount: 1
  334. enchants:
  335. 51:1
  336. - item1:
  337. item: GOLD_INGOT
  338. amount: 7
  339. reward:
  340. item: BOW
  341. amount: 1
  342. enchants:
  343. 51:1
  344. 48:1
  345. - item1:
  346. item: GOLD_INGOT
  347. amount: 13
  348. reward:
  349. item: BOW
  350. amount: 1
  351. enchants:
  352. 51:1
  353. 48:1
  354. 49:1
  355. - item1:
  356. item: GOLD_INGOT
  357. amount: 1
  358. reward:
  359. item: ARROW
  360. amount: 1
  361. food:
  362. item: APPLE
  363. name: Essen
  364. order: 4
  365. lore:
  366. - Kaufe dir Essen!
  367. offers:
  368. - item1:
  369. item: CLAY_BRICK
  370. amount: 1
  371. reward:
  372. item: APPLE
  373. amount: 1
  374. - item1:
  375. item: CLAY_BRICK
  376. amount: 2
  377. reward:
  378. item: COOKED_PORKCHOP
  379. amount: 1
  380. - item1:
  381. item: IRON_INGOT
  382. amount: 1
  383. reward:
  384. item: CAKE
  385. amount: 1
  386. - item1:
  387. item: GOLD_INGOT
  388. amount: 1
  389. reward:
  390. item: GOLDEN_APPLE
  391. amount: 1
  392. chests:
  393. item: CHEST
  394. name: Kisten
  395. order: 2
  396. lore:
  397. - Kaufe dir Kisten!
  398. offers:
  399. - item1:
  400. item: IRON_INGOT
  401. amount: 1
  402. reward:
  403. item: CHEST
  404. amount: 1
  405. - item1:
  406. item: GOLD_INGOT
  407. amount: 1
  408. reward:
  409. item: ENDER_CHEST
  410. name: '&5Teamkiste'
  411. amount: 1
  412. potions:
  413. item: POTION
  414. name: Tränke
  415. order: 4
  416. lore:
  417. - Kaufe dir Tränke!
  418. offers:
  419. - item1:
  420. item: IRON_INGOT
  421. amount: 3
  422. reward:
  423. item: POTION
  424. amount: 1
  425. meta: 8261
  426. - item1:
  427. item: IRON_INGOT
  428. amount: 5
  429. reward:
  430. item: POTION
  431. amount: 1
  432. meta: 8229
  433. - item1:
  434. item: IRON_INGOT
  435. amount: 7
  436. reward:
  437. item: POTION
  438. amount: 1
  439. meta: 8194
  440. - item1:
  441. item: GOLD_INGOT
  442. amount: 7
  443. reward:
  444. item: POTION
  445. amount: 1
  446. meta: 8201
  447. special:
  448. item: TNT
  449. name: Spezial
  450. order: 10
  451. lore:
  452. - Kaufe dir Speziale Dinge!
  453. offers:
  454. - item1:
  455. item: CLAY_BRICK
  456. amount: 1
  457. reward:
  458. item: LADDER
  459. amount: 1
  460. - item1:
  461. item: CLAY_BRICK
  462. amount: 16
  463. reward:
  464. item: WEB
  465. amount: 1
  466. - item1:
  467. item: IRON_INGOT
  468. amount: 5
  469. reward:
  470. item: FISHING_ROD
  471. amount: 1
  472. - item1:
  473. item: IRON_INGOT
  474. amount: 1
  475. reward:
  476. item: FLINT_AND_STEEL
  477. amount: 1
  478. - item1:
  479. item: GOLD_INGOT
  480. amount: 3
  481. reward:
  482. item: TNT
  483. amount: 1
  484. - item1:
  485. item: IRON_INGOT
  486. amount: 3
  487. reward:
  488. name: '&7Warp-Powder'
  489. lore:
  490. - "Aktiviere dieses Pulver und du wirst"
  491. - "in 6 Sekunden an den Spawn teleportiert."
  492. - "Achtung: Bewegen bricht den Vorgang ab!"
  493. item: 289
  494. amount: 1
  495. - item1:
  496. item: IRON_INGOT
  497. amount: 5
  498. reward:
  499. name: '&7Trap'
  500. lore:
  501. - "Tritt ein Gegner drauf, wirst du informiert"
  502. - "und er kann sich nur eingeschränkt bewegen."
  503. item: 287
  504. amount: 1
  505. - item1:
  506. item: GOLD_INGOT
  507. amount: 3
  508. reward:
  509. name: '&cRettungsplattform'
  510. lore:
  511. - Rette dich vor dem Abstürzen
  512. - mit der Rettungsplattform
  513. item: 369
  514. amount: 1
  515. - item1:
  516. item: CLAY_BRICK
  517. amount: 64
  518. reward:
  519. name: '&4Schutzmauer'
  520. lore:
  521. - "Aktiviere es und erhalte sofort eine"
  522. - "5x3 große Mauer vor dir!"
  523. item: BRICK
  524. amount: 1
  525. - item1:
  526. item: GOLD_INGOT
  527. amount: 13
  528. reward:
  529. item: ENDER_PEARL
  530. amount: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement