Sobky

EggHunt - GUI.yml (1.13.X)

Mar 2nd, 2023 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.43 KB | Gaming | 0 0
  1. HotBar:
  2.   SETTING_UP:
  3.     Place:
  4.       Material: "NETHER_STAR"
  5.       Slot: 0
  6.     SaveLocation:
  7.       Material: "ZOMBIE_SPAWN_EGG"
  8.       Slot: 1
  9.     EasterEggList:
  10.       Material: "OCELOT_SPAWN_EGG"
  11.       Slot: 2
  12.     RewardRepository:
  13.       Material: "CHEST"
  14.       Slot: 4
  15.     Requirement:
  16.       Mandatory:
  17.         Material: "REDSTONE"
  18.         Slot: 6
  19.       Optional:
  20.         Material: "GUNPOWDER"
  21.         Slot: 6
  22.     Exit:
  23.       Material: "OAK_DOOR"
  24.       Slot: 8
  25. GUI:
  26.   Common:
  27.     Item:
  28.       Action:
  29.         Material: "REDSTONE"
  30.       Add:
  31.         Material: "GLOWSTONE_DUST"
  32.       Info:
  33.         Material: "BOOK"
  34.   Album:
  35.     EasterEggAlbumGUI:
  36.       Item:
  37.         Status:
  38.           NOT_FOUND:
  39.             Material: "SKELETON_SPAWN_EGG"
  40.             ItemFlags:
  41.              - HIDE_ENCHANTS
  42.               - HIDE_ATTRIBUTES
  43.   CustomValue:
  44.     EasterEggRarity:
  45.       NONE:
  46.         Material: "GRAY_CONCRETE"
  47.         ItemFlags:
  48.          - HIDE_ENCHANTS
  49.       COMMON:
  50.         Material: "IRON_INGOT"
  51.         ItemFlags:
  52.          - HIDE_ENCHANTS
  53.       EPIC:
  54.         Material: "GOLD_INGOT"
  55.         ItemFlags:
  56.          - HIDE_ENCHANTS
  57.       LEGENDARY:
  58.         Material: "DIAMOND"
  59.         ItemFlags:
  60.          - HIDE_ENCHANTS
  61.   Settings:
  62.     Base:
  63.       SettingsGUI:
  64.         Item:
  65.           Button:
  66.             Option:
  67.               Material: "FIRE_CHARGE"
  68.               Slot: 2
  69.             EasterEggRepository:
  70.               Material: "OCELOT_SPAWN_EGG"
  71.               Slot: 4
  72.             RewardRepository:
  73.               Material: "CHEST"
  74.               Slot: 6
  75.     Option:
  76.       OptionGUI:
  77.         Item:
  78.           Button:
  79.             Sound:
  80.               Material: "NOTE_BLOCK"
  81.               Slot: 4
  82.       OptionSection:
  83.         OptionSoundGUI:
  84.           Item:
  85.             Button:
  86.               Claim:
  87.                 Material: "NOTE_BLOCK"
  88.                 Slot: 2
  89.               Hint:
  90.                 Material: "NOTE_BLOCK"
  91.                 Slot: 4
  92.               EnterZone:
  93.                 Material: "NOTE_BLOCK"
  94.                 Slot: 6
  95.     EasterEggRepository:
  96.       EasterEggGUI:
  97.         Item:
  98.           Button:
  99.             Name:
  100.               Material: "NAME_TAG"
  101.               Slot: 11
  102.             Description:
  103.               Material: "SIGN"
  104.               Slot: 13
  105.             Hint:
  106.               Material: "COMPASS"
  107.               Slot: 15
  108.             Rarity:
  109.               Material: "DIAMOND"
  110.               Slot: 1
  111.             Reward:
  112.               Material: "CHEST"
  113.               Slot: 7
  114.             Icon:
  115.               Material: "BLACK_BANNER"
  116.               Slot: 3
  117.             Condition:
  118.               Material: "HOPPER"
  119.               Slot: 19
  120.             Requirement:
  121.               Material: "LIGHT_WEIGHTED_PRESSURE_PLATE"
  122.               Slot: 25
  123.             VisibilityZone:
  124.               Material: "BEACON"
  125.               Slot: 22
  126.             Particle:
  127.               Material: "GLOWSTONE_DUST"
  128.               Slot: 5
  129.       EasterEggSection:
  130.         RewardGUI:
  131.           Item:
  132.             Button:
  133.               RewardChoiceType:
  134.                 Material: "DISPENSER"
  135.                 Slot: 2
  136.               RewardList:
  137.                 Material: "CHEST"
  138.                 Slot: 6
  139.         IconGUI:
  140.           Item:
  141.             Button:
  142.               Icon:
  143.                 Material: "BLACK_BANNER"
  144.                 Slot: 2
  145.               Enchantment:
  146.                 Material: "ENCHANTING_TABLE"
  147.                 Slot: 6
  148.         ConditionGUI:
  149.           Item:
  150.             Button:
  151.               DateTimeRange:
  152.                 Activity:
  153.                   Material: "LEVER"
  154.                   Slot: 2
  155.                 Start:
  156.                   Material: "SLIME_BALL"
  157.                   Slot: 5
  158.                 End:
  159.                   Material: "MAGMA_CREAM"
  160.                   Slot: 6
  161.         RequirementGUI:
  162.           Item:
  163.             Button:
  164.               CollectedEgg:
  165.                 Key:
  166.                   Material: "OCELOT_SPAWN_EGG"
  167.                   Slot: 2
  168.                 Count:
  169.                   Material: "CHEST_MINECART"
  170.                   Slot: 4
  171.                 RarityCount:
  172.                   Material: "HOPPER_MINECART"
  173.                   Slot: 6
  174.         ParticleGUI:
  175.           Item:
  176.             Button:
  177.               Activity:
  178.                 Material: "LEVER"
  179.                 Slot: 2
  180.               TickDelay:
  181.                 Material: "CLOCK"
  182.                 Slot: 4
  183.               Data:
  184.                 Material: "BOOK"
  185.                 Slot: 6
  186.         ParticleDataGUI:
  187.           Item:
  188.             Button:
  189.               Effect:
  190.                 Material: "GLOWSTONE_DUST"
  191.                 Slot: 0
  192.               Amount:
  193.                 Material: "WHEAT_SEEDS"
  194.                 Slot: 2
  195.               Offset:
  196.                 Material: "COMPASS"
  197.                 Slot: 4
  198.               Color:
  199.                 Material: "REDSTONE"
  200.                 Slot: 6
  201.               Speed:
  202.                 Material: "RABBIT_FOOT"
  203.                 Slot: 8
  204.         ParticleDataOffsetGUI:
  205.           Item:
  206.             Button:
  207.               X:
  208.                 Material: "COMPASS"
  209.                 Slot: 2
  210.               Y:
  211.                 Material: "COMPASS"
  212.                 Slot: 4
  213.               Z:
  214.                 Material: "COMPASS"
  215.                 Slot: 6
  216.     Component:
  217.       ListGUI:
  218.         Item:
  219.           Button:
  220.             EasterEggHintLine:
  221.               Material: "PAPER"
Add Comment
Please, Sign In to add comment