Class InternalPaperConfig
java.lang.Object
dev.jorel.commandapi.InternalConfig
dev.jorel.commandapi.InternalBukkitConfig
dev.jorel.commandapi.InternalPaperConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.papermc.paper.plugin.lifecycle.event.LifecycleEventOwnerio.papermc.paper.plugin.configuration.PluginMetaMethods inherited from class InternalBukkitConfig
fallbackToLatestNMS, getNBTContainerClass, getNBTContainerConstructor, getPluginName, lateInitializeNBT, shouldSkipSenderProxy, skipReloadDatapacksMethods inherited from class InternalConfig
getDispatcherFile, getMissingImplementationMessage, getNamespace, hasSilentLogs, hasVerboseOutput, isNetworkingEnabled, makeNetworkingExceptionsWarnings
-
Constructor Details
-
InternalPaperConfig
-
-
Method Details
-
getLifecycleEventOwner
public io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner getLifecycleEventOwner()- Returns:
- the
LifecycleEventOwnerloading the CommandAPI
-
getPluginMeta
public io.papermc.paper.plugin.configuration.PluginMeta getPluginMeta()- Returns:
- The
PluginMetaof the plugin loading the CommandAPI
-