Advertisement
Guest User

Untitled

a guest
Jan 19th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. - none
  51. jointeam-entity:
  52.   show-name: true
  53. lobby-scoreboard:
  54.   enabled: true
  55.   title: '&eBEDWARS'
  56.   content:
  57.   - ' '
  58.   - '&fMap: &2$regionname$'
  59.   - '&fPlayers: &2$players$&f/&2$maxplayers$'
  60.   - ' '
  61.   - '&fWaiting ...'
  62.   - ' '
  63. scoreboard:
  64.   format-bed-destroyed: '&c$status$ $team$'
  65.   format-bed-alive: '&a$status$ $team$'
  66.   format-title: '&e$region$&f - $time$'
  67. titles:
  68.   win:
  69.     enabled: true
  70.     title-fade-in: 1.5
  71.     title-stay: 5.0
  72.     title-fade-out: 2.0
  73.     subtitle-fade-in: 1.5
  74.     subtitle-stay: 5.0
  75.     subtitle-fade-out: 2.0
  76.   map:
  77.     enabled: false
  78.     title-fade-in: 1.5
  79.     title-stay: 2.0
  80.     title-fade-out: 1.5
  81.     subtitle-fade-in: 1.5
  82.     subtitle-stay: 2.0
  83.     subtitle-fade-out: 1.5
  84.   countdown:
  85.     enabled: true
  86.     format: '&3{countdown}'
  87. explodes:
  88.   destroy-worldblocks: false
  89.   destroy-beds: false
  90.   drop-blocking: false
  91. lobbycountdown-rule: 2
  92. friendlyfire: false
  93. friendlybreak: true
  94. gameoverdelay: 10
  95. chat-to-all-prefix: '@'
  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. database:
  111.   host: localhost
  112.   port: 3306
  113.   db: database
  114.   user: root
  115.   password: secret
  116.   connection-pooling:
  117.     min-pool-size: 3
  118.     max-pool-size: 50
  119. spectation-enabled: false
  120. respawn-protection: 0
  121. allowed-commands:
  122. - /help
  123. endgame:
  124.   mainlobby-enabled: false
  125.   all-players-to-mainlobby: false
  126. bungeecord:
  127.   enabled: false
  128.   hubserver: hub
  129.   spigot-restart: true
  130.   motds:
  131.     lobby: '&a[Lobby]'
  132.     running: '&1[Running]'
  133.     stopped: '&c[Stopped]'
  134.     full: '&c[Full]'
  135. locale: en
  136. ressource:
  137.   bronze:
  138.     item: CLAY_BRICK
  139.     spawn-interval: 1000
  140.     amount: 1
  141.     spread: 1.0
  142.     name: '&4Bronze'
  143.   iron:
  144.     item: IRON_INGOT
  145.     spawn-interval: 10000
  146.     amount: 1
  147.     spread: 1.0
  148.     name: '&7Iron'
  149.   gold:
  150.     item: GOLD_INGOT
  151.     spawn-interval: 20000
  152.     amount: 1
  153.     spread: 1.0
  154.     name: '&6Gold'
  155. check-updates: true
  156. update-infos: true
  157. rewards:
  158.   enabled: false
  159.   player-win:
  160.   - /example {player} 200
  161.   player-end-game:
  162.   - /example {player} {score}
  163.   player-destroy-bed:
  164.   - /example {player} {score}
  165.   player-kill:
  166.   - /example {player} 10
  167. specials:
  168.   rescue-platform:
  169.     break-time: 10
  170.     using-wait-time: 20
  171.     item: BLAZE_ROD
  172.     can-break: false
  173.     block: STAINED_GLASS
  174.   protection-wall:
  175.     break-time: 0
  176.     wait-time: 20
  177.     can-break: true
  178.     item: BRICK
  179.     block: SANDSTONE
  180.     width: 5
  181.     height: 3
  182.     distance: 2
  183.   magnetshoe:
  184.     probability: 75
  185.     boots: IRON_BOOTS
  186.   warp-powder:
  187.     show-particles: true
  188.     particle: fireworksSpark
  189.     teleport-time: 6
  190.   trap:
  191.     duration: 10
  192.     blindness:
  193.       enabled: true
  194.       amplifier: 2
  195.     slowness:
  196.       enabled: true
  197.       amplifier: 2
  198.     weakness:
  199.       enabled: true
  200.       amplifier: 2
  201.     show-particles: true
  202.     play-sound: true
  203.   tntsheep:
  204.     fuse-time: 8.0
  205.     speed: 0.4
  206. sign:
  207.   first-line: $title$
  208.   second-line: $regionname$
  209.   third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  210.   fourth-line: $status$
  211. player-settings:
  212.   one-stack-on-shift: false
  213. overwrite-display-names: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement