Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. #The name of what will be used in /dp give <player> <name> <amount>
  2. Example:
  3. #item
  4. name: '&b&lExample DP'
  5. #Item name/ID
  6. materials: '264'
  7. #Item Lore
  8. lore:
  9. - '&7This is an example DP Item'
  10. - '&7Right click to start a DP where you are at!'
  11. #How long it takes before the items start shooting out in seconds
  12. timer: 5
  13. #How long the DP shoots out items (how long until the DP ends in seconds)
  14. length: 15
  15. #Should it broadcast to the server that this DP is starting? Or just message the player that used the item?
  16. broadcast: true
  17. #You can also add items with /dp additem <name> it will copy the amount, lore, name, etc.
  18. items:
  19. - 'Item:310, Amount:1, Name:&dDrop Party Helmet, Enchantments:Protection:4,Unbreaking:3, Lore:&7Dropped from an example DP.'
  20. - 'Item:310, Amount:16, Name:&dDrop Party Golden Apple, Lore:&7Dropped from an example DP.\n&7Multi-Line Support'
  21. - 'Command: eco give %nearestPlayer 500'
  22. #Able to Create Multiple Different DPs
  23. Example2:
  24. #item
  25. name: '&b&lExample DP2'
  26. #Item name/ID
  27. materials: '264'
  28. #Item Lore
  29. lore:
  30. - '&7This is an example DP Item'
  31. - '&7Right click to start a DP where you are at!'
  32. #How long it takes before the items start shooting out in seconds
  33. timer: 5
  34. #How long the DP shoots out items (how long until the DP ends in seconds)
  35. length: 15
  36. #Should it broadcast to the server that this DP is starting? Or just message the player that used the item?
  37. broadcast: true
  38. #You can also add items with /dp additem <name> it will copy the amount, lore, name, etc.
  39. items:
  40. - 'Item:310, Amount:1, Name:&dDrop Party Helmet, Enchantments:Protection:4,Unbreaking:3, Lore:&7Dropped from an example DP.'
  41. - 'Item:310, Amount:16, Name:&dDrop Party Golden Apple, Lore:&7Dropped from an example DP.\n&7Multi-Line Support'
  42. - 'Command: eco give %nearestPlayer 500'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement