Problem creating config in skript

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

AkroDogy2005

Member
Apr 20, 2018
18
1
3
24
I have this code:
Code:
on load:
    message "&f" to console
    message "&7(&6!&7) &7Status: &eStarting...." to console
    message "&f" to console
    if folder "plugins/AkroMuteChat" doesn't exists:
        create folder "plugins/AkroMuteChat"
    if file "plugins/AkroMuteChat" doesn't exists:
        create file "plugins/AkroMuteChat/config.yml"

But i get this problem
[15:42:14 ERROR]: can't understand this condition: 'folder "plugins/AkroMuteChat" doesn't exists' (MuteChat.sk, line 7: if folder "plugins/AkroMuteChat" doesn't exists:')
[15:42:14 ERROR]: can't understand this condition: 'file "plugins/AkroMuteChat" doesn't exists' (MuteChat.sk, line 9: if file "plugins/AkroMuteChat" doesn't exists:')

I use this plugins:
SkUtilities
WildSkript
SkQuery
Skript

I am running on Spigot 1.12.2 and wildskript doesn't work and i think this is problem how can i find a replacement for this plugin?
[doublepost=1577739804,1577627114][/doublepost]someone?
 
Status
Not open for further replies.