Solved what is my mistake in this code?

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

Ferhat5534

Member
Apr 15, 2022
1
0
1
19
Code:
command /kazma <integer>:
    usage: /kazma <integer>
    trigger:
        if arg 1 is 1:
            give wood pickaxe with lore "&6Explosive 3x3x3" to player
        if arg 1 is 2:
            give stone pickaxe with lore "&6Explosive 3x3x3" to player
        if arg 1 is 3:
            give iron pickaxe with lore "&6Explosive 3x3x3" to player
        if arg 1 is 4:
            give gold pickaxe with lore "&6Explosive 3x3x3" to player
        if arg 1 is 5:
            give diamond pickaxe with lore "&6Explosive 3x3x3" to player
 
Status
Not open for further replies.