Guest User

BedwarsRel Issue Spitzhacken-config

a guest
Jun 8th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.09 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: ''
  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: Deine &bBedwars &rStats
  35. teamname-on-tab: false
  36. teamname-in-chat: false
  37. hearts-on-death: false
  38. die-on-void: true
  39. lobbytime: 60
  40. lobby-chatformat: '$player$: $msg$'
  41. ingame-chatformat-all: '[$all$] $player$: $msg$'
  42. ingame-chatformat: '$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: true
  51.   list:
  52.  - tnt
  53.   - 46
  54.   - 389
  55. jointeam-entity:
  56.   show-name: true
  57. lobby-scoreboard:
  58.   enabled: true
  59.   title: '&eBEDWARS'
  60.   content:
  61.  - ' '
  62.   - '&fMap: &2$regionname$'
  63.   - '&fSpieler &2$players$&f/&2$maxplayers$'
  64.   - ' '
  65.   - '&fWarten ...'
  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. lobbycountdown-rule: 2
  96. friendlyfire: false
  97. friendlybreak: true
  98. gameoverdelay: 10
  99. chat-to-all-prefix:
  100. - '@'
  101. seperate-game-chat: true
  102. seperate-spectator-chat: true
  103. statistics:
  104.   enabled: true
  105.   show-on-game-end: true
  106.   storage: yaml
  107.   bed-destroyed-kills: true
  108.   scores:
  109.     kill: 10
  110.     die: 0
  111.     win: 50
  112.     bed-destroy: 30
  113.     lose: 10
  114.     record: 100
  115. database:
  116.   host: localhost
  117.   port: 3306
  118.   db: database
  119.   user: root
  120.   password: secret
  121.   connection-pooling:
  122.     min-pool-size: 3
  123.     max-pool-size: 50
  124. spectation-enabled: true
  125. respawn-protection: 0
  126. allowed-commands:
  127. - /help
  128. endgame:
  129.   mainlobby-enabled: true
  130.   all-players-to-mainlobby: true
  131. bungeecord:
  132.   enabled: true
  133.   hubserver: lobby
  134.   endgame-in-lobby: true
  135.   full-restart: true
  136.   spigot-restart: true
  137.   motds:
  138.     lobby: '  [&aLobby&r]      $regionname$     &r$currentplayers$/$maxplayers$ '
  139.     running: '[&cIm Spiel&r]    $regionname$     &r$currentplayers$/$maxplayers$ '
  140.     stopped: ' [&cOffline&r]     $regionname$     &r$currentplayers$/$maxplayers$ '
  141.     full: '  [&cLobby&r]      $regionname$     &r$currentplayers$/$maxplayers$ '
  142. locale: de
  143. ressource:
  144.   bronze:
  145.     item: CLAY_BRICK
  146.     spawn-interval: 500
  147.     amount: 1
  148.     spread: 1.0
  149.     name: '&4Bronze'
  150.   iron:
  151.     item: IRON_INGOT
  152.     spawn-interval: 10000
  153.     amount: 1
  154.     spread: 1.0
  155.     name: '&7Iron'
  156.   gold:
  157.     item: GOLD_INGOT
  158.     spawn-interval: 20000
  159.     amount: 1
  160.     spread: 1.0
  161.     name: '&6Gold'
  162. check-updates: true
  163. update-infos: true
  164. rewards:
  165.   enabled: false
  166.   player-win:
  167.  - /example {player} 200
  168.   player-end-game:
  169.  - /example {player} {score}
  170.   player-destroy-bed:
  171.  - /example {player} {score}
  172.   player-kill:
  173.  - /example {player} 10
  174. specials:
  175.   rescue-platform:
  176.     break-time: 10
  177.     using-wait-time: 20
  178.     item: BLAZE_ROD
  179.     can-break: true
  180.     block: STAINED_GLASS
  181.   protection-wall:
  182.     break-time: 0
  183.     wait-time: 20
  184.     can-break: true
  185.     item: BRICK
  186.     block: SANDSTONE
  187.     width: 5
  188.     height: 3
  189.     distance: 2
  190.   magnetshoe:
  191.     probability: 75
  192.     boots: IRON_BOOTS
  193.   warp-powder:
  194.     show-particles: true
  195.     particle: fireworksSpark
  196.     teleport-time: 6
  197.   trap:
  198.     duration: 10
  199.     blindness:
  200.       enabled: true
  201.       amplifier: 2
  202.     slowness:
  203.       enabled: true
  204.       amplifier: 2
  205.     weakness:
  206.       enabled: true
  207.       amplifier: 2
  208.     show-particles: true
  209.     play-sound: true
  210.   tntsheep:
  211.     fuse-time: 8.0
  212.     speed: 0.4
  213.     explosion-factor: 1.0
  214. sign:
  215.   first-line: $title$
  216.   second-line: $regionname$
  217.   third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  218.   fourth-line: $status$
  219. player-settings:
  220.   one-stack-on-shift: false
  221. overwrite-display-names: true
  222. lobbytime-full: 15
  223. hearts-in-halfs: false
Add Comment
Please, Sign In to add comment