Advertisement
kama6012

ZombieGameGate

Apr 2nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. command /zopen <number>:
  2. permission: op
  3. trigger:
  4. if arg 1 is 1:
  5. set block at location at 32, 63, 72 to air
  6. set block at location at 32, 62, 73 to air
  7. set block at location at 32, 63, 73 to air
  8. execute console command "zm open 1"
  9.  
  10. on rightclick:
  11. clicked block is sign
  12. 1st line of clicked block contains "Zombie"
  13. if 2nd line of clicked block is "1":
  14. player has 50 gold nugget named "&rZombie Coin"
  15. remove 50 gold nugget named "&rZombie Coin" from player's inventory
  16. execute console command "zm open 1"
  17. set block at location at 32, 63, 72 to air
  18. set block at location at 32, 62, 73 to air
  19. set block at location at 32, 63, 73 to air
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement