Class KamiCommand.Config

java.lang.Object
com.kamikazejam.kamicommon.command.KamiCommand.Config
Enclosing class:
KamiCommand

public static class KamiCommand.Config extends Object
Message and Color configuration for KamiCommand messages.
  • Field Details

  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getRequirementPermissionDenied

      @NotNull public static @NotNull String getRequirementPermissionDenied()
    • getSenderMustBePlayer

      @NotNull public static @NotNull String getSenderMustBePlayer()
    • getSenderMustNotBePlayer

      @NotNull public static @NotNull String getSenderMustNotBePlayer()
    • getCommandTooFewArguments

      @NotNull public static @NotNull String getCommandTooFewArguments()
    • getCommandTooManyArguments

      @NotNull public static @NotNull String getCommandTooManyArguments()
    • getCommandTooManyTabSuggestions

      @NotNull public static @NotNull String getCommandTooManyTabSuggestions()