InsiderAnh

killeffect.yml

Jun 21st, 2020
2,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.82 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.     page: 1
  19.     permission: ultractw.killeffect.default
  20.   fireworks:
  21.     id: 1
  22.     icon:
  23.       ==: org.bukkit.inventory.ItemStack
  24.       type: FIREWORK
  25.       meta:
  26.         ==: ItemMeta
  27.         meta-type: FIREWORK
  28.         display-name: §aFirework
  29.         lore:
  30.          - '§eDescription:'
  31.           - §7Killing a firework
  32.           - §7explodes instantly.
  33.           - §7
  34.           - <status>
  35.     type: firework
  36.     name: Fireworks
  37.     price: 0
  38.     isBuy: false
  39.     slot: 11
  40.     page: 1
  41.     permission: ultractw.killeffect.fireworks
  42.   thunder:
  43.     id: 2
  44.     icon:
  45.       ==: org.bukkit.inventory.ItemStack
  46.       type: IRON_AXE
  47.       meta:
  48.         ==: ItemMeta
  49.         meta-type: UNSPECIFIC
  50.         display-name: §aThunder
  51.         lore:
  52.          - '§eDescription:'
  53.           - §7When to kill a person
  54.           - §7thunder falls.
  55.           - §7
  56.           - <status>
  57.     type: thunder
  58.     name: Thunder
  59.     price: 0
  60.     isBuy: false
  61.     slot: 12
  62.     page: 1
  63.     permission: ultractw.killeffect.thunder
  64.   explode:
  65.     id: 3
  66.     icon:
  67.       ==: org.bukkit.inventory.ItemStack
  68.       type: TNT
  69.       meta:
  70.         ==: ItemMeta
  71.         meta-type: UNSPECIFIC
  72.         display-name: §aTNT
  73.         lore:
  74.          - '§eDescription:'
  75.           - §7It has an effect of
  76.           - §7explosion when killing.
  77.           - §7
  78.           - <status>
  79.     type: tnt
  80.     name: Explode
  81.     price: 0
  82.     isBuy: false
  83.     slot: 13
  84.     page: 1
  85.     permission: ultractw.killeffect.explode
  86.   squid:
  87.     id: 4
  88.     icon:
  89.       ==: org.bukkit.inventory.ItemStack
  90.       type: MONSTER_EGG
  91.       damage: 94
  92.       meta:
  93.         ==: ItemMeta
  94.         meta-type: UNSPECIFIC
  95.         display-name: §aSquid
  96.         lore:
  97.          - '§eDescription:'
  98.           - §7A flying squid appears
  99.           - §7striking.
  100.           - §7
  101.           - <status>
  102.     type: squid
  103.     name: Squid
  104.     price: 0
  105.     isBuy: false
  106.     slot: 14
  107.     page: 1
  108.     permission: ultractw.killeffect.squid
  109.   blood:
  110.     id: 5
  111.     icon:
  112.       ==: org.bukkit.inventory.ItemStack
  113.       type: REDSTONE
  114.       meta:
  115.         ==: ItemMeta
  116.         meta-type: UNSPECIFIC
  117.         display-name: §aBloody Death
  118.         lore:
  119.          - '§eDescription:'
  120.           - §7Particles explode
  121.           - §7blood when killing.
  122.           - §7
  123.           - <status>
  124.     type: blood
  125.     name: Blood
  126.     price: 0
  127.     isBuy: false
  128.     slot: 15
  129.     page: 1
  130.     permission: ultractw.killeffect.blood
  131.   diamond:
  132.     id: 6
  133.     icon:
  134.       ==: org.bukkit.inventory.ItemStack
  135.       type: DIAMOND
  136.       meta:
  137.         ==: ItemMeta
  138.         meta-type: UNSPECIFIC
  139.         display-name: §aMillionaire Explosion
  140.         lore:
  141.          - '§eDescription:'
  142.           - §7Expel diamonds that disappear
  143.           - §7after a while.
  144.           - §7
  145.           - <status>
  146.     type: diamondexplode
  147.     name: Diamond Explode
  148.     price: 0
  149.     isBuy: false
  150.     slot: 16
  151.     page: 1
  152.     permission: ultractw.killeffect.diamond
  153.   flower:
  154.     id: 7
  155.     icon:
  156.       ==: org.bukkit.inventory.ItemStack
  157.       type: YELLOW_FLOWER
  158.       meta:
  159.         ==: ItemMeta
  160.         meta-type: UNSPECIFIC
  161.         display-name: §aSpring
  162.         lore:
  163.          - '§eDescription:'
  164.           - §7Flowers explode that disappear
  165.           - §7in autumn.
  166.           - §7
  167.           - <status>
  168.     type: flower
  169.     name: Flower
  170.     price: 0
  171.     isBuy: false
  172.     slot: 19
  173.     page: 1
  174.     permission: ultractw.killeffect.flower
  175.   head:
  176.     id: 8
  177.     icon:
  178.       ==: org.bukkit.inventory.ItemStack
  179.       type: SKULL_ITEM
  180.       damage: 3
  181.       meta:
  182.         ==: ItemMeta
  183.         meta-type: UNSPECIFIC
  184.         display-name: §aHead
  185.         lore:
  186.          - '§eDescription:'
  187.           - §7When the player is killed,
  188.           - §7his head comes up.
  189.           - §7
  190.           - <status>
  191.     type: head
  192.     name: Head
  193.     price: 0
  194.     isBuy: false
  195.     slot: 20
  196.     page: 1
  197.     permission: ultractw.killeffect.head
  198.   snow:
  199.     id: 9
  200.     icon:
  201.       ==: org.bukkit.inventory.ItemStack
  202.       type: SNOW_BLOCK
  203.       meta:
  204.         ==: ItemMeta
  205.         meta-type: UNSPECIFIC
  206.         display-name: §aSnow Explosion
  207.         lore:
  208.          - '§eDescription:'
  209.           - §7It blows up the snow and when it
  210.           - §7falls it changes blocks.
  211.           - §7
  212.           - <status>
  213.     type: snow
  214.     name: Snow
  215.     price: 0
  216.     isBuy: false
  217.     slot: 21
  218.     page: 1
  219.     permission: ultractw.killeffect.snow
Advertisement
Add Comment
Please, Sign In to add comment