Advertisement
Marcely99

MBedwars Cosmetics: default_projectile_trails.yml

Aug 17th, 2022
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 18.65 KB | None | 0 0
  1. id: projectile_trails
  2.  
  3. items:
  4.   pt_none:
  5.     name: "%Cosmetics_Item_None_Name%"
  6.     description: "%Cosmetics_Item_None_ProjectileTrails_Description%"
  7.     icon: "barrier"
  8.     category: animation-shoot-projectile
  9.     behaviour: unset-active
  10.  
  11.   pt_random:
  12.     name: "%Cosmetics_Item_Random_Name%"
  13.     description: "%Cosmetics_Item_RandomProjectileTrail_Description%"
  14.     icon: "ender_chest"
  15.     category: animation-shoot-projectile
  16.     behaviour: play-random
  17.    
  18.   pt_slime:
  19.     name: "%Cosmetics_Item_Slime_Name%"
  20.     icon: "slime_ball"
  21.     category: animation-shoot-projectile
  22.     rarity: common
  23.     currency: coins
  24.     price: 5000
  25.     animation:
  26.       location: RELATED
  27.       handlers:
  28.        - type: SIMPLE_PARTICLE
  29.          particle: SLIME
  30.          repeated: true
  31.          amount-per-second: 20
  32.  
  33.   pt_ender:
  34.     name: "%Cosmetics_Item_Ender_Name%"
  35.     icon: "ender_pearl"
  36.     category: animation-shoot-projectile
  37.     rarity: common
  38.     currency: coins
  39.     price: 5000
  40.     animation:
  41.       location: RELATED
  42.       handlers:
  43.        - type: SIMPLE_PARTICLE
  44.          particle: PORTAL
  45.          repeated: true
  46.          amount-per-second: 20
  47.  
  48.   pt_lava:
  49.     name: "%Cosmetics_Item_Lava_Name%"
  50.     icon: "lava_bucket"
  51.     category: animation-shoot-projectile
  52.     rarity: common
  53.     currency: coins
  54.     price: 5000
  55.     animation:
  56.       location: RELATED
  57.       handlers:
  58.        - type: SIMPLE_PARTICLE
  59.          particle: LAVA
  60.          repeated: true
  61.          amount-per-second: 20
  62.  
  63.   pt_potion:
  64.     name: "%Cosmetics_Item_Potion_Name%"
  65.     icon: "potion"
  66.     category: animation-shoot-projectile
  67.     rarity: common
  68.     currency: coins
  69.     price: 5000
  70.     animation:
  71.       location: RELATED
  72.       handlers:
  73.        - type: SIMPLE_PARTICLE
  74.          particle:
  75.            type: SPELL_MOB
  76.            data: ""
  77.          repeated: true
  78.          amount-per-second: 20
  79.  
  80.   pt_water:
  81.     name: "%Cosmetics_Item_Water_Name%"
  82.     icon: "water_bucket"
  83.     category: animation-shoot-projectile
  84.     rarity: common
  85.     currency: coins
  86.     price: 5000
  87.     animation:
  88.       location: RELATED
  89.       handlers:
  90.        - type: SIMPLE_PARTICLE
  91.          particle: DRIP_WATER
  92.          repeated: true
  93.          amount-per-second: 20
  94.  
  95.   pt_black_smoke:
  96.     name: "%Cosmetics_Item_BlackSmoke_Name%"
  97.     icon: "furnace"
  98.     category: animation-shoot-projectile
  99.     rarity: common
  100.     currency: coins
  101.     price: 5000
  102.     animation:
  103.       location: RELATED
  104.       handlers:
  105.        - type: SIMPLE_PARTICLE
  106.          particle:
  107.            type: REDSTONE
  108.            data: "0,0,0"
  109.          repeated: true
  110.          amount-per-second: 20
  111.  
  112.   pt_white_smoke:
  113.     name: "%Cosmetics_Item_WhiteSmoke_Name%"
  114.     icon: "wool"
  115.     category: animation-shoot-projectile
  116.     rarity: common
  117.     currency: coins
  118.     price: 5000
  119.     animation:
  120.       location: RELATED
  121.       handlers:
  122.        - type: SIMPLE_PARTICLE
  123.          particle:
  124.            type: REDSTONE
  125.            data: "200,200,200"
  126.          repeated: true
  127.          amount-per-second: 20
  128.  
  129.   pt_notes:
  130.     name: "%Cosmetics_Item_Notes_Name%"
  131.     icon: "jukebox"
  132.     category: animation-shoot-projectile
  133.     rarity: rare
  134.     currency: coins
  135.     price: 10000
  136.     animation:
  137.       location: RELATED
  138.       handlers:
  139.        - type: SIMPLE_PARTICLE
  140.          particle:
  141.            type: NOTE
  142.            extra: 1000
  143.            count: 2
  144.          repeated: true
  145.          amount-per-second: 20
  146.  
  147.   pt_blue_dust:
  148.     name: "%Cosmetics_Item_BlueDust_Name%"
  149.     icon: "ink_sack:4"
  150.     category: animation-shoot-projectile
  151.     rarity: rare
  152.     currency: coins
  153.     price: 10000
  154.     animation:
  155.       location: RELATED
  156.       handlers:
  157.        - type: SIMPLE_PARTICLE
  158.          particle:
  159.            type: REDSTONE
  160.            data: "0,0,255"
  161.          repeated: true
  162.          amount-per-second: 20
  163.  
  164.   pt_red_dust:
  165.     name: "%Cosmetics_Item_RedDust_Name%"
  166.     icon: "ink_sack:1"
  167.     category: animation-shoot-projectile
  168.     rarity: rare
  169.     currency: coins
  170.     price: 10000
  171.     animation:
  172.       location: RELATED
  173.       handlers:
  174.        - type: SIMPLE_PARTICLE
  175.          particle:
  176.            type: REDSTONE
  177.            data: "255,0,0"
  178.          repeated: true
  179.          amount-per-second: 20
  180.  
  181.   pt_purple_dust:
  182.     name: "%Cosmetics_Item_PurpleDust_Name%"
  183.     icon: "ink_sack:5"
  184.     category: animation-shoot-projectile
  185.     rarity: rare
  186.     currency: coins
  187.     price: 10000
  188.     animation:
  189.       location: RELATED
  190.       handlers:
  191.        - type: SIMPLE_PARTICLE
  192.          particle:
  193.            type: REDSTONE
  194.            data: "160,0,160"
  195.          repeated: true
  196.          amount-per-second: 20
  197.  
  198.   pt_lunar_dust:
  199.     name: "%Cosmetics_Item_LunarDust_Name%"
  200.     icon: "sugar"
  201.     category: animation-shoot-projectile
  202.     rarity: rare
  203.     currency: coins
  204.     price: 10000
  205.     animation:
  206.       location: RELATED
  207.       handlers:
  208.        - type: SIMPLE_PARTICLE
  209.          particle:
  210.            type: REDSTONE
  211.            data: "255,255,255"
  212.          repeated: true
  213.          amount-per-second: 20
  214.  
  215.   pt_the_end:
  216.     name: "%Cosmetics_Item_TheEnd_Name%"
  217.     icon: "ender_stone"
  218.     category: animation-shoot-projectile
  219.     rarity: rare
  220.     currency: coins
  221.     price: 10000
  222.     animation:
  223.       location: RELATED
  224.       handlers:
  225.        - type: SIMPLE_PARTICLE
  226.          particle: SPELL_WITCH
  227.          repeated: true
  228.          amount-per-second: 20
  229.  
  230.   pt_bite:
  231.     name: "%Cosmetics_Item_Bite_Name%"
  232.     icon: "emerald_block"
  233.     category: animation-shoot-projectile
  234.     rarity: legendary
  235.     currency: coins
  236.     price: 100000
  237.     animation:
  238.       location: RELATED
  239.       handlers:
  240.        - type: SIMPLE_PARTICLE
  241.          particle:
  242.            type: ITEM_CRACK
  243.            data: cooked_beef
  244.          repeated: true
  245.          amount-per-second: 20
  246.  
  247.   pt_fire_spiral:
  248.     name: "%Cosmetics_Item_FireSpiral_Name%"
  249.     icon: "torch"
  250.     category: animation-shoot-projectile
  251.     rarity: legendary
  252.     currency: coins
  253.     price: 300000
  254.     animation:
  255.       location: RELATED
  256.       handlers:
  257.        - type: PARTICLE_CONE
  258.          particle:
  259.            type: "REDSTONE"
  260.            data: "255,0,0"
  261.          height: .5
  262.          add-direction: true
  263.  
  264.   pt_cheese:
  265.     name: "%Cosmetics_Item_Cheese_Name%"
  266.     icon: "skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZjMDFiZmZlY2ZkYWI2ZDNjMGYxYTdjNmRmNmFhMTkzNmYyYWE3YTUxYjU0YTRkMzIzZTFjYWNiYzUzOSJ9fX0="
  267.     category: animation-shoot-projectile
  268.     rarity: legendary
  269.     currency: coins
  270.     price: 300000
  271.     animation:
  272.       location: RELATED
  273.       handlers:
  274.        - type: ENTITY_EXPLOSION
  275.          entities: [ 'ITEM{item:"skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZjMDFiZmZlY2ZkYWI2ZDNjMGYxYTdjNmRmNmFhMTkzNmYyYWE3YTUxYjU0YTRkMzIzZTFjYWNiYzUzOSJ9fX0="}' ]
  276.          velo-x: 0
  277.          velo-y: 0
  278.          velo-z: 0
  279.          poof-particle:
  280.            type: "SPELL_MOB"
  281.            data: "255,255,0"
  282.          repeated: true
  283.          amount-per-second: 10
  284.  
  285.   pt_twin_dragon:
  286.     name: "%Cosmetics_Item_TwinDragon_Name%"
  287.     icon: "dragon_egg"
  288.     category: animation-shoot-projectile
  289.     rarity: legendary
  290.     currency: coins
  291.     price: 200000
  292.     animation:
  293.       location: RELATED
  294.       handlers:
  295.        - type: PARTICLE_CONE
  296.          particle:
  297.            type: "REDSTONE"
  298.            data: "255,0,0"
  299.          height: .5
  300.          add-direction: true
  301.          twists: 3
  302.        - type: PARTICLE_CONE
  303.          particle:
  304.            type: "REDSTONE"
  305.            data: "0,0,255"
  306.          height: .5
  307.          add-direction: true
  308.          twists: 4
  309.  
  310.   pt_peep:
  311.     name: "%Cosmetics_Item_Peep_Name%"
  312.     icon: "feather"
  313.     category: animation-shoot-projectile
  314.     rarity: legendary
  315.     currency: coins
  316.     price: 300000
  317.     animation:
  318.       location: RELATED
  319.       handlers:
  320.        - type: SIMPLE_ENTITY
  321.          entity: EGG
  322.          repeated: true
  323.          amount-per-second: 5
  324.  
  325.   pt_present:
  326.     name: "%Cosmetics_Item_Present_Name%"
  327.     icon: "skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQxZmJlYTljMmQxOTA0MGU1NjdmMzg3YWI0NmIyZjhhM2ExZGE4ZWVjOWQzOTllMmU0YWRjZjA1YWRhOGEyYSJ9fX0="
  328.     category: animation-shoot-projectile
  329.     rarity: legendary
  330.     currency: coins
  331.     price: 250000
  332.     animation:
  333.       location: RELATED
  334.       handlers:
  335.        - type: ENTITY_EXPLOSION
  336.          entities: [ 'ITEM{item:"skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQxZmJlYTljMmQxOTA0MGU1NjdmMzg3YWI0NmIyZjhhM2ExZGE4ZWVjOWQzOTllMmU0YWRjZjA1YWRhOGEyYSJ9fX0="}' ]
  337.          velo-x: 0
  338.          velo-y: 0
  339.          velo-z: 0
  340.          poof-particle:
  341.            type: "SPELL_MOB"
  342.            data: "255,0,0"
  343.          repeated: true
  344.          amount-per-second: 10
  345.  
  346.   pt_tinsel:
  347.     name: "%Cosmetics_Item_Tinsel_Name%"
  348.     icon: "sugar_cane"
  349.     category: animation-shoot-projectile
  350.     rarity: legendary
  351.     currency: coins
  352.     price: 100000
  353.     animation:
  354.       location: RELATED
  355.       handlers:
  356.        - type: PARTICLE_CONE
  357.          particle:
  358.            type: "REDSTONE"
  359.            data: "255,0,0"
  360.          height: .5
  361.          add-direction: true
  362.          twists: 3
  363.        - type: PARTICLE_CONE
  364.          particle:
  365.            type: "REDSTONE"
  366.            data: "0,0,0"
  367.          height: .5
  368.          add-direction: true
  369.          twists: 4
  370.  
  371.   pt_merry:
  372.     name: "%Cosmetics_Item_Merry_Name%"
  373.     icon: "red_mushroom"
  374.     category: animation-shoot-projectile
  375.     rarity: legendary
  376.     currency: coins
  377.     price: 100000
  378.     animation:
  379.       location: RELATED
  380.       handlers:
  381.        - type: SIMPLE_PARTICLE
  382.          offset-y: .3
  383.          particle:
  384.            type: "REDSTONE"
  385.            data: "255,255,255"
  386.          repeated: true
  387.          amount-per-second: 20
  388.        - type: SIMPLE_PARTICLE
  389.          offset-y: -.3
  390.          particle:
  391.            type: "REDSTONE"
  392.            data: "255,0,0"
  393.          repeated: true
  394.          amount-per-second: 20
  395.  
  396.   pt_magic_wind:
  397.     name: "%Cosmetics_Item_MagicWind_Name%"
  398.     icon: "ink_sack:15"
  399.     category: animation-shoot-projectile
  400.     rarity: legendary
  401.     currency: coins
  402.     price: 100000
  403.     animation:
  404.       location: RELATED
  405.       handlers:
  406.        - type: PARTICLE_CONE
  407.          particle: "CRIT"
  408.          height: .5
  409.          add-direction: true
  410.          twists: 6
  411.  
  412.   pt_trick_or_treat:
  413.     name: "%Cosmetics_Item_TrickOrTreat_Name%"
  414.     icon: "nether_brick"
  415.     category: animation-shoot-projectile
  416.     rarity: legendary
  417.     currency: coins
  418.     price: 300000
  419.     animation:
  420.       location: RELATED
  421.       handlers:
  422.        - type: ENTITY_EXPLOSION
  423.          entities:
  424.           - 'ITEM{item:"sugar"}'
  425.            - 'ITEM{item:"jack_o_lantern"}'
  426.            - 'ITEM{item:"pumpkin"}'
  427.            - 'ITEM{item:"cake"}'
  428.            - 'ITEM{item:"rotten_flesh"}'
  429.            - 'ITEM{item:"pumpkin_pie"}'
  430.            - 'ITEM{item:"golden_apple"}'
  431.            - 'ITEM{item:"carrot"}'
  432.            - 'ITEM{item:"cooked_beef"}'
  433.            - 'ITEM{item:"cooked_chicken"}'
  434.            - 'ITEM{item:"raw_beef"}'
  435.            - 'ITEM{item:"water_bucket"}'
  436.            - 'ITEM{item:"raw_fish"}'
  437.            - 'ITEM{item:"apple"}'
  438.            - 'ITEM{item:"cookie"}'
  439.            - 'ITEM{item:"mushroom_soup"}'
  440.            - 'ITEM{item:"melon"}'
  441.            - 'ITEM{item:"melon_seeds"}'
  442.          velo-x: 0
  443.          velo-y: 0
  444.          velo-z: 0
  445.          poof-particle:
  446.            type: "SPELL_MOB"
  447.            data: "255,0,0"
  448.          repeated: true
  449.          amount-per-second: 10
  450.  
  451.   pt_twisted:
  452.     name: "%Cosmetics_Item_Twisted_Name%"
  453.     icon: "dragon_egg"
  454.     category: animation-shoot-projectile
  455.     rarity: legendary
  456.     currency: coins
  457.     price: 100000
  458.     animation:
  459.       location: RELATED
  460.       handlers:
  461.        - type: PARTICLE_CONE
  462.          particle:
  463.            type: "REDSTONE"
  464.            data: "160,0,160"
  465.          height: .5
  466.          add-direction: true
  467.          twists: 3
  468.        - type: PARTICLE_CONE
  469.          particle:
  470.            type: "REDSTONE"
  471.            data: "0,0,0"
  472.          height: .5
  473.          add-direction: true
  474.          twists: 4
  475.  
  476.   pt_wingman:
  477.     name: "%Cosmetics_Item_Wingman_Name%"
  478.     icon: "coal"
  479.     category: animation-shoot-projectile
  480.     rarity: legendary
  481.     currency: coins
  482.     price: 100000
  483.     animation:
  484.       location: RELATED
  485.       handlers:
  486.        - type: SIMPLE_ENTITY
  487.          offset-y: 1
  488.          entity: BAT
  489.          repeated: true
  490.          amount-per-second: 5
  491.        - type: SIMPLE_PARTICLE
  492.          offset-y: 1.2
  493.          particle:
  494.            type: SMOKE_NORMAL
  495.            count: 100
  496.            extra: 0
  497.            offset-x: .2
  498.            offset-y: .2
  499.            offset-z: .2
  500.          repeated: true
  501.          amount-per-second: 5
  502.  
  503.   pt_dna:
  504.     name: "%Cosmetics_Item_DNA_Name%"
  505.     icon: "water_lily"
  506.     category: animation-shoot-projectile
  507.     rarity: legendary
  508.     currency: coins
  509.     price: 100000
  510.     animation:
  511.       location: RELATED
  512.       handlers:
  513.        - type: PARTICLE_CONE
  514.          particle: "NOTE"
  515.          height: .5
  516.          add-direction: true
  517.          twists: 6
  518.  
  519.   pt_jack_o_lantern:
  520.     name: "%Cosmetics_Item_JackOLantern_Name%"
  521.     icon: "jack_o_lantern"
  522.     category: animation-shoot-projectile
  523.     rarity: legendary
  524.     currency: coins
  525.     price: 200000
  526.     animation:
  527.       location: RELATED
  528.       handlers:
  529.        - type: SIMPLE_PARTICLE
  530.          particle:
  531.            type: "REDSTONE"
  532.            data: "255,165,0"
  533.          repeated: true
  534.          amount-per-second: 20
  535.        - type: ENTITY_EXPLOSION
  536.          entities:
  537.           - 'ITEM{item:"jack_o_lantern"}'
  538.          velo-x: 0
  539.          velo-y: .2
  540.          velo-z: 0
  541.          poof-particle:
  542.            type: "SPELL_MOB"
  543.            data: "255,165,0"
  544.          repeated: true
  545.          amount-per-second: 10
  546.  
  547.   pt_random_trail:
  548.     name: "%Cosmetics_Item_RandomTrail_Name%"
  549.     icon: "painting"
  550.     category: animation-shoot-projectile
  551.     rarity: legendary
  552.     currency: coins
  553.     price: 200000
  554.     animation:
  555.       location: RELATED
  556.       handlers:
  557.        - type: SIMPLE_PARTICLE
  558.          particle: HEART
  559.          repeated: true
  560.          amount-per-second: 2
  561.          delayed: 0
  562.        - type: SIMPLE_PARTICLE
  563.          particle: FLAME
  564.          repeated: true
  565.          amount-per-second: 2
  566.          delayed: .1
  567.        - type: SIMPLE_PARTICLE
  568.          particle:
  569.            type: "REDSTONE"
  570.            data: ""
  571.          repeated: true
  572.          amount-per-second: 2
  573.          delayed: .2
  574.        - type: SIMPLE_PARTICLE
  575.          particle: "NOTE"
  576.          repeated: true
  577.          amount-per-second: 2
  578.          delayed: .3
  579.        - type: SIMPLE_PARTICLE
  580.          particle: PORTAL
  581.          repeated: true
  582.          amount-per-second: 2
  583.          delayed: .4
  584.        - type: SIMPLE_PARTICLE
  585.          particle: EXPLOSION_NORMAL
  586.          repeated: true
  587.          amount-per-second: 2
  588.          delayed: .5
  589.        - type: SIMPLE_PARTICLE
  590.          particle:
  591.            type: "SPELL_MOB"
  592.            data: ""
  593.          repeated: true
  594.          amount-per-second: 2
  595.          delayed: .6
  596.        - type: SIMPLE_PARTICLE
  597.          particle: DRIP_LAVA
  598.          repeated: true
  599.          amount-per-second: 2
  600.          delayed: .7
  601.        - type: SIMPLE_PARTICLE
  602.          particle: SNOWBALL
  603.          repeated: true
  604.          amount-per-second: 2
  605.          delayed: .8
  606.        - type: SIMPLE_PARTICLE
  607.          particle: WATER_BUBBLE
  608.          repeated: true
  609.          amount-per-second: 2
  610.          delayed: .9
  611.  
  612.   pt_bee:
  613.     name: "%Cosmetics_Item_Bee_Name%"
  614.     icon: "skull:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDAyOTlhMmFhZTlhNjA1YjVkYmQxOTQ1ZmM0MzY4Y2NlZTg4YWUwNmU0N2RjOTBmOTUzMTMxZTBkOTAzYjMyMiJ9fX0="
  615.     category: animation-shoot-projectile
  616.     rarity: legendary
  617.     currency: coins
  618.     price: 300000
  619.     animation:
  620.       location: RELATED
  621.       handlers:
  622.        - type: SIMPLE_PARTICLE
  623.          particle:
  624.            type: "SPELL_MOB"
  625.            data: "0,0,0"
  626.          repeated: true
  627.          amount-per-second: 10
  628.        - type: SIMPLE_PARTICLE
  629.          particle:
  630.            type: "SPELL_MOB"
  631.            data: "255,255,0"
  632.          repeated: true
  633.          amount-per-second: 10
  634.          delayed: .1
  635.  
  636.   pt_rainbow:
  637.     name: "%Cosmetics_Item_Rainbow_Name%"
  638.     icon: "beacon"
  639.     category: animation-shoot-projectile
  640.     rarity: legendary
  641.     currency: coins
  642.     price: 100000
  643.     animation:
  644.       location: RELATED
  645.       handlers:
  646.        - type: SIMPLE_PARTICLE
  647.          particle:
  648.            type: "REDSTONE"
  649.            data: ""
  650.          repeated: true
  651.          amount-per-second: 20
  652.  
  653.   pt_hearts:
  654.     name: "%Cosmetics_Item_Hearts_Name%"
  655.     icon: "golden_apple"
  656.     category: animation-shoot-projectile
  657.     rarity: legendary
  658.     currency: coins
  659.     price: 400000
  660.     animation:
  661.       location: RELATED
  662.       handlers:
  663.        - type: SIMPLE_PARTICLE
  664.          particle: HEART
  665.          repeated: true
  666.          amount-per-second: 20
  667.  
  668. gui:
  669.   type: CHEST
  670.   title: "%Cosmetics_Shop_Page_ProjectileTrails_Plural%"
  671.   height: 6
  672.  
  673. elements:
  674.   - type: changeshop-button
  675.     item: >
  676.        ARROW {
  677.             DisplayName:"&a%Cosmetics_Shop_GoBack%",
  678.             Lore:[
  679.                 "&7%Cosmetics_Shop_ToMyCosmetics%"
  680.             ]
  681.         }
  682.     x: 4
  683.     y: 5
  684.     shop-id: main
  685.   - type: items-collection
  686.     area:
  687.        distribution-x: left
  688.        distribution-y: top
  689.        x1: 1
  690.        y1: 1
  691.        x2: 7
  692.        y2: 3
  693.     prev-page-button:
  694.        item: >
  695.           ARROW {
  696.                DisplayName:"&a%Cosmetics_Shop_PrevPage%",
  697.                Lore:[
  698.                    "&7%Cosmetics_Shop_GoToPage%"
  699.                ]
  700.            }
  701.        x: 0
  702.        y: 5
  703.     next-page-button:
  704.        item: >
  705.           ARROW {
  706.                DisplayName:"&a%Cosmetics_Shop_NextPage%",
  707.                Lore:[
  708.                    "&7%Cosmetics_Shop_GoToPage%"
  709.                ]
  710.            }
  711.        x: 8
  712.        y: 5
  713.     word-wrap-threshold: 26
  714.     default-description: "%Cosmetics_Item_DefDescription_ProjectileTrails%"
  715.     name-buyable: "&c{name}"
  716.     name-bought: "&a{name}"
  717.     name-active: "&a{name}"
  718.     lore:
  719.     - "&8%Cosmetics_Shop_Page_ProjectileTrails_Singular%"
  720.      - ""
  721.      - "&7{description}"
  722.      - "{rarity}"
  723.      - "{cost}"
  724.      - ""
  725.      - "{action}"
  726.     placeholder-rarity-replacement:
  727.      - ""
  728.       - "&7%Cosmetics_Shop_Rarity%: {name}"
  729.     placeholder-cost-replacement:
  730.      - "&7%Cosmetics_Shop_Cost%: &6{amount}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement