Advertisement
Marcely99

MBedwars Cosmetics: default_wood_skins.yml

Mar 25th, 2024
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.68 KB | None | 0 0
  1. id: wood_skins
  2.  
  3. items:
  4.   ws_oak_planks:
  5.     name: "%Cosmetics_Item_OakPlank_Name%"
  6.     icon: "oak_planks"
  7.     is-default: true
  8.     category: shop-item-product-modifier
  9.     rarity: common
  10.     currency: coins
  11.     price: 0
  12.     product-modifiers:
  13.      - min-version: "1.8"
  14.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  15.        new-material: "WOOD"
  16.        new-durability: 0
  17.      - min-version: "1.13"
  18.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  19.        new-material: "OAK_PLANKS"
  20.  
  21.   ws_spruce_planks:
  22.     name: "%Cosmetics_Item_SprucePlank_Name%"
  23.     icon: "spruce_planks"
  24.     category: shop-item-product-modifier
  25.     rarity: rare
  26.     currency: coins
  27.     price: 1500
  28.     product-modifiers:
  29.      - min-version: "1.8"
  30.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  31.        new-material: "WOOD"
  32.        new-durability: 1
  33.      - min-version: "1.13"
  34.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  35.        new-material: "SPRUCE_PLANKS"
  36.  
  37.   ws_birch_planks:
  38.     name: "%Cosmetics_Item_BirchPlank_Name%"
  39.     icon: "birch_planks"
  40.     category: shop-item-product-modifier
  41.     rarity: rare
  42.     currency: coins
  43.     price: 1500
  44.     product-modifiers:
  45.      - min-version: "1.8"
  46.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  47.        new-material: "WOOD"
  48.        new-durability: 2
  49.      - min-version: "1.13"
  50.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  51.        new-material: "BIRCH_PLANKS"
  52.  
  53.   ws_jungle_planks:
  54.     name: "%Cosmetics_Item_JunglePlank_Name%"
  55.     icon: "jungle_planks"
  56.     category: shop-item-product-modifier
  57.     rarity: epic
  58.     currency: coins
  59.     price: 3000
  60.     product-modifiers:
  61.      - min-version: "1.8"
  62.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  63.        new-material: "WOOD"
  64.        new-durability: 3
  65.      - min-version: "1.13"
  66.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  67.        new-material: "JUNGLE_PLANKS"
  68.  
  69.   ws_acacia_planks:
  70.     name: "%Cosmetics_Item_AcaciaPlank_Name%"
  71.     icon: "spruce_planks"
  72.     category: shop-item-product-modifier
  73.     rarity: epic
  74.     currency: coins
  75.     price: 3000
  76.     product-modifiers:
  77.      - min-version: "1.8"
  78.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  79.        new-material: "WOOD"
  80.        new-durability: 4
  81.      - min-version: "1.13"
  82.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  83.        new-material: "ACACIA_PLANKS"
  84.  
  85.   ws_darkoak_planks:
  86.     name: "%Cosmetics_Item_DarkOakPlank_Name%"
  87.     icon: "dark_oak_planks"
  88.     category: shop-item-product-modifier
  89.     rarity: epic
  90.     currency: coins
  91.     price: 4000
  92.     product-modifiers:
  93.      - min-version: "1.8"
  94.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  95.        new-material: "WOOD"
  96.        new-durability: 5
  97.      - min-version: "1.13"
  98.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  99.        new-material: "DARK_OAK_PLANKS"
  100.  
  101.   ws_oak_log:
  102.     name: "%Cosmetics_Item_OakLog_Name%"
  103.     icon: "oak_log"
  104.     category: shop-item-product-modifier
  105.     rarity: legendary
  106.     currency: coins
  107.     price: 12000
  108.     product-modifiers:
  109.      - min-version: "1.8"
  110.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  111.        new-material: "LOG"
  112.        new-durability: 0
  113.      - min-version: "1.13"
  114.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  115.        new-material: "OAK_LOG"
  116.  
  117.   ws_spruce_log:
  118.     name: "%Cosmetics_Item_SpruceLog_Name%"
  119.     icon: "spruce_log"
  120.     category: shop-item-product-modifier
  121.     rarity: legendary
  122.     currency: coins
  123.     price: 15000
  124.     product-modifiers:
  125.      - min-version: "1.8"
  126.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  127.        new-material: "LOG"
  128.        new-durability: 1
  129.      - min-version: "1.13"
  130.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  131.        new-material: "SPRUCE_LOG"
  132.  
  133.   ws_birch_log:
  134.     name: "%Cosmetics_Item_BirchLog_Name%"
  135.     icon: "birch_log"
  136.     category: shop-item-product-modifier
  137.     rarity: legendary
  138.     currency: coins
  139.     price: 15000
  140.     product-modifiers:
  141.      - min-version: "1.8"
  142.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  143.        new-material: "LOG"
  144.        new-durability: 2
  145.      - min-version: "1.13"
  146.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  147.        new-material: "BIRCH_LOG"
  148.  
  149.   ws_jungle_log:
  150.     name: "%Cosmetics_Item_JungleLog_Name%"
  151.     icon: "jungle_log"
  152.     category: shop-item-product-modifier
  153.     rarity: legendary
  154.     currency: coins
  155.     price: 15000
  156.     product-modifiers:
  157.      - min-version: "1.8"
  158.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  159.        new-material: "LOG"
  160.        new-durability: 3
  161.      - min-version: "1.13"
  162.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  163.        new-material: "JUNGLE_LOG"
  164.  
  165.   ws_acacia_log:
  166.     name: "%Cosmetics_Item_AcaciaLog_Name%"
  167.     icon: "spruce_log"
  168.     category: shop-item-product-modifier
  169.     rarity: legendary
  170.     currency: coins
  171.     price: 15000
  172.     product-modifiers:
  173.      - min-version: "1.8"
  174.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  175.        new-material: "LOG_2"
  176.        new-durability: 0
  177.      - min-version: "1.13"
  178.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  179.        new-material: "ACACIA_LOG"
  180.  
  181.   ws_darkoak_log:
  182.     name: "%Cosmetics_Item_DarkOakLog_Name%"
  183.     icon: "dark_oak_log"
  184.     category: shop-item-product-modifier
  185.     rarity: legendary
  186.     currency: coins
  187.     price: 15000
  188.     product-modifiers:
  189.      - min-version: "1.8"
  190.        material-pattern: "^(LOG|LOG_2|WOOD)$"
  191.        new-material: "LOG_2"
  192.        new-durability: 1
  193.      - min-version: "1.13"
  194.        material-pattern: ".*_(WOOD|LOG|PLANKS)$"
  195.        new-material: "DARK_OAK_LOG"
  196.  
  197.  
  198.  
  199. gui:
  200.   type: CHEST
  201.   title: "%Cosmetics_Shop_Page_WoodSkins_Plural%"
  202.   title-after-first-page: "%Cosmetics_Shop_Page_WoodSkins_Plural% (%Cosmetics_Shop_PageTitle% {page})"
  203.   height: 6
  204.  
  205. elements:
  206.   - type: changeshop-button
  207.     item: >
  208.      ARROW {
  209.           DisplayName:"&a%Cosmetics_Shop_GoBack%",
  210.           Lore:[
  211.               "&7%Cosmetics_Shop_ToMyCosmetics%"
  212.           ]
  213.       }
  214.     x: 3
  215.     y: 5
  216.     shop-id: main
  217.  
  218.   - type: single-deco
  219.     x: 4
  220.     y: 5
  221.     item: >
  222.      EMERALD {
  223.           DisplayName: "&7%Cosmetics_TotalBalance_Total% {currency-coins-name}: &6{currency-coins-balance-unformatted}",
  224.           Lore:["&6{store-url}"]
  225.       }
  226.  
  227.   - type: sort-by-button
  228.     x: 5
  229.     y: 5
  230.     item: >
  231.      HOPPER {
  232.           DisplayName: "&6%Cosmetics_Sort_SortedBy%: &a{sort-name}",
  233.           Lore:[
  234.               "",
  235.               "&7%Cosmetics_Sort_NextSort%: &a{next-sort-name}",
  236.               "&e%Cosmetics_Sort_LeftClickUse%",
  237.               "",
  238.               "&7%Cosmetics_Sort_OwnedItemsFirst%: {owned-items-first-active}",
  239.               "&e%Cosmetics_Sort_RightClickToggle%"
  240.           ]
  241.       }
  242.  
  243.   - type: items-collection
  244.     area:
  245.       distribution-x: left
  246.       distribution-y: top
  247.       x1: 1
  248.       y1: 1
  249.       x2: 7
  250.       y2: 3
  251.     prev-page-button:
  252.       item: >
  253.        ARROW {
  254.             DisplayName:"&a%Cosmetics_Shop_PrevPage%",
  255.             Lore:[
  256.                 "&7%Cosmetics_Shop_GoToPage%"
  257.             ]
  258.         }
  259.       x: 0
  260.       y: 5
  261.     next-page-button:
  262.       item: >
  263.        ARROW {
  264.             DisplayName:"&a%Cosmetics_Shop_NextPage%",
  265.             Lore:[
  266.                 "&7%Cosmetics_Shop_GoToPage%"
  267.             ]
  268.         }
  269.       x: 8
  270.       y: 5
  271.     word-wrap-threshold: 26
  272.     default-description: "%Cosmetics_Item_DefDescription_WoodSkins%"
  273.     name-buyable: "&c{name}"
  274.     name-bought: "&a{name}"
  275.     name-active: "&a{name}"
  276.     lore:
  277.      - "&8%Cosmetics_Shop_Page_WoodSkins_Singular%"
  278.       - ""
  279.       - "&7{description}"
  280.       - "{rarity}"
  281.       - "{cost}"
  282.       - ""
  283.       - "{action}"
  284.     placeholder-rarity-replacement:
  285.      - ""
  286.       - "&7%Cosmetics_Shop_Rarity%: {name}"
  287.     placeholder-cost-replacement:
  288.      - "&7%Cosmetics_Shop_Cost%: &6{amount}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement