Advertisement
Guest User

Config.yml

a guest
Jul 16th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.79 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. plugin-metrics: true
  22. send-error-data: 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. spawn-ressources-in-chest: false
  40. lobbytime: 30
  41. lobby-chatformat: '$player$: $msg$'
  42. ingame-chatformat-all: '[$all$] <$team$>$player$: $msg$'
  43. ingame-chatformat: '<$team$>$player$: $msg$'
  44. game-block: BED_BLOCK
  45. store-game-records: true
  46. store-game-records-holder: true
  47. bed-sound: ENTITY_ENDERDRAGON_GROWL
  48. player-drops: false
  49. keep-inventory-on-death: false
  50. place-in-liquid: true
  51. breakable-blocks:
  52.   use-as-blacklist: false
  53.   list:
  54.  - none
  55. jointeam-entity:
  56.   show-name: true
  57. lobby-scoreboard:
  58.   enabled: true
  59.   title: '&eBEDWARS'
  60.   content:
  61.  - ' '
  62.   - '&fMap: &2$regionname$'
  63.   - '&fPlayers: &2$players$&f/&2$maxplayers$'
  64.   - ' '
  65.   - '&fWaiting ...'
  66.   - ' '
  67. scoreboard:
  68.   format-bed-destroyed: '&c$status$ $team$'
  69.   format-bed-alive: '&a$status$ $team$'
  70.   format-title: '&e$region$&f - $time$'
  71. titles:
  72.   win:
  73.     enabled: true
  74.     title-fade-in: 1.5
  75.     title-stay: 5.0
  76.     title-fade-out: 2.0
  77.     subtitle-fade-in: 1.5
  78.     subtitle-stay: 5.0
  79.     subtitle-fade-out: 2.0
  80.   map:
  81.     enabled: true
  82.     title-fade-in: 1.5
  83.     title-stay: 2.0
  84.     title-fade-out: 1.5
  85.     subtitle-fade-in: 1.5
  86.     subtitle-stay: 2.0
  87.     subtitle-fade-out: 1.5
  88.   countdown:
  89.     enabled: true
  90.     format: '&3{countdown}'
  91. explodes:
  92.   destroy-worldblocks: false
  93.   destroy-beds: false
  94.   drop-blocking: false
  95. friendlyfire: false
  96. friendlybreak: true
  97. gameoverdelay: 5
  98. use-internal-shop: true
  99. save-inventory: true
  100. show-team-in-actionbar: false
  101. chat-to-all-prefix:
  102. - '@'
  103. - '@a'
  104. - '@all'
  105. seperate-game-chat: true
  106. seperate-spectator-chat: false
  107. statistics:
  108.   enabled: true
  109.   show-on-game-end: true
  110.   storage: yaml
  111.   bed-destroyed-kills: false
  112.   scores:
  113.     kill: 10
  114.     die: 0
  115.     win: 50
  116.     bed-destroy: 25
  117.     lose: 0
  118.     record: 100
  119.   player-leave-kills: false
  120. database:
  121.   host: localhost
  122.   port: 3306
  123.   db: database
  124.   user: root
  125.   password: secret
  126.   table-prefix: bw_
  127. spectation-enabled: false
  128. respawn-protection: 0
  129. allowed-commands:
  130. - /help
  131. endgame:
  132.   mainlobby-enabled: false
  133.   all-players-to-mainlobby: false
  134. bungeecord:
  135.   enabled: false
  136.   hubserver: hub
  137.   endgame-in-lobby: true
  138.   full-restart: true
  139.   spigot-restart: true
  140.   motds:
  141.     lobby: |
  142.      $regionname$
  143.       &7[&b$currentplayers$&7/&b$maxplayers$&7]
  144.     running: |
  145.      $regionname$
  146.       &7[&b$currentplayers$&7/&b$maxplayers$&7]
  147.     stopped: |
  148.      $regionname$
  149.       &c[Stopped]
  150.     full: |
  151.      $regionname$
  152.       &7[&b$currentplayers$&7/&b$maxplayers$&7]
  153. locale: en_US
  154. resource:
  155.   bronze:
  156.     item:
  157.     - type: CLAY_BRICK
  158.       amount: 1
  159.       meta:
  160.         ==: ItemMeta
  161.         meta-type: UNSPECIFIC
  162.         display-name: ยง4Bronze
  163.     spawn-interval: 2000
  164.     spread: 1.0
  165.   iron:
  166.     item:
  167.     - type: IRON_INGOT
  168.       amount: 1
  169.       meta:
  170.         ==: ItemMeta
  171.         meta-type: UNSPECIFIC
  172.         display-name: ยง7Iron
  173.     spawn-interval: 10000
  174.     spread: 1.0
  175.   gold:
  176.     item:
  177.     - type: GOLD_INGOT
  178.       amount: 1
  179.       meta:
  180.         ==: ItemMeta
  181.         meta-type: UNSPECIFIC
  182.         display-name: ยง6Gold
  183.     spawn-interval: 15000
  184.     spread: 1.0
  185. check-updates: true
  186. update-infos: true
  187. rewards:
  188.   enabled: false
  189.   player-win:
  190.  - /example {player} 200
  191.   player-end-game:
  192.  - /example {player} {score}
  193.   player-destroy-bed:
  194.  - /example {player} {score}
  195.   player-kill:
  196.  - /example {player} 10
  197. specials:
  198.   rescue-platform:
  199.     break-time: 10
  200.     using-wait-time: 20
  201.     item: BLAZE_ROD
  202.     can-break: false
  203.     block: STAINED_GLASS
  204.   protection-wall:
  205.     break-time: 0
  206.     wait-time: 20
  207.     can-break: true
  208.     item: BRICK
  209.     block: SANDSTONE
  210.     width: 5
  211.     height: 3
  212.     distance: 2
  213.   magnetshoe:
  214.     probability: 75
  215.     boots: IRON_BOOTS
  216.   warp-powder:
  217.     show-particles: true
  218.     particle: fireworksSpark
  219.     teleport-time: 6
  220.   trap:
  221.     play-sound: true
  222.     effects:
  223.     - ==: PotionEffect
  224.       effect: 15
  225.       duration: 100
  226.       amplifier: 2
  227.       ambient: true
  228.       has-particles: true
  229.     - ==: PotionEffect
  230.       effect: 18
  231.       duration: 100
  232.       amplifier: 2
  233.       ambient: true
  234.       has-particles: true
  235.     - ==: PotionEffect
  236.       effect: 2
  237.       duration: 100
  238.       amplifier: 2
  239.       ambient: true
  240.       has-particles: true
  241.   tntsheep:
  242.     fuse-time: 8.0
  243.     speed: 0.4
  244.     explosion-factor: 1.0
  245.   arrow-blocker:
  246.     protection-time: 10
  247.     using-wait-time: 5
  248.     item: ender_eye
  249. sign:
  250.   first-line: $title$
  251.   second-line: $regionname$
  252.   third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  253.   fourth-line: $status$
  254. player-settings:
  255.   one-stack-on-shift: true
  256.   old-shop-as-default: false
  257. lobbytime-full: 30
  258. hearts-in-halfs: true
  259. spawn-resources-in-chest: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement