Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1.  
  2. command /brushdaj:
  3. trigger:
  4. give 1 of blaze rod named "&6&lUltra Brush" to player
  5.  
  6. on leftclick on stone:
  7. player's tool's name is "&6&lUltra Brush":
  8. targeted block is not bedrock:
  9. targeted block is stone:
  10. set targeted block to air
  11. drop 1 of cobblestone at location of targeted block
  12. targeted block is grass:
  13. set targeted block to air
  14. drop 1 of dirt at location of targeted block
  15. targeted block is dirt :
  16. set targeted block to air
  17. drop 1 of dirt at location of targeted block
  18.  
  19. block below targeted block is not bedrock:
  20. block below targeted block is stone:
  21. set block below targeted block to air
  22. drop 1 of cobblestone at location of targeted block
  23. block below targeted block is dirt:
  24. set block below targeted block to air
  25. drop 1 of dirt at location of targeted block
  26.  
  27. block below block below targeted block is not bedrock:
  28. block below block below targeted block is stone:
  29. set block below block below targeted block to air
  30. drop 1 of cobblestone at location of targeted block
  31. block below block below targeted block is grass:
  32. set block below block below targeted block to air
  33. drop 1 of dirt at location of targeted block
  34.  
  35. block below block below block below targeted block is not bedrock:
  36. block below block below block below targeted block is stone:
  37. set block below block below block below targeted block to air
  38. drop 1 of cobblestone at location of targeted block
  39. block below block below block below targeted block is grass:
  40. set block below block below block below targeted block to air
  41. drop 1 of dirt at location of targeted block
  42.  
  43. block below block below block below block below targeted block is not bedrock:
  44. block below block below block below block below targeted block is stone:
  45. set block below block below block below block below targeted block to air
  46. drop 1 of cobblestone at location of targeted block
  47. block below block below block below block below targeted block is grass:
  48. set block below block below block below block below targeted block to air
  49. drop 1 of dirt at location of targeted block
  50.  
  51. block below block below block below block below block below targeted block is not bedrock:
  52. block below block below block below block below block below targeted block is stone:
  53. set block below block below block below block below block below targeted block to air
  54. drop 1 of cobblestone at location of targeted block
  55. block below block below block below block below block below targeted block is grass:
  56. set block below block below block below block below block below targeted block to air
  57. drop 1 of dirt at location of targeted block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement