Class CommandAPIPaperConfig

java.lang.Object
dev.jorel.commandapi.CommandAPIConfig<CommandAPIPaperConfig>
dev.jorel.commandapi.CommandAPIBukkitConfig<CommandAPIPaperConfig>
dev.jorel.commandapi.CommandAPIPaperConfig
All Implemented Interfaces:
dev.jorel.commandapi.ChainableBuilder<CommandAPIPaperConfig>

public class CommandAPIPaperConfig extends dev.jorel.commandapi.CommandAPIBukkitConfig<CommandAPIPaperConfig>
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommandAPIPaperConfig(io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner lifecycleEventOwner)
    Creates a new CommandAPIPaperConfig object
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class dev.jorel.commandapi.CommandAPIBukkitConfig

    addSkipSenderProxy, addSkipSenderProxy, fallbackToLatestNMS, initializeNBTAPI, setNamespace

    Methods inherited from class dev.jorel.commandapi.CommandAPIConfig

    dispatcherFile, enableNetworking, makeNetworkingExceptionsWarnings, missingExecutorImplementationMessage, silentLogs, verboseOutput

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommandAPIPaperConfig

      public CommandAPIPaperConfig(io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner lifecycleEventOwner)
      Creates a new CommandAPIPaperConfig object
      Parameters:
      lifecycleEventOwner - The LifecycleEventOwner loading the CommandAPI. Can be a JavaPlugin or a BootstrapContext.
  • Method Details