public class VipFeatures
extends org.bukkit.plugin.java.JavaPlugin
Modifier and Type | Field and Description |
---|---|
static Config |
boostersGUI |
static Config |
config |
static Database |
database |
static Config |
mainGUI |
static Config |
particlesGUI |
static VipFeatures |
plugin |
static Config |
spellsGUI |
static Config |
trailsGUI |
Constructor and Description |
---|
VipFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
disablePlugin()
Disable plugin
|
static java.util.List<Minigame> |
getMinigames() |
static NMS.support |
getNms() |
void |
onEnable() |
void |
setNMS(NMS.support nms)
Set server NMS support
|
getClassLoader, getCommand, getConfig, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, initialize, installDDL, isEnabled, isInitialized, isNaggable, onCommand, onDisable, onLoad, onTabComplete, reloadConfig, removeDDL, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
public static VipFeatures plugin
public static Config config
public static Config mainGUI
public static Config trailsGUI
public static Config spellsGUI
public static Config particlesGUI
public static Config boostersGUI
public static Database database
public void onEnable()
onEnable
in interface org.bukkit.plugin.Plugin
onEnable
in class org.bukkit.plugin.java.JavaPlugin
public void setNMS(NMS.support nms)
nms
- NMS instancepublic void disablePlugin()
public static java.util.List<Minigame> getMinigames()
public static NMS.support getNms()