Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. command /randoblock:
  2. description: Gives you a rando-block
  3. permission: skript.randoblock
  4. trigger:
  5. give a sponge named "&6&lRando-Block" to the player
  6.  
  7. on place of sponge:
  8. if player's tool is sponge named "&6&lRando-Block":
  9. set block at event-location to air
  10. if chance of 1%:
  11. drop 3 diamonds at event-location
  12. else if chance of 3%:
  13. drop 1 diamond at event-location
  14. else if chance of 3%:
  15. drop 10 iron ingots at event-location
  16. else if chance of 5%:
  17. drop 15 iron ingots at event-location
  18. else if chance of 10%:
  19. damage player by 7 hearts
  20. else if chance of 5%:
  21. damage player by 5 hearts
  22. else if chance of 1%:
  23. kill the player
  24. else if chance of 10%:
  25. set block at event-location to water
  26. else if chance of 10%:
  27. spawn a primed tnt at event-location
  28. else if chance of 15%:
  29. spawn 3 creepers at event-location
  30. else if chance of 15%:
  31. spawn 10 zombies at event-location
  32. else if chance of 10%:
  33. drop 5 of sunflower named "&6Schmeckle" at event-location
  34. else if chance of 1%:
  35. drop 1 nether star at event-location
  36. else if chance of 2%:
  37. drop 1 of ghast tear at event-location
  38. else if chance of 3%:
  39. feed the player
  40. else if chance of 1%:
  41. heal the player
  42. else if chance of 2%:
  43. drop 1 golden apple
  44. else if chance of 5%:
  45. drop 5 obsidian at event-location
  46. else if chance of 1%:
  47. chance of 5%:
  48. chance of 5%:
  49. drop 1 bedrock at event-location
  50. clear the player's inventory
  51. damage player by 5 hearts
  52. else if chance of 1%:
  53. spawn wither
  54. else if chance of 5%:
  55. drop 16 coal at event-location
  56. else if chance of 3%:
  57. drop 16 redstone at event-location
  58. else if chance of 1%:
  59. chance of 15%:
  60. drop diamond sword with sharpness 1
  61. else:
  62. strike lightning at player
  63. drop diamond sword with sharpness 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement