Package net.joseplay.allianceutils
Class Allianceutils
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
net.joseplay.allianceutils.Allianceutils
- All Implemented Interfaces:
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner,net.kyori.adventure.key.Namespaced,org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public final class Allianceutils
extends org.bukkit.plugin.java.JavaPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.geysermc.floodgate.api.FloodgateApistatic final com.google.gson.Gsonstatic File -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataBaseManagerstatic net.milkbowl.vault.economy.Economyorg.geysermc.floodgate.api.FloodgateApistatic Allianceutilsstatic org.bukkit.plugin.java.JavaPluginstatic FilevoidvoidonEnable()io.lettuce.core.RedisClientvoidMethods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLifecycleManager, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, registerCommand, registerCommand, registerCommand, registerCommand, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCode, namespaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.plugin.Plugin
getComponentLogger, getDataPath, getLog4JLogger, getSLF4JLogger
-
Field Details
-
dispatcher
-
extensionLoader
-
timerCommands
-
pluginFile
-
GSON
public static final com.google.gson.Gson GSON -
floodgateApi
public org.geysermc.floodgate.api.FloodgateApi floodgateApi -
claimApi
-
combatVerifier
-
serverName
-
discordWebhookSender
-
-
Constructor Details
-
Allianceutils
public Allianceutils()
-
-
Method Details
-
onEnable
public void onEnable()- Specified by:
onEnablein interfaceorg.bukkit.plugin.Plugin- Overrides:
onEnablein classorg.bukkit.plugin.java.JavaPlugin
-
getEconomy
public static net.milkbowl.vault.economy.Economy getEconomy() -
setServerLinks
public void setServerLinks() -
getPlugin
public static org.bukkit.plugin.java.JavaPlugin getPlugin() -
getPluginFile
-
getInstance
-
getDispatcher
-
getDataBaseManager
-
getServerName
-
getServerProfileManager
-
getPlayerProfileManager
-
getClaimApi
-
getCombatVerify
-
getDiscordWebhookSender
-
getFloodgateApi
public org.geysermc.floodgate.api.FloodgateApi getFloodgateApi() -
registerRedis
public io.lettuce.core.RedisClient registerRedis() -
connectDataBase
-
onDisable
public void onDisable()- Specified by:
onDisablein interfaceorg.bukkit.plugin.Plugin- Overrides:
onDisablein classorg.bukkit.plugin.java.JavaPlugin
-