- Enclosing class:
KamiCommand
public static class KamiCommand.Config
extends Object
Message and Color configuration for KamiCommand messages.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
placeholderReplacement
@NotNull
public static final @NotNull String placeholderReplacement
- See Also:
-
-
placeholderErrorColor
@NotNull
public static final @NotNull String placeholderErrorColor
- See Also:
-
-
placeholderErrorParamColor
@NotNull
public static final @NotNull String placeholderErrorParamColor
- See Also:
-
-
-
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()