mirror of
https://github.com/Maxlego08/zKoth.git
synced 2024-11-22 11:55:12 +01:00
Merge branch 'release/3.0.0'
This commit is contained in:
commit
a01371cf1e
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.preEnable();
|
||||||
|
|
||||||
|
this.saveResource("koth-example.yml", true);
|
||||||
|
|
||||||
this.storageManager = new StorageManager(this);
|
this.storageManager = new StorageManager(this);
|
||||||
this.kothManager = new KothManager(this);
|
this.kothManager = new KothManager(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user