Advertisement
xeRicker

UHCReloaded - game-board-solo.yml

Aug 10th, 2022 (edited)
1,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.28 KB | None | 0 0
  1. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  2. # ■ ░█─░█ ░█─░█ ░█▀▀█ ░█▀▀█ ░█▀▀▀ ░█─── ░█▀▀▀█ ─█▀▀█ ░█▀▀▄ ░█▀▀▀ ░█▀▀▄             ■
  3. # ■ ░█─░█ ░█▀▀█ ░█─── ░█▄▄▀ ░█▀▀▀ ░█─── ░█──░█ ░█▄▄█ ░█─░█ ░█▀▀▀ ░█─░█             ■
  4. # ■ ─▀▄▄▀ ░█─░█ ░█▄▄█ ░█─░█ ░█▄▄▄ ░█▄▄█ ░█▄▄▄█ ░█─░█ ░█▄▄▀ ░█▄▄▄ ░█▄▄▀ BY XERICKER ■
  5. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  6.  
  7. board-settings:
  8.   board-title: "&e&lUHCRELOADED"
  9.   board-refresh-rate: 20
  10.  
  11. placeholder-settings:
  12.   event-placeholders:
  13.     grace-period: "&c⚔&rGrace Period"
  14.     deathmatch: "&c⚔&rDeathmatch"
  15.     poison-cloud: "&2☠&rPoison Cloud"
  16.     game-end: "&c⚠&rGame End"
  17.   win-placeholders:
  18.     winner: "&a{WINNER}"
  19.     none: "&7None"
  20.  
  21. game-board:
  22.  - ""
  23.   - "{NEXT_EVENT}"
  24.   - "in &a{NEXT_TIME}"
  25.   - ""
  26.   - "Players"
  27.   - "&a{PLAYERS_LEFT}&7/{MAX_PLAYERS}"
  28.   - ""
  29.   - "Kills: &a{GAME_STATISTIC_KILLS}"
  30.   - ""
  31.   - "World Border"
  32.   - "&a-{WORLD_BORDER_SIZE}, +{WORLD_BORDER_SIZE}"
  33.  
  34. deathmatch-board:
  35.  - ""
  36.   - "{NEXT_EVENT}"
  37.   - "in &a{NEXT_TIME}"
  38.   - ""
  39.   - "Players"
  40.   - "&a{PLAYERS_LEFT}&7/{MAX_PLAYERS}"
  41.   - ""
  42.   - "Kills: &a{GAME_STATISTIC_KILLS}"
  43.   - ""
  44.   - "World Border"
  45.   - "&a-{WORLD_BORDER_SIZE}, +{WORLD_BORDER_SIZE}"
  46.  
  47. spectator-board:
  48.  - ""
  49.   - "{NEXT_EVENT}"
  50.   - "in &a{NEXT_TIME}"
  51.   - ""
  52.   - "Players"
  53.   - "&a{PLAYERS_LEFT}&7/{MAX_PLAYERS}"
  54.   - ""
  55.   - "Spectators: &a{SPECTATORS_WATCHING}"
  56.   - ""
  57.   - "World Border"
  58.   - "&a-{WORLD_BORDER_SIZE}, +{WORLD_BORDER_SIZE}"
  59.  
  60. end-board:
  61.  - ""
  62.   - "Winners"
  63.   - "&a{WIN_PLACEHOLDER}"
  64.   - ""
  65.   - "&7Thanks for playing!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement