Advertisement
TE1TO9_

Untitled

Apr 7th, 2019
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. on rightclick with stone:
  2.     cancel event
  3.     equip player with stone
  4. on rightclick with grass:
  5.     cancel event
  6.     equip player with grass
  7. on rightclick with log:
  8.     cancel event
  9.     equip player with log
  10. on rightclick with bookshelf:
  11.     cancel event
  12.     equip player with bookshelf
  13. on rightclick with glass:
  14.     cancel event
  15.     equip player with glass
  16. on rightclick with sand:
  17.     cancel event
  18.     equip player with sand
  19. on rightclick with snow:
  20.     cancel event
  21.     equip player with snow
  22. on rightclick with melon block:
  23.     cancel event
  24.     equip player with melon block
  25. on rightclick with tnt:
  26.     cancel event
  27.     equip player with tnt
  28. on rightclick with brick block:
  29.     cancel event
  30.     equip player with brick block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement