Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.81 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: '&8&l[&cBedWars&8&l]'
  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: '&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: 30
  40. lobby-chatformat: '&7(&5Lobby&7)$player$: $msg$'
  41. ingame-chatformat-all: '&7(All) $team$ $player$: $msg$'
  42. ingame-chatformat: '&7(Team) $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. - '&7Map: &e&l$regionname$'
  61. - ''
  62. scoreboard:
  63. format-bed-destroyed: '&0❤ $team$'
  64. format-bed-alive: '&4❤ $team$'
  65. format-title: ' &7Map: &e&l$region$ '
  66. titles:
  67. win:
  68. enabled: true
  69. title-fade-in: 1.5
  70. title-stay: 5.0
  71. title-fade-out: 2.0
  72. subtitle-fade-in: 1.5
  73. subtitle-stay: 5.0
  74. subtitle-fade-out: 2.0
  75. map:
  76. enabled: false
  77. title-fade-in: 1.5
  78. title-stay: 2.0
  79. title-fade-out: 1.5
  80. subtitle-fade-in: 1.5
  81. subtitle-stay: 2.0
  82. subtitle-fade-out: 1.5
  83. countdown:
  84. enabled: true
  85. format: '&3{countdown}'
  86. explodes:
  87. destroy-worldblocks: false
  88. destroy-beds: false
  89. drop-blocking: false
  90. lobbycountdown-rule: 2
  91. friendlyfire: false
  92. friendlybreak: true
  93. gameoverdelay: 5
  94. chat-to-all-prefix:
  95. - '!'
  96. seperate-game-chat: true
  97. seperate-spectator-chat: false
  98. statistics:
  99. enabled: false
  100. show-on-game-end: true
  101. storage: yaml
  102. bed-destroyed-kills: false
  103. scores:
  104. kill: 10
  105. die: 0
  106. win: 50
  107. bed-destroy: 25
  108. lose: 0
  109. record: 100
  110. player-leave-kills: false
  111. database:
  112. host: localhost
  113. port: 3306
  114. db: database
  115. user: root
  116. password: secret
  117. connection-pooling:
  118. min-pool-size: 3
  119. max-pool-size: 50
  120. spectation-enabled: true
  121. respawn-protection: 0
  122. allowed-commands:
  123. - /money
  124. endgame:
  125. mainlobby-enabled: false
  126. all-players-to-mainlobby: true
  127. bungeecord:
  128. enabled: false
  129. hubserver: hub
  130. endgame-in-lobby: true
  131. full-restart: true
  132. spigot-restart: true
  133. motds:
  134. lobby: |
  135. $regionname$
  136. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  137. running: |
  138. $regionname$
  139. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  140. stopped: |
  141. $regionname$
  142. &c[Stopped]
  143. full: |
  144. $regionname$
  145. &7[&b$currentplayers$&7/&b$maxplayers$&7]
  146. locale: en_US
  147. ressource:
  148. bronze:
  149. item: CLAY_BRICK
  150. spawn-interval: 555
  151. amount: 1
  152. spread: 1.0
  153. name: '&cBronze'
  154. iron:
  155. item: IRON_INGOT
  156. spawn-interval: 10000
  157. amount: 1
  158. spread: 1.0
  159. name: '&7Iron'
  160. gold:
  161. item: GOLD_INGOT
  162. spawn-interval: 60000
  163. amount: 1
  164. spread: 1.0
  165. name: '&6Gold'
  166. check-updates: true
  167. update-infos: true
  168. rewards:
  169. enabled: true
  170. player-win:
  171. - /eco give {player} 50
  172. player-end-game:
  173. - /eco give {player} 10
  174. player-destroy-bed:
  175. - /eco give {player} 35
  176. player-kill:
  177. - /eco give {player} 10
  178. specials:
  179. rescue-platform:
  180. break-time: 10
  181. using-wait-time: 20
  182. item: BLAZE_ROD
  183. can-break: false
  184. block: STAINED_GLASS
  185. protection-wall:
  186. break-time: 0
  187. wait-time: 20
  188. can-break: true
  189. item: BRICK
  190. block: STAINED_CLAY
  191. width: 5
  192. height: 3
  193. distance: 2
  194. magnetshoe:
  195. probability: 75
  196. boots: IRON_BOOTS
  197. warp-powder:
  198. show-particles: true
  199. particle: fireworksSpark
  200. teleport-time: 6
  201. trap:
  202. play-sound: true
  203. effects:
  204. - ==: PotionEffect
  205. effect: 15
  206. duration: 100
  207. amplifier: 2
  208. ambient: true
  209. has-particles: true
  210. - ==: PotionEffect
  211. effect: 18
  212. duration: 100
  213. amplifier: 2
  214. ambient: true
  215. has-particles: true
  216. - ==: PotionEffect
  217. effect: 2
  218. duration: 100
  219. amplifier: 2
  220. ambient: true
  221. has-particles: true
  222. tntsheep:
  223. fuse-time: 8.0
  224. speed: 0.4
  225. explosion-factor: 1.0
  226. arrow-blocker:
  227. protection-time: 10
  228. using-wait-time: 30
  229. item: ender_eye
  230. sign:
  231. first-line: $title$
  232. second-line: $regionname$
  233. third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  234. fourth-line: $status$
  235. player-settings:
  236. one-stack-on-shift: true
  237. old-shop-as-default: false
  238. overwrite-display-names: true
  239. lobbytime-full: 10
  240. hearts-in-halfs: true
  241. send-error-data: true
  242. keep-inventory-on-death: false
  243. use-internal-shop: true
  244. save-inventory: true
  245. show-team-in-actionbar: true
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270. shop:
  271. blocks:
  272. item: STAINED_CLAY
  273. name: Blocks
  274. order: 10
  275. permission: bw.base
  276. offers:
  277. - price:
  278. - type: CLAY_BRICK
  279. amount: 1
  280. reward:
  281. - type: STAINED_CLAY
  282. amount: 1
  283. - price:
  284. - type: CLAY_BRICK
  285. amount: 3
  286. reward:
  287. - type: WOOL
  288. amount: 2
  289. - price:
  290. - type: CLAY_BRICK
  291. amount: 8
  292. reward:
  293. - type: STAINED_GLASS
  294. amount: 1
  295. - price:
  296. - type: CLAY_BRICK
  297. amount: 5
  298. reward:
  299. - type: LOG
  300. amount: 1
  301. - price:
  302. - type: CLAY_BRICK
  303. amount: 7
  304. reward:
  305. - type: ENDER_STONE
  306. - price:
  307. - type: IRON_INGOT
  308. amount: 3
  309. reward:
  310. - type: IRON_BLOCK
  311. armor:
  312. item: DIAMOND_CHESTPLATE
  313. name: Armour
  314. order: 20
  315. permission: bw.base
  316. offers:
  317. - price:
  318. - type: CLAY_BRICK
  319. amount: 2
  320. reward:
  321. - type: LEATHER_HELMET
  322. meta:
  323. ==: ItemMeta
  324. meta-type: UNSPECIFIC
  325. enchants:
  326. PROTECTION_ENVIRONMENTAL: 1
  327. - price:
  328. - type: CLAY_BRICK
  329. amount: 2
  330. reward:
  331. - type: LEATHER_LEGGINGS
  332. meta:
  333. ==: ItemMeta
  334. meta-type: UNSPECIFIC
  335. enchants:
  336. PROTECTION_ENVIRONMENTAL: 1
  337. - price:
  338. - type: CLAY_BRICK
  339. amount: 2
  340. reward:
  341. - type: LEATHER_BOOTS
  342. meta:
  343. ==: ItemMeta
  344. meta-type: UNSPECIFIC
  345. enchants:
  346. PROTECTION_ENVIRONMENTAL: 1
  347. - price:
  348. - type: IRON_INGOT
  349. amount: 1
  350. reward:
  351. - type: CHAINMAIL_CHESTPLATE
  352. meta:
  353. ==: ItemMeta
  354. meta-type: UNSPECIFIC
  355. enchants:
  356. PROTECTION_ENVIRONMENTAL: 1
  357. - price:
  358. - type: IRON_INGOT
  359. amount: 3
  360. reward:
  361. - type: CHAINMAIL_CHESTPLATE
  362. meta:
  363. ==: ItemMeta
  364. meta-type: UNSPECIFIC
  365. enchants:
  366. PROTECTION_ENVIRONMENTAL: 2
  367. - price:
  368. - type: IRON_INGOT
  369. amount: 7
  370. reward:
  371. - type: CHAINMAIL_CHESTPLATE
  372. meta:
  373. ==: ItemMeta
  374. meta-type: UNSPECIFIC
  375. enchants:
  376. PROTECTION_ENVIRONMENTAL: 3
  377. - price:
  378. - type: IRON_INGOT
  379. amount: 11
  380. reward:
  381. - type: CHAINMAIL_CHESTPLATE
  382. meta:
  383. ==: ItemMeta
  384. meta-type: UNSPECIFIC
  385. enchants:
  386. PROTECTION_ENVIRONMENTAL: 4
  387. swords:
  388. item: DIAMOND_SWORD
  389. name: Swords
  390. order: 30
  391. permission: bw.base
  392. offers:
  393. - price:
  394. - type: CLAY_BRICK
  395. amount: 8
  396. reward:
  397. - type: STICK
  398. meta:
  399. ==: ItemMeta
  400. meta-type: UNSPECIFIC
  401. enchants:
  402. KNOCKBACK: 1
  403. - price:
  404. - type: CLAY_BRICK
  405. amount: 15
  406. reward:
  407. - type: WOOD_SWORD
  408. meta:
  409. ==: ItemMeta
  410. meta-type: UNSPECIFIC
  411. enchants:
  412. DAMAGE_ALL: 1
  413. DURABILITY: 1
  414. - price:
  415. - type: IRON_INGOT
  416. amount: 2
  417. reward:
  418. - type: STONE_SWORD
  419. meta:
  420. ==: ItemMeta
  421. meta-type: UNSPECIFIC
  422. enchants:
  423. DAMAGE_ALL: 2
  424. DURABILITY: 2
  425. - price:
  426. - type: GOLD_INGOT
  427. amount: 7
  428. reward:
  429. - type: IRON_SWORD
  430. meta:
  431. ==: ItemMeta
  432. meta-type: UNSPECIFIC
  433. enchants:
  434. DAMAGE_ALL: 3
  435. DURABILITY: 3
  436. bows:
  437. item: 261
  438. name: Bows
  439. order: 40
  440. permission: bw.base
  441. offers:
  442. - price:
  443. - type: IRON_INGOT
  444. amount: 10
  445. reward:
  446. - type: BOW
  447. meta:
  448. ==: ItemMeta
  449. meta-type: UNSPECIFIC
  450. - price:
  451. - type: GOLD_INGOT
  452. amount: 3
  453. reward:
  454. - type: BOW
  455. meta:
  456. ==: ItemMeta
  457. meta-type: UNSPECIFIC
  458. enchants:
  459. ARROW_INFINITE: 1
  460. - price:
  461. - type: GOLD_INGOT
  462. amount: 5
  463. reward:
  464. - type: BOW
  465. meta:
  466. ==: ItemMeta
  467. meta-type: UNSPECIFIC
  468. enchants:
  469. ARROW_DAMAGE: 1
  470. ARROW_INFINITE: 1
  471. - price:
  472. - type: GOLD_INGOT
  473. amount: 13
  474. reward:
  475. - type: BOW
  476. meta:
  477. ==: ItemMeta
  478. meta-type: UNSPECIFIC
  479. enchants:
  480. ARROW_DAMAGE: 3
  481. - price:
  482. - type: CLAY_BRICK
  483. amount: 8
  484. reward:
  485. - type: ARROW
  486. food:
  487. item: MELON
  488. name: Food
  489. order: 50
  490. permission: bw.base
  491. offers:
  492. - price:
  493. - type: CLAY_BRICK
  494. amount: 1
  495. reward:
  496. - type: MELON
  497. amount: 3
  498. - price:
  499. - type: CLAY_BRICK
  500. amount: 3
  501. reward:
  502. - type: PUMPKIN_PIE
  503. amount: 3
  504. - price:
  505. - type: CLAY_BRICK
  506. amount: 5
  507. reward:
  508. - type: BREAD
  509. amount: 3
  510. - price:
  511. - type: IRON_INGOT
  512. amount: 3
  513. reward:
  514. - type: GOLDEN_APPLE
  515. amount: 1
  516. pickaxes:
  517. item: DIAMOND_PICKAXE
  518. name: Pickaxes
  519. order: 60
  520. permission: bw.base
  521. offers:
  522. - price:
  523. - type: CLAY_BRICK
  524. amount: 4
  525. reward:
  526. - type: WOOD_PICKAXE
  527. meta:
  528. ==: ItemMeta
  529. meta-type: UNSPECIFIC
  530. enchants:
  531. DIG_SPEED: 1
  532. DURABILITY: 1
  533. - price:
  534. - type: IRON_INGOT
  535. amount: 2
  536. reward:
  537. - type: STONE_PICKAXE
  538. meta:
  539. ==: ItemMeta
  540. meta-type: UNSPECIFIC
  541. enchants:
  542. DIG_SPEED: 2
  543. DURABILITY: 2
  544. - price:
  545. - type: GOLD_INGOT
  546. amount: 2
  547. reward:
  548. - type: IRON_PICKAXE
  549. meta:
  550. ==: ItemMeta
  551. meta-type: UNSPECIFIC
  552. enchants:
  553. DIG_SPEED: 3
  554. DURABILITY: 3
  555. - price:
  556. - type: CLAY_BRICK
  557. amount: 16
  558. reward:
  559. - type: STONE_AXE
  560. meta:
  561. ==: ItemMeta
  562. meta-type: UNSPECIFIC
  563. enchants:
  564. DIG_SPEED: 1
  565. DURABILITY: 1
  566. - price:
  567. - type: CLAY_BRICK
  568. amount: 16
  569. reward:
  570. - type: SHEARS
  571. meta:
  572. ==: ItemMeta
  573. meta-type: UNSPECIFIC
  574. enchants:
  575. DIG_SPEED: 1
  576. DURABILITY: 1
  577. chest:
  578. item: CHEST
  579. name: Chest
  580. order: 70
  581. permission: bw.base
  582. offers:
  583. - price:
  584. - type: IRON_INGOT
  585. amount: 1
  586. reward:
  587. - type: CHEST
  588. - price:
  589. - type: GOLD_INGOT
  590. amount: 1
  591. reward:
  592. - type: ENDER_CHEST
  593. ingots:
  594. item: IRON_INGOT
  595. name: Ingots
  596. order: 80
  597. permission: bw.base
  598. offers:
  599. - price:
  600. - type: CLAY_BRICK
  601. amount: 24
  602. reward:
  603. - type: IRON_INGOT
  604. meta:
  605. ==: ItemMeta
  606. meta-type: UNSPECIFIC
  607. display-name: §7Iron
  608. - price:
  609. - type: IRON_INGOT
  610. amount: 10
  611. reward:
  612. - type: GOLD_INGOT
  613. meta:
  614. ==: ItemMeta
  615. meta-type: UNSPECIFIC
  616. display-name: §6Gold
  617. magic:
  618. item: EMERALD
  619. name: VIP
  620. order: 90
  621. permission: bw.vip.base
  622. offers:
  623. - price:
  624. - type: IRON_INGOT
  625. amount: 13
  626. reward:
  627. - type: BLAZE_ROD
  628. meta:
  629. ==: ItemMeta
  630. meta-type: UNSPECIFIC
  631. display-name: §9Rescue Platform
  632. - price:
  633. - type: IRON_INGOT
  634. amount: 2
  635. reward:
  636. - type: BRICK
  637. meta:
  638. ==: ItemMeta
  639. meta-type: UNSPECIFIC
  640. display-name: Protection Wall
  641. - price:
  642. - type: IRON_INGOT
  643. amount: 7
  644. reward:
  645. - type: SULPHUR
  646. meta:
  647. ==: ItemMeta
  648. meta-type: UNSPECIFIC
  649. display-name: §7Warp Powder
  650. - price:
  651. - type: IRON_INGOT
  652. amount: 2
  653. reward:
  654. - type: COMPASS
  655. - price:
  656. - type: GOLD_INGOT
  657. amount: 13
  658. reward:
  659. - type: ENDER_PEARL
  660. - price:
  661. - type: CLAY_BRICK
  662. amount: 7
  663. reward:
  664. - type: STICK
  665. meta:
  666. ==: ItemMeta
  667. meta-type: UNSPECIFIC
  668. display-name: §DMega stick
  669. enchants:
  670. KNOCKBACK: 3
  671. - price:
  672. - type: GOLD_INGOT
  673. amount: 13
  674. reward:
  675. - type: DIAMOND_SWORD
  676. meta:
  677. ==: ItemMeta
  678. meta-type: UNSPECIFIC
  679. display-name: §4Super mec
  680. enchants:
  681. DAMAGE_ALL: 2
  682. FIRE_ASPECT: 1
  683. - price:
  684. - type: GOLD_INGOT
  685. amount: 15
  686. reward:
  687. - type: BOW
  688. meta:
  689. ==: ItemMeta
  690. meta-type: UNSPECIFIC
  691. display-name: §4O§9P §cBow
  692. enchants:
  693. ARROW_DAMAGE: 2
  694. ARROW_KNOCKBACK: 1
  695. ARROW_FIRE: 1
  696. ARROW_INFINITE: 1
  697. - price:
  698. - type: GOLD_INGOT
  699. amount: 9
  700. reward:
  701. - type: DIAMOND_PICKAXE
  702. meta:
  703. ==: ItemMeta
  704. meta-type: UNSPECIFIC
  705. display-name: §5Special pickaxe
  706. enchants:
  707. DIG_SPEED: 2
  708. schema-version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement