Package rocks.gravili.notquests.paper
Class NotQuests
java.lang.Object
rocks.gravili.notquests.paper.NotQuests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of the Data Manager which handles all kinds of MySQL & configuration loading and savingstatic NotQuests
final org.bukkit.plugin.java.JavaPlugin
getMain()
final MessageManager
org.bstats.bukkit.Metrics
Returns an instance of the bStats Metrics objectfinal net.kyori.adventure.text.minimessage.MiniMessage
Returns 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 datavoid
Called when the plugin is disabled or reloaded via ServerUtils / PlugManvoid
onEnable()
Called when the plugin is enabled.void
onLoad()
final net.kyori.adventure.text.Component
void
sendMessage
(org.bukkit.command.CommandSender sender, String message) void
sendMessage
(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)
-