Version up and README.md edit.

This commit is contained in:
alexcrea 2024-06-23 22:33:37 +02:00
parent a4dda06602
commit e7f1218576
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
4 changed files with 7 additions and 3 deletions

View file

@ -35,6 +35,7 @@ class EcoEnchantDependency(private val ecoEnchantPlugin: Plugin) {
val compatibilityFile = File(folder, "ecoEnchant.yml")
if(compatibilityFile.exists()){
folder.mkdirs()
compatibilityFile.createNewFile()
}