Package dev.jorel.commandapi
Class CommandAPISpigotConfig
java.lang.Object
dev.jorel.commandapi.CommandAPIConfig<CommandAPISpigotConfig>
dev.jorel.commandapi.CommandAPIBukkitConfig<CommandAPISpigotConfig>
dev.jorel.commandapi.CommandAPISpigotConfig
- All Implemented Interfaces:
ChainableBuilder<CommandAPISpigotConfig>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstance()skipReloadDatapacks(boolean skip) Sets whether the CommandAPI should skip its datapack reload step after the server has finished loading.Methods inherited from class dev.jorel.commandapi.CommandAPIBukkitConfig
addSkipSenderProxy, addSkipSenderProxy, fallbackToLatestNMS, initializeNBTAPI, setNamespaceMethods inherited from class dev.jorel.commandapi.CommandAPIConfig
dispatcherFile, missingExecutorImplementationMessage, silentLogs, verboseOutput
-
Constructor Details
-
CommandAPISpigotConfig
public CommandAPISpigotConfig(org.bukkit.plugin.java.JavaPlugin plugin)
-
-
Method Details
-
skipReloadDatapacks
Sets whether the CommandAPI should skip its datapack reload step after the server has finished loading.- Parameters:
skip- whether the CommandAPI should skip reloading datapacks when the server has finished loading- Returns:
- this CommandAPIBukkitConfig
-
instance
- Specified by:
instancein interfaceChainableBuilder<CommandAPISpigotConfig>- Specified by:
instancein classCommandAPIBukkitConfig<CommandAPISpigotConfig>
-