Package rocks.gravili.notquests.paper
Class NotQuests
java.lang.Object
rocks.gravili.notquests.paper.NotQuests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of the Data Manager which handles all kinds of MySQL & configuration loading and savingstatic NotQuestsfinal org.bukkit.plugin.java.JavaPlugingetMain()final MessageManagerorg.bstats.bukkit.MetricsReturns an instance of the bStats Metrics objectfinal net.kyori.adventure.text.minimessage.MiniMessageReturns 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 datavoidCalled when the plugin is disabled or reloaded via ServerUtils / PlugManvoidonEnable()Called when the plugin is enabled.voidonLoad()final net.kyori.adventure.text.ComponentvoidsendMessage(org.bukkit.command.CommandSender sender, String message) voidsendMessage(org.bukkit.command.CommandSender sender, net.kyori.adventure.text.Component component) 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() -
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
-
getVariablesManager
-
getActionManager
-
getTriggerManager
-
getCommandManager
-
getConversationManager
-
getPacketManager
-
getUpdateManager
-
getGuiManager
-
getBackupManager
-
getIntegrationsManager
-
getMessageManager
-
getMiniMessage
public final net.kyori.adventure.text.minimessage.MiniMessage getMiniMessage() -
parse
-
sendMessage
-
sendMessage
public void sendMessage(org.bukkit.command.CommandSender sender, net.kyori.adventure.text.Component component)
-