Custom Enchantments

  • 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.

PoetinNL

Member
Jul 6, 2020
2
0
1
23
Well, I am trying to add custom enchantments on for example. swords.
I tried using the Tuske addon, but I was told that It was very buggy/didn't work anymore?

I heard to use nbt value's to add custom enchantments.

Can somebody help me and explain to me how I can add custom enchantments etc?
 
You can simply create custom enchantmetns by checking lore of Item, for example,
Code:
on damage:
    if lore of attacker's tool contains "&7Push":
        chance of 0.3:
            push victim backwards at velocity 2
 
Status
Not open for further replies.