Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. #Invalid Args
  2. args: '&cInvalid arguments, use /zoraitems give <snowball|egg|web> <player> (amount)'
  3.  
  4. #Switch Location
  5. switch: '&7You have &dswitched &7locations with &d%player%&7!'
  6.  
  7. #Rotten Egg Hit
  8. hit: '&d%player%&7 has attacked you with a &2Rotten Egg&7!'
  9.  
  10. #Rotten Egg Attack
  11. attack: '&7You attacked &d%player%&7 with a &2Rotten Egg&7!'
  12.  
  13. #Invalid Player
  14. invalid: '&cCould not find that user!'
  15.  
  16. #Within radius
  17. within: '&cYou cannot use this item at spawn!'
  18.  
  19. #Cooldown
  20. cooldown: '&7You cannot use that item for another &d[time] &7seconds!'
  21.  
  22. #Radius from X:0 and Z:0
  23. radius: 50
  24.  
  25. #Teleportation Snowball
  26. snowball:
  27. name: '&6Teleportation Snowball &7(Right Click)'
  28. lore:
  29. - '&7Throw this at a player to &dswitch &7locations with them.'
  30. - ' '
  31. - '&dRadius: &710 blocks'
  32. - '&dCooldown: &710 seconds'
  33. - ' '
  34. - '&7Running low on &dability &7items? Purchase more at &dstore.zorapvp.net'
  35. cooldown: 10 #Seconds
  36. radius: 10 #Blocks
  37. message: '&cYou are not in a radius of %snowradius% blocks, your &6Teleportation Ball&c has been returned.'
  38.  
  39. #Rotten Egg
  40. egg:
  41. name: '&2Rotten Egg &7(Right Click)'
  42. lore:
  43. - '&7Throw this at a player to give them slowness and poison.'
  44. - ' '
  45. - '&dRadius: &710 blocks'
  46. - '&dDuration: &75 seconds'
  47. - '&dCooldown: &710 seconds'
  48. - ' '
  49. - '&7Running low on &dability &7items? Purchase more at &dstore.zorapvp.net'
  50. poison: 1
  51. slowness: 1
  52. time: 5 #Seconds
  53. cooldown: 10 #Seconds
  54. radius: 10 #Blocks
  55. message: '&7You are not in a radius of &d%eggradius% &7blocks, your &2Rotten Egg&7 has been refunded.'
  56.  
  57. #Sticky Web
  58. web:
  59. name: '&f&lSticky Web &7(Right Click)'
  60. lore:
  61. - '&7Click on this item to not take fall damage.'
  62. - ' '
  63. - '&dDuration: &75 seconds'
  64. - '&dCooldown: &710 seconds'
  65. - ' '
  66. - '&7Running low on &dability &7items? Purchase more at &dstore.zorapvp.net'
  67. cooldown: 10
  68. message: '&7you used a &f&lSticky Web&7 your fall damage was negated!'
  69. on-cooldown-message: "&7You are still on cooldown!"
  70. added-cooldown: "&7You have used a &fSticky Web&7!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement