This commit is contained in:
Christer Warén
2020-10-20 21:54:42 +03:00
parent e5e1acbe32
commit 4cc248f5d2
2 changed files with 11 additions and 9 deletions

View File

@@ -6,15 +6,15 @@
#--------------------------------------------------
on load:
#Configuration
if "mirricraft.yml" exists:
#Create Config
if "mirricraft.yml" exist:
stop
else:
create file "mirricraft.yml"
wf "#--------------------------------------------------"
wf "#"
wf "# MIRRICRAFT"
wf "# by Christer Warén / Warén Group"
wf "#"
wf "#--------------------------------------------------"
#wf "#--------------------------------------------------" to "mirricraft.yml"
#wf "#" to "mirricraft.yml"
#wf "# MIRRICRAFT" to "mirricraft.yml"
#wf "# by Christer Warén / Warén Group" to "mirricraft.yml"
#wf "#" to "mirricraft.yml"
#wf "#--------------------------------------------------" to "mirricraft.yml"
stop