CusT

BlazeNetherTeleporter

Nov 10th, 2013
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. on portal create:
  2. cancel event
  3. on rightclick with a blaze rod:
  4. apply slowness 10 to the player for 5 seconds
  5. apply blindness 1 to the player for 5 seconds
  6. apply nausea 1 to the player for 5 seconds
  7. send " &a Teleportacja do netheru nastapi za 5 sekund !"
  8. wait 1 second
  9. send " &a Teleportacja do netheru nastapi za 4 sekundy !"
  10. wait 1 second
  11. send " &a Teleportacja do netheru nastapi za 3 sekundy !"
  12. wait 1 second
  13. send " &a Teleportacja do netheru nastapi za 2 sekundy !"
  14. wait 1 second
  15. send " &a Teleportacja do netheru nastapi za 1 sekunde !"
  16. wait 1 second
  17. remove blaze rod from player
  18. execute player command "/nether"
  19. send " PRZETELEPORTOWANO DO NETHERU ! "
Advertisement
Add Comment
Please, Sign In to add comment