InsiderAnh

killEffect.yml

Jan 31st, 2020
6,703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.75 KB | None | 0 0
  1. killeffects:
  2.   default:
  3.     id: 0
  4.     icon:
  5.       ==: org.bukkit.inventory.ItemStack
  6.       type: BARRIER
  7.       meta:
  8.         ==: ItemMeta
  9.         meta-type: UNSPECIFIC
  10.         display-name: §aNone
  11.         lore:
  12.          - §7You do not have any KillEffect.
  13.     type: none
  14.     name: Default
  15.     price: 0
  16.     isBuy: false
  17.     slot: 10
  18.     permission: ultraskywars.killeffect.default
  19.   fireworks:
  20.     id: 1
  21.     icon:
  22.       ==: org.bukkit.inventory.ItemStack
  23.       type: FIREWORK
  24.       meta:
  25.         ==: ItemMeta
  26.         meta-type: FIREWORK
  27.         display-name: §aFirework
  28.         lore:
  29.          - '§eDescription:'
  30.           - §7Killing a firework
  31.           - §7explodes instantly.
  32.           - §7
  33.           - <status>
  34.     type: firework
  35.     name: Fireworks
  36.     price: 0
  37.     isBuy: false
  38.     slot: 11
  39.     permission: ultraskywars.killeffect.fireworks
  40.   thunder:
  41.     id: 2
  42.     icon:
  43.       ==: org.bukkit.inventory.ItemStack
  44.       type: IRON_AXE
  45.       meta:
  46.         ==: ItemMeta
  47.         meta-type: UNSPECIFIC
  48.         display-name: §aThunder
  49.         lore:
  50.          - '§eDescription:'
  51.           - §7When to kill a person
  52.           - §7thunder falls.
  53.           - §7
  54.           - <status>
  55.     type: thunder
  56.     name: Thunder
  57.     price: 0
  58.     isBuy: false
  59.     slot: 12
  60.     permission: ultraskywars.killeffect.thunder
  61.   explode:
  62.     id: 3
  63.     icon:
  64.       ==: org.bukkit.inventory.ItemStack
  65.       type: TNT
  66.       meta:
  67.         ==: ItemMeta
  68.         meta-type: UNSPECIFIC
  69.         display-name: §aTNT
  70.         lore:
  71.          - '§eDescription:'
  72.           - §7It has an effect of
  73.           - §7explosion when killing.
  74.           - §7
  75.           - <status>
  76.     type: tnt
  77.     name: Explode
  78.     price: 0
  79.     isBuy: false
  80.     slot: 13
  81.     permission: ultraskywars.killeffect.explode
  82.   squid:
  83.     id: 4
  84.     icon:
  85.       ==: org.bukkit.inventory.ItemStack
  86.       type: MONSTER_EGG
  87.       damage: 94
  88.       meta:
  89.         ==: ItemMeta
  90.         meta-type: UNSPECIFIC
  91.         display-name: §aSquid
  92.         lore:
  93.          - '§eDescription:'
  94.           - §7A flying squid appears
  95.           - §7striking.
  96.           - §7
  97.           - <status>
  98.     type: squid
  99.     name: Squid
  100.     price: 0
  101.     isBuy: false
  102.     slot: 14
  103.     permission: ultraskywars.killeffect.squid
  104.   blood:
  105.     id: 5
  106.     icon:
  107.       ==: org.bukkit.inventory.ItemStack
  108.       type: REDSTONE
  109.       meta:
  110.         ==: ItemMeta
  111.         meta-type: UNSPECIFIC
  112.         display-name: §aBloody Death
  113.         lore:
  114.          - '§eDescription:'
  115.           - §7Particles explode
  116.           - §7blood when killing.
  117.           - §7
  118.           - <status>
  119.     type: blood
  120.     name: Blood
  121.     price: 0
  122.     isBuy: false
  123.     slot: 15
  124.     permission: ultraskywars.killeffect.blood
  125.   diamond:
  126.     id: 6
  127.     icon:
  128.       ==: org.bukkit.inventory.ItemStack
  129.       type: DIAMOND
  130.       meta:
  131.         ==: ItemMeta
  132.         meta-type: UNSPECIFIC
  133.         display-name: §aMillionaire Explosion
  134.         lore:
  135.          - '§eDescription:'
  136.           - §7Expel diamonds that disappear
  137.           - §7after a while.
  138.           - §7
  139.           - <status>
  140.     type: diamondexplode
  141.     name: Diamond Explode
  142.     price: 0
  143.     isBuy: false
  144.     slot: 16
  145.     permission: ultraskywars.killeffect.diamond
  146.   flower:
  147.     id: 7
  148.     icon:
  149.       ==: org.bukkit.inventory.ItemStack
  150.       type: YELLOW_FLOWER
  151.       meta:
  152.         ==: ItemMeta
  153.         meta-type: UNSPECIFIC
  154.         display-name: §aSpring
  155.         lore:
  156.          - '§eDescription:'
  157.           - §7Flowers explode that disappear
  158.           - §7in autumn.
  159.           - §7
  160.           - <status>
  161.     type: flower
  162.     name: Flower
  163.     price: 0
  164.     isBuy: false
  165.     slot: 19
  166.     permission: ultraskywars.killeffect.flower
Advertisement
Add Comment
Please, Sign In to add comment