Sobky

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

Mar 2nd, 2023 (edited)
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.06 KB | Gaming | 0 0
  1. HotBar:
  2.   SETTING_UP:
  3.     Place:
  4.       Material: "NETHER_STAR"
  5.     SaveLocation:
  6.       Material: "STONE_PRESSURE_PLATE"
  7.     EasterEggDuplicate:
  8.       Material: "BLAZE_ROD"
  9.     EasterEggList:
  10.       Material: "OCELOT_SPAWN_EGG"
  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.     EasterEggAlbumGUI:
  23.       Item:
  24.         Status:
  25.           NOT_FOUND:
  26.             Material: "SKELETON_SPAWN_EGG"
  27.   CustomValue:
  28.     EasterEggRarity:
  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.             EasterEggRepository:
  53.               Material: "OCELOT_SPAWN_EGG"
  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.     EasterEggRepository:
  92.       EasterEggGUI:
  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.       EasterEggSection:
  116.         RewardGUI:
  117.           Item:
  118.             Button:
  119.               RewardChoiceType:
  120.                 Material: "DISPENSER"
  121.               RewardList:
  122.                 Material: "CHEST"
  123.         ConditionGUI:
  124.           Item:
  125.             Button:
  126.               DateTimeRange:
  127.                 Activity:
  128.                   Material: "LEVER"
  129.                 Start:
  130.                   Material: "SLIME_BALL"
  131.                 End:
  132.                   Material: "MAGMA_CREAM"
  133.         RequirementGUI:
  134.           Item:
  135.             Button:
  136.               CollectedEgg:
  137.                 Key:
  138.                   Material: "OCELOT_SPAWN_EGG"
  139.                 Count:
  140.                   Material: "CHEST_MINECART"
  141.                 RarityCount:
  142.                   Material: "HOPPER_MINECART"
  143.               PlayTime:
  144.                 Material: "CLOCK"
  145.     Component:
  146.       ListGUI:
  147.         Item:
  148.           Button:
  149.             EasterEggHintLine:
  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