Sobky

ChristmasScavengerHunt - GUI.yml - Patch (1.8.8)

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