Package rocks.gravili.notquests.spigot
Class NotQuests
java.lang.Object
rocks.gravili.notquests.spigot.NotQuests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.platform.bukkit.BukkitAudiences
Returns an instance of the Data Manager which handles all kinds of MySQL & configuration loading and savingstatic NotQuests
final org.bukkit.plugin.java.JavaPlugin
getMain()
org.bstats.bukkit.Metrics
Returns an instance of the bStats Metrics objectReturns an instance of the QuestManager which handles the saving and loading of configured QuestsReturns an instance of the QuestPlayer Manager which handles the saving and loading of player databoolean
void
Called when the plugin is disabled or reloaded via ServerUtils / PlugManvoid
onEnable()
Called when the plugin is enabled.void
onLoad()
void
-
Constructor Details
-
NotQuests
public NotQuests(org.bukkit.plugin.java.JavaPlugin main)
-
-
Method Details
-
getMain
public final org.bukkit.plugin.java.JavaPlugin getMain() -
onLoad
public void onLoad() -
isAdventureEnabled
public boolean isAdventureEnabled() -
adventure
public net.kyori.adventure.platform.bukkit.BukkitAudiences adventure() -
getInstance
-
getConfiguration
-
onEnable
public void onEnable()Called when the plugin is enabled. A bunch of stuff is initialized here -
setupBStats
public void setupBStats() -
onDisable
public void onDisable()Called when the plugin is disabled or reloaded via ServerUtils / PlugMan -
getQuestManager
Returns an instance of the QuestManager which handles the saving and loading of configured Quests- Returns:
- an instance of the Quest Manager
-
getQuestPlayerManager
Returns an instance of the QuestPlayer Manager which handles the saving and loading of player data- Returns:
- an instance of the QuestPlayer Manager
-
getDataManager
Returns an instance of the Data Manager which handles all kinds of MySQL & configuration loading and saving- Returns:
- an instance of the Data Manager
-
getActionsYMLManager
-
getConditionsYMLManager
-
getMetrics
public org.bstats.bukkit.Metrics getMetrics()Returns an instance of the bStats Metrics object- Returns:
- bStats Metrics object
-
getLanguageManager
-
getLogManager
-
getUtilManager
-
getArmorStandManager
-
getPerformanceManager
-
getObjectiveManager
-
getConditionsManager
-
getActionManager
-
getTriggerManager
-
getCommandManager
-
getConversationManager
-
getPacketManager
-
getUpdateManager
-
getGuiManager
-
getBackupManager
-
getIntegrationsManager
-