Solved TuSKe 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.

Haloxx

Member
May 2, 2021
20
0
1
23
i found out how to make the enchantment
but cant give a player a tool with the enchantment
Code:
set {_enchantment.superpic4} to "SuperPickaxeV" parsed as custom enchantment
  set max level of {_enchantment.superpic4} to 1
  set accepted items for {_enchantment.superpic4} to "Pickaxes"
  set rarity of {_enchantment.superpic1} to 1
  set lore name of {_enchantment.superpic4} to "Super Pickaxe V"
  set name of {_enchantment.superpic4} to "Super Pickaxe V"

  set {test} to {_enchantment.superpic4}

command /asd:
  trigger:
    give player diamond pickaxe of {test}
 
Status
Not open for further replies.