excute help

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

spdlxmq

Member
Dec 15, 2021
2
0
1
16
What plugin is needed to operate the excute with Skript? I wrote the code as below, but it doesn't work.

Code:
every 300 seconds:
    excute console command as op "save-all"
 
So I used it like this, but it didn't work. Do you know how to solve it?

Code:
every 300 seconds:
    excute console command "save-all"
For executing a command, I believe you need a "/" after the first quote. For example, "/save-all" rather than "save-all". Hope this helps.
 
I know what the problem is. You spelled ding dang execute wrong I mean wth. It's ok if your in a different lang but that's just not how you spell it.
 
Status
Not open for further replies.