Package dev.unnm3d.redischat.settings
Class Config
java.lang.Object
dev.unnm3d.redischat.settings.Config
- All Implemented Interfaces:
ConfigValidator
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static enum
static final record
static final record
static final record
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
int
int
int
int
boolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull ChatFormat
getChatFormat
(@Nullable org.bukkit.command.CommandSender p) String[]
getCommandAliases
(String command) boolean
-
Field Details
-
dataMedium
-
redis
-
mysql
-
clusterId
-
webEditorUrl
-
enableMails
public boolean enableMails -
useTagsIntegration
public boolean useTagsIntegration -
enableQuitJoinMessages
public boolean enableQuitJoinMessages -
enablePlaceholderGlitch
public boolean enablePlaceholderGlitch -
chatLogging
public boolean chatLogging -
formats
-
defaultFormat
-
components
-
placeholders
-
regex_blacklist
-
announcer
-
inv_title
-
item_title
-
shulker_title
-
ec_title
-
broadcast_format
-
first_join_message
-
clear_chat_message
-
last_message_count
public int last_message_count -
rate_limit
public int rate_limit -
rate_limit_time_seconds
public int rate_limit_time_seconds -
rejoinSendDelay
public int rejoinSendDelay -
quitSendWaiting
public int quitSendWaiting -
mentionSound
-
enableStaffChat
public boolean enableStaffChat -
enableChatColorGUI
public boolean enableChatColorGUI -
completeChatSuggestions
public boolean completeChatSuggestions -
staffChatPrefix
-
staffChatFormat
-
staffChatDiscordWebhook
-
inventoryFormat
-
itemFormat
-
useItemName
public boolean useItemName -
enderChestFormat
-
publicDiscordWebhook
-
mailTimestampFormat
-
mailTimestampZone
-
disabledCommands
-
interactiveChatNostalgia
public boolean interactiveChatNostalgia -
commandAliases
-
listeningPriority
-
debug
public boolean debug -
debugPlayerList
public boolean debugPlayerList -
chatThreads
public int chatThreads -
spicord
-
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
validateConfig
public boolean validateConfig()- Specified by:
validateConfig
in interfaceConfigValidator
-
getChatFormat
@NotNull public @NotNull ChatFormat getChatFormat(@Nullable @Nullable org.bukkit.command.CommandSender p) -
getCommandAliases
-
getDataType
-