Anteks12345

VChest

Apr 21st, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. command /ustaw:
  2. trigger:
  3. if target block is chest:
  4. set {piec.%player%} to the target block
  5. send "&aSkrzynia ustawiona!"
  6. else:
  7. send "&cMozesz ustawic tylko skrzynie!"
  8. command /otworz:
  9. trigger:
  10. if {piec.%player%} is set:
  11. open {piec.%player%} to the player
  12. send "&aOtwarto"
  13. else:
  14. send "&cNajpierw ustaw skrzynie komeda /ustaw!"
Advertisement
Add Comment
Please, Sign In to add comment