Advertisement
defaultuser0

config.yml for bug report

Jun 11th, 2021
1,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.65 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: 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. spawn-ressources-in-chest: true
  40. lobbytime: 60
  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: 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: false
  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: 10
  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: false
  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: *****
  122.   port: ******
  123.   db: ****
  124.   user: ****
  125.   password: *****
  126.   table-prefix: *****
  127. spectation-enabled: true
  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: 1000
  164.     spread: 1.0
  165.   iron:
  166.     item:
  167.     - type: IRON_INGOT
  168.       amount: 2
  169.       meta:
  170.         ==: ItemMeta
  171.         meta-type: UNSPECIFIC
  172.         display-name: §7Iron Ingot
  173.     spawn-interval: 4000
  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: §eGold Ingot
  183.     spawn-interval: 10000
  184.     spread: 1.0
  185.   diamond:
  186.     item:
  187.     - type: DIAMOND
  188.       amount: 1
  189.       meta:
  190.         ==: ItemMeta
  191.         meta-type: UNSPECIFIC
  192.         display-name: §9Diamond
  193.     spawn-interval: 70000
  194.     spread: 1.0
  195.   emerald:
  196.     item:
  197.     - type: EMERALD
  198.       amount: 1
  199.       meta:
  200.         ==: ItemMeta
  201.         meta-type: UNSPECIFIC
  202.         display-name: §aEmerald
  203.     spawn-interval: 120000
  204.     spread: 1.0
  205. check-updates: true
  206. update-infos: true
  207. rewards:
  208.   enabled: false
  209.   player-win:
  210.  - /example {player} 200
  211.   player-end-game:
  212.  - /example {player} {score}
  213.   player-destroy-bed:
  214.  - /example {player} {score}
  215.   player-kill:
  216.  - /example {player} 10
  217. specials:
  218.   rescue-platform:
  219.     break-time: 10
  220.     using-wait-time: 20
  221.     item: BLAZE_ROD
  222.     can-break: false
  223.     block: BLAZE_ROD
  224.   protection-wall:
  225.     break-time: 0
  226.     wait-time: 20
  227.     can-break: true
  228.     item: BRICK
  229.     block: SANDSTONE
  230.     width: 4
  231.     height: 4
  232.     distance: 2
  233.   magnetshoe:
  234.     probability: 75
  235.     boots: IRON_BOOTS
  236.   warp-powder:
  237.     show-particles: true
  238.     particle: fireworksSpark
  239.     teleport-time: 6
  240.   trap:
  241.     play-sound: true
  242.     effects:
  243.     - ==: PotionEffect
  244.       effect: 15
  245.       duration: 100
  246.       amplifier: 2
  247.       ambient: true
  248.       has-particles: true
  249.     - ==: PotionEffect
  250.       effect: 18
  251.       duration: 100
  252.       amplifier: 2
  253.       ambient: true
  254.       has-particles: true
  255.     - ==: PotionEffect
  256.       effect: 2
  257.       duration: 100
  258.       amplifier: 2
  259.       ambient: true
  260.       has-particles: true
  261.   tntsheep:
  262.     fuse-time: 8.0
  263.     speed: 0.4
  264.     explosion-factor: 1.0
  265.   arrow-blocker:
  266.     protection-time: 10
  267.     using-wait-time: 30
  268.     item: ender_eye
  269.   itsatrap:
  270.     play-sound: true
  271.     effects:
  272.     - ==: PotionEffect
  273.       effect: 15
  274.       duration: 100
  275.       amplifier: 2
  276.       ambient: true
  277.       has-particles: true
  278.     - ==: PotionEffect
  279.       effect: 2
  280.       duration: 100
  281.       amplifier: 2
  282.       ambient: true
  283.       has-particles: true
  284.   mftrap:
  285.     play-sound: true
  286.     effects:
  287.     - ==: PotionEffect
  288.       effect: 4
  289.       duration: 160
  290.       amplifier: 2
  291.       ambient: true
  292.       has-particles: true
  293. sign:
  294.   first-line: $title$
  295.   second-line: $regionname$
  296.   third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  297.   fourth-line: $status$
  298. player-settings:
  299.   one-stack-on-shift: false
  300.   old-shop-as-default: false
  301. lobbytime-full: 15
  302. hearts-in-halfs: true
  303. spawn-resources-in-chest: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement