Sobky

ChristmasScavengerHunt - GUI.yml (1.13.X)

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