Advertisement
Guest User

servers.yml

a guest
Dec 16th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.64 KB | None | 0 0
  1. SW:
  2.   start: 1
  3.   amount: 2
  4.   firework: true
  5.   gamelobbyes: true
  6.   maps:
  7.     1: 'Castle'
  8.     2: 'DreamLand'
  9.   lore:
  10.     EN:
  11.      - ' '
  12.       - '&cMap: &c{map}'
  13.       - '&cOnline: &c{online}&7/&c{max}'
  14.       - ' '
  15.     RU:
  16.      - ' '
  17.       - '&cКарта: &c{map}'
  18.       - '&cОнлайн: &c{online}&7/&c{max}'
  19.       - ' '
  20. hub:
  21.   start: 1
  22.   amount: 2
  23.   firework: false
  24.   gamelobbyes: true
  25.   maps:
  26.     1: 'Halloween'
  27.     2: 'Archives'
  28.   lore:
  29.     EN:
  30.      - ' '
  31.       - ' '
  32.       - '&cOnline: &c{online}&7/&c150'
  33.       - ' '
  34.     RU:
  35.      - ' '
  36.       - ' '
  37.       - '&cОнлайн: &c{online}&7/&c150'
  38.       - ' '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement