Sobky

Voting - GUI.yml

Nov 22nd, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.84 KB | Gaming | 0 0
  1. GUI:
  2.   Base:
  3.     VotingUnitGUI:
  4.       InventoryName:
  5.         EN: "&9&lVoting"
  6.       Item:
  7.         Unit:
  8.           DAY:
  9.             Slot: 0
  10.             HeadName:
  11.               EN: "&3&lDay time"
  12.             Lore:
  13.               EN:
  14.                - "&6\u25CF &7Click to start round!"
  15.           NIGHT:
  16.             Slot: 2
  17.             HeadName:
  18.               EN: "&2&lNight time"
  19.             Lore:
  20.               EN:
  21.                - "&6\u25CF &7Click to start round!"
  22.           SUN:
  23.             Slot: 4
  24.             HeadName:
  25.               EN: "&e&lSunny weather"
  26.             Lore:
  27.               EN:
  28.                - "&6\u25CF &7Click to start round!"
  29.           RAIN:
  30.             Slot: 6
  31.             HeadName:
  32.               EN: "&9&lRainy weather"
  33.             Lore:
  34.               EN:
  35.                - "&6\u25CF &7Click to start round!"
  36.           STORM:
  37.             Slot: 8
  38.             HeadName:
  39.               EN: "&7&lStormy weather"
  40.             Lore:
  41.               EN:
  42.                - "&6\u25CF &7Click to start round!"
  43.     VotingVoteGUI:
  44.       InventoryName:
  45.         EN: "&9&lVoting - Round"
  46.       Item:
  47.         Button:
  48.           Agree:
  49.             Slot: 7
  50.             HeadName:
  51.               EN: "&a&lAgree"
  52.             Lore:
  53.               EN:
  54.                - "&6\u25CF &a&lYes&7, I agree with this statement!"
  55.                 - ""
  56.                 - "&6\u25CF &7Click, to place a vote!"
  57.           Disagree:
  58.             Slot: 5
  59.             HeadName:
  60.               EN: "&c&lDisagree"
  61.             Lore:
  62.               EN:
  63.                - "&6\u25CF &c&lNo&7, I disagree with this statement!"
  64.                 - ""
  65.                 - "&6\u25CF &7Click, to place a vote!"
  66.         Base:
  67.           Delimiter:
  68.             Slot: 3
  69.             HeadName:
  70.               EN: " "
  71.             Lore:
  72.               EN: [ ]
  73.           Lock:
  74.             Slot: 6
  75.             HeadName:
  76.               EN: "&c&lLock"
  77.             Lore:
  78.               EN:
  79.                - "&6\u25CF &7Vote has been already placed!"
  80.           Info:
  81.             Slot: 1
  82.             Category:
  83.               Weather:
  84.                 HeadName:
  85.                   EN: "&2&lRound information"
  86.                 Lore:
  87.                   EN:
  88.                    - "&6\u25CF &7For &6\u00BB &3{state}"
  89.                     - "&6\u25CF &7World &6\u00BB &3{world}"
  90.                     - ""
  91.                     - "&6\u25CF &7Remains &6\u00BB &3{time}s"
  92.               Custom:
  93.                 KICK:
  94.                   HeadName:
  95.                     EN: "&2&lRound information"
  96.                   Lore:
  97.                     EN:
  98.                      - "&6\u25CF &7Kick &6\u00BB &3{p_player}"
  99.                       - "&6\u25CF &7Reason &6\u00BB &3{p_reason}"
  100.                       - ""
  101.                       - "&6\u25CF &7Remains &6\u00BB &3{time}s"
  102.                 EVENT:
  103.                   HeadName:
  104.                     EN: "&2&lRound information"
  105.                   Lore:
  106.                     EN:
  107.                      - "&6\u25CF &7Question &6\u00BB &3{p_question}"
  108.                       - ""
  109.                       - "&6\u25CF &7Remains &6\u00BB &3{time}s"
  110.     VotingConfirmationGUI:
  111.       InventoryName:
  112.         EN: "&9&lAre you sure?"
  113.       Item:
  114.         Button:
  115.           Confirm:
  116.             Slot: 6
  117.             HeadName:
  118.               EN: "&a&lConfirm"
  119.             Lore:
  120.               EN:
  121.                - "&6\u25CF &a&lYes&7, I want to start"
  122.                 - "&7a voting for &3{unit_name}!"
  123.                 - ""
  124.                 - "&6\u25CF &7Click to start the round!"
  125.           Deny:
  126.             Slot: 2
  127.             HeadName:
  128.               EN: "&c&lDeny"
  129.             Lore:
  130.               EN:
  131.                - "&6\u25CF &c&lNo&7, I'm taking my"
  132.                 - "&7decision back!"
  133.                 - ""
  134.                 - "&6\u25CF &7Click to cancel!"
Add Comment
Please, Sign In to add comment