public class LapisCorePlugin
extends org.bukkit.plugin.java.JavaPlugin
| Modifier and Type | Field and Description |
|---|---|
LapisCoreConfiguration |
config |
LapisCorePermissions |
perms |
String |
primaryColor |
String |
secondaryColor |
| Constructor and Description |
|---|
LapisCorePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerConfiguration(LapisCoreConfiguration config)
Register a
LapisCoreConfiguration class to be accessed with this.config |
void |
registerPermissions(LapisCorePermissions perms)
Register a
LapisCorePermissions class to be accessed with this.perms |
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onDisable, onEnable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringpublic String primaryColor
public String secondaryColor
public LapisCoreConfiguration config
public LapisCorePermissions perms
public void registerConfiguration(LapisCoreConfiguration config)
LapisCoreConfiguration class to be accessed with this.configconfig - The configuration class you wish to registerpublic void registerPermissions(LapisCorePermissions perms)
LapisCorePermissions class to be accessed with this.permsperms - The permissions class you wish to registerCopyright © 2019. All rights reserved.