Sobky

ChristmasScavengerHunt - GUI.yml - Patch (1.13.X)

Nov 5th, 2023 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.10 KB | Gaming | 0 0
  1. HotBar:
  2.   SETTING_UP:
  3.     Place:
  4.       Material: "NETHER_STAR"
  5.     SaveLocation:
  6.       Material: "STONE_PRESSURE_PLATE"
  7.     ChristmasPresentDuplicate:
  8.       Material: "BLAZE_ROD"
  9.     ChristmasPresentList:
  10.       Material: "PLAYER_HEAD"
  11.     RewardRepository:
  12.       Material: "CHEST"
  13.     Requirement:
  14.       Mandatory:
  15.         Material: "REDSTONE"
  16.       Optional:
  17.         Material: "GUNPOWDER"
  18.     Exit:
  19.       Material: "OAK_DOOR"
  20. GUI:
  21.   Album:
  22.     ChristmasPresentAlbumGUI:
  23.       Item:
  24.         Status:
  25.           NOT_FOUND:
  26.             Material: "PLAYER_HEAD"
  27.   CustomValue:
  28.     ChristmasPresentRarity:
  29.       NONE:
  30.         Material: "GRAY_CONCRETE"
  31.         ItemFlagList:
  32.          - HIDE_ENCHANTS
  33.       COMMON:
  34.         Material: "IRON_INGOT"
  35.         ItemFlagList:
  36.          - HIDE_ENCHANTS
  37.       EPIC:
  38.         Material: "GOLD_INGOT"
  39.         ItemFlagList:
  40.          - HIDE_ENCHANTS
  41.       LEGENDARY:
  42.         Material: "DIAMOND"
  43.         ItemFlagList:
  44.          - HIDE_ENCHANTS
  45.   Settings:
  46.     Base:
  47.       SettingsGUI:
  48.         Item:
  49.           Button:
  50.             Option:
  51.               Material: "FIRE_CHARGE"
  52.             ChristmasPresentRepository:
  53.               Material: "PLAYER_HEAD"
  54.             RewardRepository:
  55.               Material: "CHEST"
  56.     Option:
  57.       OptionGUI:
  58.         Item:
  59.           Button:
  60.             Sound:
  61.               Material: "NOTE_BLOCK"
  62.               Slot: 2
  63.             Visual:
  64.               Material: "ENDER_PEARL"
  65.               Slot: 6
  66.       OptionSection:
  67.         OptionSoundGUI:
  68.           Item:
  69.             Button:
  70.               Claim:
  71.                 Material: "NOTE_BLOCK"
  72.               Hint:
  73.                 Material: "NOTE_BLOCK"
  74.               EnterZone:
  75.                 Material: "NOTE_BLOCK"
  76.         OptionVisualGUI:
  77.           Item:
  78.             Button:
  79.               BossBar:
  80.                 Material: "DRAGON_HEAD"
  81.         Visual:
  82.           BossBarGUI:
  83.             Item:
  84.               Button:
  85.                 Activity:
  86.                   Material: "LEVER"
  87.                 Color:
  88.                   Material: "PAINTING"
  89.                 Style:
  90.                   Material: "BLAZE_ROD"
  91.     ChristmasPresentRepository:
  92.       ChristmasPresentGUI:
  93.         Item:
  94.           Button:
  95.             Name:
  96.               Material: "NAME_TAG"
  97.             Description:
  98.               Material: "SIGN"
  99.             Hint:
  100.               Material: "COMPASS"
  101.             Rarity:
  102.               Material: "DIAMOND"
  103.             Reward:
  104.               Material: "CHEST"
  105.             Icon:
  106.               Material: "BLACK_BANNER"
  107.             Condition:
  108.               Material: "HOPPER"
  109.             Requirement:
  110.               Material: "LIGHT_WEIGHTED_PRESSURE_PLATE"
  111.             VisibilityZone:
  112.               Material: "BEACON"
  113.             Particle:
  114.               Material: "GLOWSTONE_DUST"
  115.             Grinch:
  116.               Material: "SLIME_BLOCK"
  117.       ChristmasPresentSection:
  118.         RewardGUI:
  119.           Item:
  120.             Button:
  121.               RewardChoiceType:
  122.                 Material: "DISPENSER"
  123.               RewardList:
  124.                 Material: "CHEST"
  125.         ConditionGUI:
  126.           Item:
  127.             Button:
  128.               DateTimeRange:
  129.                 Activity:
  130.                   Material: "LEVER"
  131.                 Start:
  132.                   Material: "SLIME_BALL"
  133.                 End:
  134.                   Material: "MAGMA_CREAM"
  135.         RequirementGUI:
  136.           Item:
  137.             Button:
  138.               CollectedPresent:
  139.                 Key:
  140.                   Material: "PLAYER_HEAD"
  141.                 Count:
  142.                   Material: "CHEST_MINECART"
  143.                 RarityCount:
  144.                   Material: "HOPPER_MINECART"
  145.     Component:
  146.       ListGUI:
  147.         Item:
  148.           Button:
  149.             ChristmasPresentHintLine:
  150.               Material: "PAPER"
  151.       ChoiceGUI:
  152.         Item:
  153.           Button:
  154.             RewardChoiceType:
  155.               NONE:
  156.                 Material: "GLASS_BOTTLE"
  157.               QUICK__ALL:
  158.                 Material: "ENDER_CHEST"
  159.               QUICK__CHANCE:
  160.                 Material: "WHEAT_SEEDS"
Add Comment
Please, Sign In to add comment