InsiderAnhDev

trail.yml

Oct 5th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.30 KB | None | 0 0
  1. trails:
  2.   Normal:
  3.     id: 0
  4.     name: Normal
  5.     icon:
  6.       ==: org.bukkit.inventory.ItemStack
  7.       type: BOW
  8.       meta:
  9.         ==: ItemMeta
  10.         meta-type: UNSPECIFIC
  11.         display-name: §aNormal
  12.         lore:
  13.          - §7This is a Normal trail
  14.           - §7
  15.           - <price>
  16.          - §7
  17.           - <status>
  18.     permission: ultraskywars.trails.Normal
  19.     particle: FLAME
  20.     type: NORMAL
  21.     offsetX: 0.0
  22.     offsetY: 0.0
  23.     offsetZ: 0.0
  24.     speed: 10.0
  25.     range: 15.0
  26.     amount: 1
  27.     slot: 10
  28.     page: 1
  29.     price: 500
  30.     isBuy: true
  31.   Spiral:
  32.     id: 1
  33.     name: Spiral
  34.     icon:
  35.       ==: org.bukkit.inventory.ItemStack
  36.       type: BOW
  37.       meta:
  38.         ==: ItemMeta
  39.         meta-type: UNSPECIFIC
  40.         display-name: §aSpiral
  41.         lore:
  42.          - §7This is a Spiral trail
  43.           - §7
  44.           - <price>
  45.          - §7
  46.           - <status>
  47.     permission: ultraskywars.trails.Spiral
  48.     particle: FLAME
  49.     type: SPIRAL
  50.     offsetX: 0.0
  51.     offsetY: 0.0
  52.     offsetZ: 0.0
  53.     speed: 10.0
  54.     range: 15.0
  55.     amount: 1
  56.     slot: 11
  57.     page: 1
  58.     price: 500
  59.     isBuy: true
  60.   Pyramid:
  61.     id: 2
  62.     name: Pyramid
  63.     icon:
  64.       ==: org.bukkit.inventory.ItemStack
  65.       type: BOW
  66.       meta:
  67.         ==: ItemMeta
  68.         meta-type: UNSPECIFIC
  69.         display-name: §aPyramid
  70.         lore:
  71.          - §7This is a Pyramid trail
  72.           - §7
  73.           - <price>
  74.          - §7
  75.           - <status>
  76.     permission: ultraskywars.trails.Pyramid
  77.     particle: FLAME
  78.     type: PYRAMID
  79.     offsetX: 0.0
  80.     offsetY: 0.0
  81.     offsetZ: 0.0
  82.     speed: 10.0
  83.     range: 15.0
  84.     amount: 1
  85.     slot: 12
  86.     page: 1
  87.     price: 500
  88.     isBuy: true
  89.   Helix:
  90.     id: 3
  91.     name: Helix
  92.     icon:
  93.       ==: org.bukkit.inventory.ItemStack
  94.       type: BOW
  95.       meta:
  96.         ==: ItemMeta
  97.         meta-type: UNSPECIFIC
  98.         display-name: §aHelix
  99.         lore:
  100.          - §7This is a Helix trail
  101.           - §7
  102.           - <price>
  103.          - §7
  104.           - <status>
  105.     permission: ultraskywars.trails.Helix
  106.     particle: FLAME
  107.     type: HELIX
  108.     offsetX: 0.0
  109.     offsetY: 0.0
  110.     offsetZ: 0.0
  111.     speed: 10.0
  112.     range: 15.0
  113.     amount: 1
  114.     slot: 13
  115.     page: 1
  116.     price: 500
  117.     isBuy: true
Add Comment
Please, Sign In to add comment