Moved to GitLab! ;)
This commit is contained in:
parent
05a473b538
commit
609045e3d9
1 changed files with 3 additions and 2 deletions
|
@ -14,10 +14,11 @@ import org.bukkit.plugin.java.JavaPlugin;
|
||||||
import org.inventivetalent.apihelper.APIManager;
|
import org.inventivetalent.apihelper.APIManager;
|
||||||
|
|
||||||
public final class ShowAPIPlugin extends JavaPlugin {
|
public final class ShowAPIPlugin extends JavaPlugin {
|
||||||
|
|
||||||
private static ShowAPIPlugin instance;
|
private static ShowAPIPlugin instance;
|
||||||
private static PaperCommandManager commandManager;
|
|
||||||
private final ShowAPI showAPI = new ShowAPI();
|
private final ShowAPI showAPI = new ShowAPI();
|
||||||
|
|
||||||
|
private static PaperCommandManager commandManager;
|
||||||
|
|
||||||
private static YamlFile data;
|
private static YamlFile data;
|
||||||
private static ParticleNativeAPI particleAPI;
|
private static ParticleNativeAPI particleAPI;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue