Updated main skript

This commit is contained in:
Christer Warén 2020-10-20 04:46:50 +03:00
parent 86f47ddd4e
commit 0ebf61a63b
2 changed files with 5 additions and 3 deletions

View File

@ -5,4 +5,5 @@ Dependencies:
- [Skript 2.5](https://github.com/SkriptLang/Skript/releases) - [Skript 2.5](https://github.com/SkriptLang/Skript/releases)
- [Skellett-Legacy](https://github.com/TheLimeGlass/Skellett) - [Skellett-Legacy](https://github.com/TheLimeGlass/Skellett)
- [SkQuery-4.1.3](https://github.com/SkQuery/SkQuery) - [SkQuery-4.1.3](https://github.com/SkQuery/SkQuery)
- [skRayFall+v1.9.18](https://github.com/eyesniper2/skRayFall) - [skRayFall+v1.9.18](https://github.com/eyesniper2/skRayFall)
- [skUtilities.v0.9.2](https://github.com/tim740/skUtilities)

View File

@ -7,7 +7,8 @@
on load: on load:
#Create Config #Create Config
if file "mirricraft.yml" doesn't exists: if file "mirricraft.yml" exists:
stop
else:
create file "mirricraft.yml" create file "mirricraft.yml"
on connect: