📝 Version

This commit is contained in:
Maxlego08 2024-02-22 21:39:46 +01:00
parent 32bfe4758d
commit 908e9708be
2 changed files with 7 additions and 0 deletions

5
changelog.md Normal file
View File

@ -0,0 +1,5 @@
# Unreleased
# 3.0.0
New version completely recoded

View File

@ -38,6 +38,8 @@ public class KothPlugin extends ZPlugin {
this.preEnable();
this.saveResource("koth-example.yml", true);
this.storageManager = new StorageManager(this);
this.kothManager = new KothManager(this);