am i doing wrong?

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

Ok boomer

Member
Feb 16, 2021
1
0
1
23
command /eğil:
aliases: /egil, /çök, /cok
description: Eğil
trigger:
execute player command "/crawl"
 
Did you forget to put 2 spaces before the crawl command? Is crawl even a real command? Is “/crawl” supposed to be text? Maybe it could be:

Code:
command /crawl
  aliases: /c
  description: crawl
  trigger:
    execute player command “/crawl”
 
Last edited:
Did you forget to put 2 spaces before the crawl command? Is crawl even a real command? Is “/crawl” supposed to be text? Maybe it could be:

Code:
command /crawl
  aliases: /c
  description: crawl
  trigger:
    execute player command “/crawl”

I recommend using
Code:
command /crawl:
  aliases: /c
  description: crawl
  trigger:
    make player execute command “/crawl”
 
oh yeaahhhhh! It will create an infinite loop! Maybe set it to “if player jumps: cancel event” or something idk
 
Status
Not open for further replies.