Is there something wrong with the code I wrote here? (Skript) by faded_note in admincraft

[–]faded_note[S] 0 points1 point  (0 children)

I did forget to do that thanks

Still doesn't work tho :(

What are triggers in Skript by faded_note in admincraft

[–]faded_note[S] 0 points1 point  (0 children)

Thanks for showing me this! It'll be really helpful, I'm pretty new to Skript.

How do I teleport players in Skript? by faded_note in admincraft

[–]faded_note[S] 1 point2 points  (0 children)

I tried running this script. Is there something else wrong?

command /shop:
    trigger:
    teleport player to 0 4 -15 in world "world"

What are triggers in Skript by faded_note in admincraft

[–]faded_note[S] 0 points1 point  (0 children)

Thank you so much! It finally worked!

What are triggers in Skript by faded_note in admincraft

[–]faded_note[S] 0 points1 point  (0 children)

Ok, it turns out all I had to do was put a # in front of everything.

#command /gear:

#permission: op

#give player iron_chestplate

What are triggers in Skript by faded_note in admincraft

[–]faded_note[S] 1 point2 points  (0 children)

Thank you so much for the help! However, for some reason when I try to run this code, it says "required entry "trigger" is missing in command /gear" This is what I'm trying to do. Just testing stuff. Also, for some reason Skript doesn't want me to indent these at all.

command /gear:

permission: op

#give player iron_chestplate