Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.94 KB | None | 0 0
  1. messages:
  2.   no-permission-message: '&bPackages &8» &7You do not have permission to this command!'
  3.   invalid-player-message: '&bPackages &8» &7The specified player could not be found!'
  4.   package-receive-message: '&bPackages &8» &7You have received a &b&n%package%&r&7.'
  5.   package-given-message: '&bPackages &8» &7You have given &b&n%player%&r&7 a &b&n%package%&r&7.'
  6.  
  7.  
  8.  
  9. Block-Package:
  10.    Name: '&c*&f* &bBlock Package &7(Right Click) &f*&c*'
  11.    Lore:
  12.    - ''
  13.    - '&7Use this package to recieve'
  14.    - '&74 random items!'
  15.    - ''
  16.    - '&fPurchasable on the store'
  17.    - '&7((&owwww.example.com&7))'
  18.    Items:
  19.       amount: 2
  20.       1:
  21.          type: 'item'
  22.          material: 'CHEST'
  23.          amount: 1
  24.          
  25.       2:
  26.          type: 'command'
  27.          command: 'eco give %player% 100'
  28.          
  29. Utility-Package:
  30.    Name: '&c*&f* &bUtility Package &7(Right Click) &f*&c*'
  31.    Lore:
  32.    - ''
  33.    - '&7Use this package to recieve'
  34.    - '&74 random items!'
  35.    - ''
  36.    - '&fPurchasable on the store'
  37.    - '&7((&owwww.example.com&7))'
  38.    Items:
  39.       amount: 2
  40.       1:
  41.          type: 'item'
  42.          material: 'CHEST'
  43.          amount: 1
  44.          
  45.       2:
  46.          type: 'command'
  47.          command: 'eco give %player% 100'
  48. Cosmetic-Package:
  49.    Name: '&c*&f* &bCosmetic Package &7(Right Click) &f*&c*'
  50.    Lore:
  51.    - ''
  52.    - '&7Use this package to recieve'
  53.    - '&74 random items!'
  54.    - ''
  55.    - '&fPurchasable on the store'
  56.    - '&7((&owwww.example.com&7))'
  57.    Items:
  58.       amount: 2
  59.       1:
  60.          type: 'item'
  61.          material: 'CHEST'
  62.          amount: 1
  63.          
  64.       2:
  65.          type: 'command'
  66.          command: 'eco give %player% 100'
  67. Gear-Package:
  68.    Name: '&c*&f* &bGear Package &7(Right Click) &f*&c*'
  69.    Lore:
  70.    - ''
  71.    - '&7Use this package to recieve'
  72.    - '&74 random items!'
  73.    - ''
  74.    - '&fPurchasable on the store'
  75.    - '&7((&owwww.example.com&7))'
  76.    Items:
  77.       amount: 2
  78.       1:
  79.          type: 'item'
  80.          material: 'CHEST'
  81.          amount: 1
  82.          
  83.       2:
  84.          type: 'command'
  85.          command: 'eco give %player% 100'
  86. Loot-Package:
  87.    Name: '&c*&f* &bLoot Package &7(Right Click) &f*&c*'
  88.    Lore:
  89.    - ''
  90.    - '&7Use this package to recieve'
  91.    - '&74 random items!'
  92.    - ''
  93.    - '&fPurchasable on the store'
  94.    - '&7((&owwww.example.com&7))'
  95.    Items:
  96.       amount: 2
  97.       1:
  98.          type: 'item'
  99.          material: 'CHEST'
  100.          amount: 1
  101.          
  102.       2:
  103.          type: 'command'
  104.          command: 'eco give %player% 100'
  105. Rank-Package:
  106.    Name: '&c*&f* &bRank Package &7(Right Click) &f*&c*'
  107.    Lore:
  108.    - ''
  109.    - '&7Use this package to recieve'
  110.    - '&74 random items!'
  111.    - ''
  112.    - '&fPurchasable on the store'
  113.    - '&7((&owwww.example.com&7))'
  114.    Items:
  115.       amount: 2
  116.       1:
  117.          type: 'item'
  118.          material: 'CHEST'
  119.          amount: 1
  120.          
  121.       2:
  122.          type: 'command'
  123.          command: 'eco give %player% 100'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement