Solved Giving unbreakable tools

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

SoMuchWessel

Active Member
Apr 3, 2017
147
3
18
47
Hey,

I want to make a command which gives you a unbreakable enchanted tool.
This is the code i have now:

code_language.skript:
command /tools:
    description: get tools
    usage: /tools
    permission: tools.get
    trigger:
        add a unbreakable diamond pickaxe of efficiency 3 named "&bSuper Pickaxe" to player

But is isnt working, can you guys help me out?
 
Hey,

I want to make a command which gives you a unbreakable enchanted tool.
This is the code i have now:

code_language.skript:
command /tools:
    description: get tools
    usage: /tools
    permission: tools.get
    trigger:
        add a unbreakable diamond pickaxe of efficiency 3 named "&bSuper Pickaxe" to player

But is isnt working, can you guys help me out?
just a quick question, do you mean the unbreaking enchant or just undamageable?
 
Last edited by a moderator:
Do you have the Umbaska addon? Your code works for me, but the addon is required
764785f32f.png
 
Last edited by a moderator:
Status
Not open for further replies.