GamePL7

Amulety v1.1

Aug 6th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. on rightclick with 405:
  2. if player's tool is 405 named "&c&lAmulet Sily!":
  3. apply STRENGTH 6 to player for 200 seconds
  4. send "&c&lMasz Sile!" to player
  5. remove 1 405 from player
  6.  
  7. on rightclick with 348:
  8. if player's tool is 348 named "&c&lAmulet Mocnego Skoku!":
  9. apply JUMP 3 to player for 200 seconds
  10. send "&c&lMasz Skok!" to player
  11. remove 1 348 from player
  12.  
  13. on rightclick with 378:
  14. if player's tool is blaze rod named "&b&lAmulet Boskiej Ochrony!":
  15. apply RESISTANCE 3 to player for 200 seconds
  16. send "&c&lMasz Ohrone!" to player
  17. remove 1 378 from player
  18.  
  19. on rightclick with 369:
  20. if player's tool is 369 named "&3&lAmulet Szybkosci!":
  21. apply SPEED 3 to player for 200 seconds
  22. send "&c&lMasz SPEEDA!" to player
  23. remove 1 369 from player
  24.  
  25. command /amulet [<text>]:
  26. If player has permission "amulety.free":
  27. If arg 1 is "speed":
  28. give 1 369 named "&3&lAmulet Szybkosci!" to player
  29. If arg 1 is "prot":
  30. give 1 378 named "&b&lAmulet Boskiej Ochrony!" to player
  31. If arg 1 is "jump":
  32. give 1 348 named "&c&lAmulet Mocnego Skoku!" to player
  33. If arg 1 iż "strong":
  34. give 1 405 named "&c&lAmulet Sily!"
  35. else:
  36. send "&aWpisz speed/prot/jump/strong aby dostac amulet&7!" to player
Advertisement
Add Comment
Please, Sign In to add comment