CusT

Untitled

Aug 14th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #======================================#
  2. # #
  3. # Skrypt stworzony #
  4. # Przez #
  5. # ::.Mayard.:: #
  6. #======================================#
  7.  
  8. options:
  9. Block.Angielska.Nazwa: sponge
  10.  
  11.  
  12. on walking on {@Block.Angielska.Nazwa}:
  13. if player is sprinting:
  14. set helmet of player to diamond helmet
  15. set chestplate of player to diamond chestplate
  16. set leggings of player to diamond leggings
  17. set boots of player to diamond boots
  18. else:
  19. execute player command "/spawn"
  20. set helmet of player to diamond helmet
  21. set chestplate of player to diamond chestplate
  22. set leggings of player to diamond leggings
  23. set boots of player to diamond boots
Advertisement
Add Comment
Please, Sign In to add comment