Sobky

Voting - GUI.yml - Patch (1.8.8 - 1.12.X)

Mar 1st, 2021 (edited)
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.18 KB | None | 0 0
  1. GUI:
  2.   Base:
  3.     VotingUnitGUI:
  4.       Item:
  5.         Unit:
  6.           DAY:
  7.             Material: "WATCH"
  8.             MaterialData: 0
  9.           NIGHT:
  10.             Material: "BED"
  11.             MaterialData: 0
  12.           SUN:
  13.             Material: "DOUBLE_PLANT"
  14.             MaterialData: 0
  15.           RAIN:
  16.             Material: "WATER_LILY"
  17.             MaterialData: 0
  18.           STORM:
  19.             Material: "BLAZE_POWDER"
  20.             MaterialData: 0
  21.     VotingVoteGUI:
  22.       Item:
  23.         Button:
  24.           Agree:
  25.             Material: "STAINED_CLAY"
  26.             MaterialData: 5
  27.           Disagree:
  28.             Material: "STAINED_CLAY"
  29.             MaterialData: 14
  30.         Base:
  31.           Delimiter:
  32.             Material: "STAINED_GLASS_PANE"
  33.             MaterialData: 15
  34.           Lock:
  35.             Material: "STAINED_GLASS_PANE"
  36.             MaterialData: 15
  37.           Info:
  38.             Material: "GLOWSTONE_DUST"
  39.             MaterialData: 0
  40.     VotingConfirmationGUI:
  41.       Item:
  42.         Button:
  43.           Confirm:
  44.             Material: "STAINED_CLAY"
  45.             MaterialData: 5
  46.           Deny:
  47.             Material: "STAINED_CLAY"
  48.             MaterialData: 14
Add Comment
Please, Sign In to add comment