Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # SwordEffectsLite v2.4
- #
- # By DinPro
- #
- options:
- prefix: &d&lSwordEffects
- version: 2.4
- on damage:
- held item of attacker is a wooden sword
- apply swiftness 2 to the attacker
- apply blindness 2 to the victim
- poison the victim for 5 seconds
- show mob spawner flames at the victim
- push the victim upwards
- on damage:
- held item of attacker is a stone sword
- apply swiftness 2 to the attacker
- apply blindness 2 to the victim
- poison the victim for 5 seconds
- show mob spawner flames at the victim
- on damage:
- held item of attacker is an iron sword
- apply swiftness 2 to the attacker
- apply blindness 2 to the victim
- show mob spawner flames at the victim
- poison the victim for 5 seconds
- ignite the victim
- on damage:
- held item of attacker is a diamond sword
- apply swiftness 5 to the attacker
- apply blindness 3 to the victim
- show mob spawner flames at the victim
- poison the victim for 5 seconds
- ignite the victim
- create a fake explosion at the victim
- command /sword <text>:
- aliases: /sel
- trigger:
- if arg 1 = "help":
- if player has permission "swords.help":
- message "&3SwordEffectsLite &a- &3DinPro"
- message "&a/sword reload &7- &6Reloads the skript"
- message "&a/sword version &7- &6Shows the current version"
- message "&a/sword cure &7- &6Cures you from poison"
- message "&a/sword help &7- &6Shows this help menu"
- message "&a/sword author &7- &6Shows the Author of the plugin"
- message "&4Youtube &a- &5www.youtube.com/c/DinPro2"
- exit
- else:
- message "{@prefix} &cYou don't have the permission &6swords.help&c!"
- if arg 1 is "author":
- if player has permission "swords.author":
- message "{@prefix} &aThe Author of this Skript Is &6DinPro&a!"
- exit
- else:
- message "{@prefix} &cYou don't have the permission &6swords.author&c!"
- if arg 1 is "reload":
- if player has permission "swords.reload":
- make console execute command "/sk reload SwordEffectsLite"
- message "{@prefix} &bSuccessfully reloaded &aSwordEffectsLite"
- exit
- else:
- message "{@prefix} &cYou don't have the permission &6swords.reload&c!"
- if arg 1 is "cure":
- if player has permission "swords.cure":
- message "{@prefix} &6You Have Been Cured!"
- cure the player from poison
- exit
- else:
- message "{@prefix} &cYou don't have the permission &6swords.cure&c!"
- if arg 1 is "version":
- if player has permission "swords.version":
- message "{@prefix} &aYou are currently running &6SwordEffectsLite &aon the version &8{@version}"
- exit
- else:
- message "{@prefix} &cYou don't have the permission &6swords.version&c!"
- else:
- make the player execute "/sel help"
Advertisement
Add Comment
Please, Sign In to add comment