Enchantment Scripts!!!FREE!!!

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

_Mr_Puppy_

New Member
Aug 22, 2021
4
0
1
23
This Script Is Going To Include The Enchantments: With, Explosion, Poison, Levels 1- 5 I Also Made Blindness 1-10 And A Little Extra I Added For Admins Is The Enchantment Level "M" (1000) It Makes The Effect Do Either 9999999 Or 9999999 Effect Time. You Can Either Download Or Copy Paste The Script But Anyway Here's The Scripts:

on damage:
attacker is a player
lore of attacker's held item contains "&eWither I"
apply wither 1 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion I"
create fake explosion at location of victim
remove damage/1 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison I"
apply poison 1 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither II"
apply wither 2 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion II"
create fake explosion at location of victim
remove damage/2 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison II"
apply poison 2 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither III"
apply wither 3 to victim for 5 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion III"
create fake explosion at location of victim
remove damage/4 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison III"
apply poison 3 to victim for 5 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither IV"
apply wither 4 to victim for 6 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion IV"
create fake explosion at location of victim
remove damage/8 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison IV"
apply poison 4 to victim for 6 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither V"
apply wither 5 to victim for 10 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion V"
create fake explosion at location of victim
remove damage/15 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison V"
apply poison 5 to victim for 10 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness I"
apply blindness 1 to victim for 1 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness II"
apply blindness 1 to victim for 2 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness III"
apply blindness 1 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness IV"
apply blindness 1 to victim for 4 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness V"
apply blindness 1 to victim for 5 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness VI"
apply blindness 1 to victim for 6 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness VII"
apply blindness 1 to victim for 7 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness VIII"
apply blindness 1 to victim for 8 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness IX"
apply blindness 1 to victim for 9 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness X"
apply blindness 1 to victim for 10 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness M"
apply blindness 1000 to victim for 9999999 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither M"
apply wither 1000 to victim for 9999999 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion M"
create fake explosion at location of victim
remove damage/9999999 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison M"
apply poison 1000 to victim for 9999999 seconds
# to create more effects use this copy paste template and change same parts of it
# on damage:
# attacker is a player
# lore of attacker's held item contains "&e<Effect Name> <Effect roman numeric level>"
# apply <Effects Real Name EX: regeneration> <effects numeric level> to victim for <amount of seconds> seconds
 

Attachments

  • customenchants.txt
    4.2 KB · Views: 128
Last edited:
This Script Is Going To Include The Enchantments: With, Explosion, Poison, Levels 1- 5 I Also Made Blindness 1-10 And A Little Extra I Added For Admins Is The Enchantment Level "M" (1000) It Makes The Effect Do Either 9999999 Or 9999999 Effect Time. You Can Either Download Or Copy Paste The Script But Anyway Here's The Scripts:

on damage:
attacker is a player
lore of attacker's held item contains "&eWither I"
apply wither 1 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion I"
create fake explosion at location of victim
remove damage/1 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison I"
apply poison 1 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither II"
apply wither 2 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion II"
create fake explosion at location of victim
remove damage/2 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison II"
apply poison 2 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither III"
apply wither 3 to victim for 5 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion III"
create fake explosion at location of victim
remove damage/4 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison III"
apply poison 3 to victim for 5 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither IV"
apply wither 4 to victim for 6 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion IV"
create fake explosion at location of victim
remove damage/8 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison IV"
apply poison 4 to victim for 6 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither V"
apply wither 5 to victim for 10 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion V"
create fake explosion at location of victim
remove damage/15 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison V"
apply poison 5 to victim for 10 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness I"
apply blindness 1 to victim for 1 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness II"
apply blindness 1 to victim for 2 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness III"
apply blindness 1 to victim for 3 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness IV"
apply blindness 1 to victim for 4 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness V"
apply blindness 1 to victim for 5 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness VI"
apply blindness 1 to victim for 6 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness VII"
apply blindness 1 to victim for 7 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness VIII"
apply blindness 1 to victim for 8 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness IX"
apply blindness 1 to victim for 9 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness X"
apply blindness 1 to victim for 10 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eBlindness M"
apply blindness 1000 to victim for 9999999 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eWither M"
apply wither 1000 to victim for 9999999 seconds
on damage:
attacker is a player
lore of attacker's held item contains "&eExplosion M"
create fake explosion at location of victim
remove damage/9999999 from victim's health
on damage:
attacker is a player
lore of attacker's held item contains "&ePoison M"
apply poison 1000 to victim for 9999999 seconds
# to create more effects use this copy paste template and change same parts of it
# on damage:
# attacker is a player
# lore of attacker's held item contains "&e<Effect Name> <Effect roman numeric level>"
# apply <Effects Real Name EX: regeneration> <effects numeric level> to victim for <amount of seconds> seconds

Shouldn't post this here, post in resources.
 
Status
Not open for further replies.