Initial BungeeCord edition
This commit is contained in:
parent
4416d55173
commit
23e8e80191
75 changed files with 1931 additions and 396 deletions
|
|
@ -0,0 +1,17 @@
|
|||
package net.frankheijden.serverutils.common;
|
||||
|
||||
import net.frankheijden.serverutils.common.entities.ServerUtilsPlugin;
|
||||
|
||||
public class ServerUtilsApp {
|
||||
|
||||
public static final int BSTATS_METRICS_ID = 7790;
|
||||
private static ServerUtilsPlugin plugin;
|
||||
|
||||
public static void init(ServerUtilsPlugin plugin) {
|
||||
ServerUtilsApp.plugin = plugin;
|
||||
}
|
||||
|
||||
public static ServerUtilsPlugin getPlugin() {
|
||||
return plugin;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue