Advertisement
Pcornel

MCSK VagtStav

Mar 23rd, 2016
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. #===============================================================================
  2. #Lavet af danni225 og Pcornel
  3. #Alle rettigheder forbeholdes
  4. #===============================================================================
  5.  
  6. #===============================================================================
  7. #REQUIREMENTS:
  8. #===============================================================================
  9. #Skript 2.1.2
  10. #http://dev.bukkit.org/bukkit-plugins/skript/files/84-2-1-2/
  11. #===============================================================================
  12. #skRayFall v1.8+
  13. #http://dev.bukkit.org/bukkit-plugins/skrayfall/files/26-sk-ray-fall-v1-8/
  14. #===============================================================================
  15.  
  16. command /stav:
  17. aliases: /stick
  18. trigger:
  19. if player has permission "vagt.stav":
  20. give player a stick of knockback 5 named "&cVagt Stav"
  21. else:
  22. message "You dont have the permission to get the special stick!"
  23.  
  24. on damage of a player:
  25. if attacker has permission "vagt.stav":
  26. if attacker is holding a stick named "&cVagt Stav":
  27. send victim title "&4&lADVARSEL" with subtitle "&cGå væk fra %attacker%" for 5 seconds
  28. apply slowness to victim for 4 seconds
  29. apply blindness to victim for 4 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement