The command is not created.

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

unmoor

New Member
Aug 14, 2019
5
0
0
24
I was working on a script while watching YouTube.
But command commands don't even work. I'll attach my script file so please suggest me a solution.
Thank you.

1.14.4
 

Attachments

  • 초급 랜덤박스.sk
    17.9 KB · Views: 213
Code:
if name of player's tool is "&a&l초급 랜덤박스":
    cancel evnet

Misspells, obviously not working, what's the output from console?

Code:
give 1 diamond_pickaxe{Enchantments:[{id:"minecraft:efficiency",lvl:4s},{id:"minecraft:unbreaking",lvl:3s},{id:"minecraft:fortune",lvl:3s}]}

Does this work???

Doesn't work. I don't think there's any syntax to modify anymore, but maybe the script's version is beta?
 
[QUOTE = "malia, post : 42645, member : 8404"] 좋아, Skript로 무엇을하고 싶은지 말해봐 의사를 만들고 테스트 해 보자 [/ QUOTE]

I want to make a script that right clicks on an item and then randomizes the item. Like a random box script.
 
code_language.skript:
on right click:
    if player's held item name is "&cRandom Generator":
        set {random} to random integer between 1 and 10
        switch {random}:
             case 1:
                 # do stuff

A workout would be something like this, have no idea on other ways

thank you for letting me know. But it doesn't work.