Advertisement
Marcely99

MBedwars Cosmetics: default_bed_destroys.yml

Aug 17th, 2022
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.10 KB | None | 0 0
  1. id: bed_destroys
  2.  
  3. items:
  4.   bd_none:
  5.     name: "%Cosmetics_Item_None_Name%"
  6.     description: "%Cosmetics_Item_None_BedDestroys_Description%"
  7.     icon: "barrier"
  8.     category: animation-bed-destroy
  9.     behaviour: unset-active
  10.  
  11.   bd_random:
  12.     name: "%Cosmetics_Item_Random_Name%"
  13.     description: "%Cosmetics_Item_RandomBedDestroy_Description%"
  14.     icon: "ender_chest"
  15.     category: animation-bed-destroy
  16.     behaviour: play-random
  17.    
  18.   bd_squid_missle:
  19.     name: "%Cosmetics_Item_SquidMissile_Name%"
  20.     description: "%Cosmetics_Item_SquidMissile_BedDestroy_Description%"
  21.     icon: "monster_egg:squid"
  22.     category: animation-bed-destroy
  23.     animation: squid_missle
  24.     rarity: common
  25.     currency: coins
  26.     price: 5000
  27.    
  28.   bd_firework:
  29.     name: "%Cosmetics_Item_Firework_Name%"
  30.     description: "%Cosmetics_Item_Firework_BedDestroy_Description%"
  31.     icon: "firework"
  32.     category: animation-bed-destroy
  33.     animation: firework
  34.     rarity: common
  35.     currency: coins
  36.     price: 5000
  37.    
  38.   bd_lightning_strike:
  39.     name: "%Cosmetics_Item_LightningStrike_Name%"
  40.     description: "%Cosmetics_Item_LightningStrike_BedDestroy_Description%"
  41.     icon: "glass"
  42.     category: animation-bed-destroy
  43.     animation: lightning_strike
  44.     rarity: common
  45.     currency: coins
  46.     price: 5000
  47.    
  48.   bd_ghost:
  49.     name: "%Cosmetics_Item_Ghost_Name%"
  50.     icon: "skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhkMjE4MzY0MDIxOGFiMzMwYWM1NmQyYWFiN2UyOWE5NzkwYTU0NWY2OTE2MTllMzg1NzhlYTRhNjlhZTBiNiJ9fX0="
  51.     category: animation-bed-destroy
  52.     animation: ghosts
  53.     rarity: common
  54.     currency: coins
  55.     price: 5000
  56.    
  57.   bd_lava_explosion:
  58.     name: "%Cosmetics_Item_LavaExplosion_Name%"
  59.     icon: "lava_bucket"
  60.     category: animation-bed-destroy
  61.     animation: lava_explosion
  62.     rarity: rare
  63.     currency: coins
  64.     price: 10000
  65.    
  66.   bd_pig_missile:
  67.     name: "%Cosmetics_Item_PigMissile_Name%"
  68.     description: "%Cosmetics_Item_PigMissile_Description%"
  69.     icon: "carrot_stick"
  70.     category: animation-bed-destroy
  71.     animation: pig_rocket
  72.     rarity: rare
  73.     currency: coins
  74.     price: 30000
  75.  
  76.   bd_tornado:
  77.     name: "%Cosmetics_Item_Tornado_Name%"
  78.     description: "%Cosmetics_Item_Tornado_BedDestroy_Description%"
  79.     icon: "string"
  80.     category: animation-bed-destroy
  81.     animation: "tornado"
  82.     rarity: epic
  83.     currency: coins
  84.     price: 25000
  85.    
  86.   bd_thief:
  87.     name: "%Cosmetics_Item_Thief_Name%"
  88.     icon: "ender_pearl"
  89.     category: animation-bed-destroy
  90.     animation: bed_thief
  91.     rarity: epic
  92.     currency: coins
  93.     price: 25000
  94.    
  95.   bd_pumpkin_explosion:
  96.     name: "%Cosmetics_Item_PumpkinExplosion_Name%"
  97.     icon: "pumpkin"
  98.     category: animation-bed-destroy
  99.     animation: pumpkin_explosion_huge
  100.     rarity: epic
  101.     currency: coins
  102.     price: 25000
  103.    
  104.   bd_gift_explosion:
  105.     name: "%Cosmetics_Item_PresentExplosion_Name%"
  106.     icon: "skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFjYjNjMWUxYjM0Zjg3MzRhZWRmYWJkMWUxZjVlMGIyODBiZWY5MjRmYjhiYmYzZTY5MmQyNTM4MjY2ZjQifX19"
  107.     category: animation-bed-destroy
  108.     animation: "gift_explosion"
  109.     rarity: epic
  110.     currency: coins
  111.     price: 25000
  112.    
  113.   bd_egg_explosion:
  114.     name: "%Cosmetics_Item_Eggsplosion_Name%"
  115.     icon: "egg"
  116.     category: animation-bed-destroy
  117.     animation: egg_explosion
  118.     rarity: epic
  119.     currency: coins
  120.     price: 25000
  121.    
  122.   bd_blizzard:
  123.     name: "%Cosmetics_Item_Blizzard_Name%"
  124.     icon: "snowball"
  125.     category: animation-bed-destroy
  126.     animation: blizzard
  127.     rarity: epic
  128.     currency: coins
  129.     price: 25000
  130.    
  131.   bd_bed_bugs:
  132.     name: "%Cosmetics_Item_BedBugs_Name%"
  133.     description: "%Cosmetics_Item_BedBugs_Description%"
  134.     icon: "monster_egg:60"
  135.     category: animation-bed-destroy
  136.     animation: bed_bugs
  137.     rarity: legendary
  138.     currency: coins
  139.     price: 100000
  140.    
  141.   bd_pig_explosion:
  142.     name: "%Cosmetics_Item_Pigsplosion_Name%"
  143.     description: "%Cosmetics_Item_Pigsplosion_Description%"
  144.     icon: "monster_egg:90"
  145.     category: animation-bed-destroy
  146.     animation: pig_explosion
  147.     rarity: legendary
  148.     currency: coins
  149.     price: 200000
  150.    
  151.   bd_lady_bug:
  152.     name: "%Cosmetics_Item_LadyBug_Name%"
  153.     icon: "skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBmNDI4OGFlMDhhMzhkMmFiOWNmMzQzMTQxNjQ3ZTRmM2JlMTZjNWE5MjdlNzIyNGEzYjFkZWNhY2ZmMjU5In19fQ=="
  154.     category: animation-bed-destroy
  155.     animation: lady_bug
  156.     rarity: legendary
  157.     currency: coins
  158.     price: 300000
  159.  
  160.  
  161. gui:
  162.   type: CHEST
  163.   title: "%Cosmetics_Shop_Page_BedDestroys_Plural%"
  164.   height: 6
  165.  
  166. elements:
  167.   - type: changeshop-button
  168.     item: >
  169.        ARROW {
  170.             DisplayName:"&a%Cosmetics_Shop_GoBack%",
  171.             Lore:[
  172.                 "&7%Cosmetics_Shop_ToMyCosmetics%"
  173.             ]
  174.         }
  175.     x: 4
  176.     y: 5
  177.     shop-id: main
  178.   - type: items-collection
  179.     area:
  180.        distribution-x: left
  181.        distribution-y: top
  182.        x1: 1
  183.        y1: 1
  184.        x2: 7
  185.        y2: 3
  186.     prev-page-button:
  187.        item: >
  188.           ARROW {
  189.                DisplayName:"&a%Cosmetics_Shop_PrevPage%",
  190.                Lore:[
  191.                    "&7%Cosmetics_Shop_GoToPage%"
  192.                ]
  193.            }
  194.        x: 0
  195.        y: 5
  196.     next-page-button:
  197.        item: >
  198.           ARROW {
  199.                DisplayName:"&a%Cosmetics_Shop_NextPage%",
  200.                Lore:[
  201.                    "&7%Cosmetics_Shop_GoToPage%"
  202.                ]
  203.            }
  204.        x: 8
  205.        y: 5
  206.     word-wrap-threshold: 26
  207.     default-description: "%Cosmetics_Item_DefDescription_BedDestroys%"
  208.     name-buyable: "&c{name}"
  209.     name-bought: "&a{name}"
  210.     name-active: "&a{name}"
  211.     lore:
  212.     - "&8%Cosmetics_Shop_Page_BedDestroys_Singular%"
  213.      - ""
  214.      - "&7{description}"
  215.      - "{rarity}"
  216.      - "{cost}"
  217.      - ""
  218.      - "{action}"
  219.     placeholder-rarity-replacement:
  220.      - ""
  221.       - "&7%Cosmetics_Shop_Rarity%: {name}"
  222.     placeholder-cost-replacement:
  223.      - "&7%Cosmetics_Shop_Cost%: &6{amount}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement