Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. license-key: "HWID-KEY-HERE"
  2.  
  3. #Invalid Args
  4. args: '&cInvalid arguments, use /zoraitems give <snowball|egg|rocket|web|grapplinggun|bedbomb|stormaxe> <player> (amount)'
  5.  
  6. #Switch Location
  7. switch: '&dYou have switched locations with &5%player%&d!'
  8.  
  9. #Rotten Egg Hit
  10. hit: '&5%player%&d has attacked you with a &2Rotten Egg&d!'
  11.  
  12. #Rotten Egg Attack
  13. attack: '&dYou have attacked &5%player%&d with a &2Rotten Egg&d!'
  14.  
  15. #Invalid Player
  16. invalid: '&cCould not find that user!'
  17.  
  18. #Within radius
  19. within: '&cYou cannot use this item at spawn!'
  20.  
  21. #Cooldown
  22. cooldown: '&cYou cannot use that item for another [time] seconds!'
  23.  
  24. #Radius from X:0 and Z:0
  25. radius: 50
  26.  
  27. #Snowball
  28. snowball:
  29. name: '&6Teleportation Ball'
  30. lore:
  31. - '&7Throw this at a player to switch locations with them'
  32. cooldown: 10 #Seconds
  33. radius: 10 #Blocks
  34. message: '&cYou are not in a radius of %snowradius% blocks, your &6Teleportation Ball&c has been returned.'
  35. did-not-hit: "&cYour &fTeleportation Snowball &cdidn't hit a player! It has been refunded."
  36.  
  37. #Egg
  38. egg:
  39. name: '&2Rotten Egg'
  40. lore:
  41. - '&7Throw this at a player to give them slowness and poison'
  42. poison: 1
  43. slowness: 1
  44. time: 5 #Seconds
  45. cooldown: 10 #Seconds
  46. radius: 10 #Blocks
  47. message: '&cYou are not in a radius of %eggradius% blocks, your &2Rotten Egg&c has been returned.'
  48. did-not-hit: "&cYour &2Rotten Egg &cdidn't hit a player! It has been refunded."
  49.  
  50. #Web
  51. web:
  52. name: '&f&lSticky Web'
  53. lore:
  54. - '&7Holding this item will negate fall damage.'
  55. cooldown: 5
  56. #Set to '' to display no message.
  57. message: '&aSince you held a &f&lSticky Web&a your fall damage was negated!'
  58. added-cooldown: "&dYou have used a Sticky Web!"
  59.  
  60. #StormBreaker
  61. stormbreaker:
  62. name: '&b&lStorm Breaker'
  63. lore:
  64. - '&cWhip'
  65. cooldown: 7
  66. #Set to '' to display no message.
  67. message: '&bInitiated the &cStorm Sequence!'
  68. added-cooldown: "&dYou have used a Storm Sequence!"
  69. damage: 5.5
  70.  
  71. #BedBomb
  72. bedbomb:
  73. name: '&c&lBed Bomb'
  74. lore: "&7Place this to create an explosion!"
  75. message: "&7You have initiated a &cBed Bomb!"
  76. cooldown: 10
  77. damage: 4
  78.  
  79. #Rocket
  80. rocket:
  81. name: '&4Rocket'
  82. lore:
  83. - '&7Right-Click to launch!'
  84. cooldown: 5
  85. #Set to '' to display no message.
  86. message: '&4WOOSH! &cYou have used a Rocket!'
  87. added-cooldown: "&dYou have used a Rocket!"
  88. launch-distance: 4.0
  89.  
  90. #GrapplingGun
  91. grapplinggun:
  92. name: '&6&lGrappling Gun'
  93. lore:
  94. - '&dWhoosh'
  95. cooldown: 7
  96. #Set to '' to display no message.
  97. message: '&eWhoosh! You have used a grappling gun!'
  98. added-cooldown: "&dYou have used your grappling gun"
  99. damage: 2.0
  100. distance: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement