public class Plan extends com.djrapitops.plugin.BukkitPlugin implements PlanPlugin
Constructor and Description |
---|
Plan() |
Modifier and Type | Method and Description |
---|---|
com.djrapitops.plugin.command.ColorScheme |
getColorScheme() |
org.bukkit.configuration.file.FileConfiguration |
getConfig()
Deprecated.
Deprecated due to use of APF Config
|
PlanSystem |
getSystem() |
java.lang.String |
getVersion() |
boolean |
isReloading() |
void |
onDisable()
Disables the plugin.
|
void |
onEnable() |
void |
onReload() |
void |
reloadConfig()
Deprecated.
Deprecated due to use of APF Config
|
void |
saveConfig()
Deprecated.
Deprecated due to use of APF Config
|
void |
saveDefaultConfig()
Deprecated.
Deprecated due to use of APF Config
|
getDebugLogger, getErrorHandler, getPluginLogger, getRunnableFactory, getTimings, isNewVersionAvailable, registerCommand, registerListener, reloadPlugin, setDebugLoggers, setErrorHandlers, setReloading
getClassLoader, getCommand, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, saveResource, setEnabled, setNaggable, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDataFolder, getResource, isSystemEnabled
public void onEnable()
onEnable
in interface com.djrapitops.plugin.IPlugin
onEnable
in interface org.bukkit.plugin.Plugin
onEnable
in class org.bukkit.plugin.java.JavaPlugin
public com.djrapitops.plugin.command.ColorScheme getColorScheme()
getColorScheme
in interface PlanPlugin
public void onDisable()
onDisable
in interface com.djrapitops.plugin.IPlugin
onDisable
in interface org.bukkit.plugin.Plugin
onDisable
in class com.djrapitops.plugin.BukkitPlugin
public java.lang.String getVersion()
getVersion
in interface com.djrapitops.plugin.IPlugin
public void onReload()
onReload
in interface com.djrapitops.plugin.IPlugin
onReload
in class com.djrapitops.plugin.BukkitPlugin
public boolean isReloading()
isReloading
in interface PlanPlugin
isReloading
in interface com.djrapitops.plugin.IPlugin
isReloading
in class com.djrapitops.plugin.BukkitPlugin
@Deprecated public void reloadConfig()
reloadConfig
in interface org.bukkit.plugin.Plugin
reloadConfig
in class org.bukkit.plugin.java.JavaPlugin
@Deprecated public org.bukkit.configuration.file.FileConfiguration getConfig()
getConfig
in interface org.bukkit.plugin.Plugin
getConfig
in class org.bukkit.plugin.java.JavaPlugin
@Deprecated public void saveConfig()
saveConfig
in interface org.bukkit.plugin.Plugin
saveConfig
in class org.bukkit.plugin.java.JavaPlugin
@Deprecated public void saveDefaultConfig()
saveDefaultConfig
in interface org.bukkit.plugin.Plugin
saveDefaultConfig
in class org.bukkit.plugin.java.JavaPlugin
public PlanSystem getSystem()
getSystem
in interface PlanPlugin