mirror of
https://github.com/Maxlego08/zKoth.git
synced 2024-11-22 11:55:12 +01:00
📝 Version
This commit is contained in:
parent
32bfe4758d
commit
908e9708be
5
changelog.md
Normal file
5
changelog.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Unreleased
|
||||
|
||||
# 3.0.0
|
||||
|
||||
New version completely recoded
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user