I want to use like "if file exists" for my skript. It is getting YAML config so I need help with this.
These are examples of what I'm trying to get.
ADDONS: Skript-Yaml, SkQuery (Lime)
code_language.skript:
if file "plugins/iEssentials/config.yml" doesn't exist:
if file "plugins/iEssentials/config.yml" doesn't exists:
if file "plugins/iEssentials/config.yml" isn't existent:
if existence of file "plugins/iEssentials/config.yml" is false:
These are examples of what I'm trying to get.
ADDONS: Skript-Yaml, SkQuery (Lime)