Configuration¶
This page describes all configuration possibilities in the DKBans config.yml.
Location: ./plugins/DKCoins/config.yml
Index
Date format settings¶
Display format settings.
formatGeneral formatting settings.dateDate formatting settings.patternJava date time patterns (https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html).endlesslyThe symbol used for permanent things.
Example:
format:
date:
pattern: 'dd-MM-yyyy HH:mm'
endlessly: '-'
Player settings¶
DKBans player settings.
onJoinSettings when a player joins the server.clearChatIfTruethe chat of the player will be cleared.infoPlayer login information messagesteamChatIfTruethe team chat login status will be showed to the player (if he has permission).punishNotifyIfTruethe notification login status will be showed to the player (if he has permission).reportIfTruethe report login status will be showed to the player (if he has permission).listReportsIfTruethe amount of open reports will be showed to the player.
sessionIfTruethe chat of the player will be cleared.loggingIfTrueplayer login sessions are recorded.retentionThe duration. how long logging sessions are kept (be careful with this value, it can significantly increase the amount of data).
Example:
player:
onJoin:
clearChat: true
info:
teamChat: true
punishNotify: true
report: true
listReports: true
session:
logging: true
retention: '180d'
Chat settings¶
Chat settings.
filterChat filter options.enabledIfTruechat filters are enabled and will block certain messages (As configured with ./filter).repeatDelayHow fast players can send messages (In milliseconds).
Example:
chat:
filter:
enabled: true
repeatDelay: 1000
Joinme settings¶
Joinme settings (./joinme).
headEnabledIfTruethe player head is shown before the text message.multipleLinesIfTruemultiple lines are used, otherwise only the first line is displayed.disabledScopesSpecific servers or worlds where the joinme is disabled.cooldownHow fast in succession a player can use the joinme.
Example:
joinme:
headEnabled: true
multipleLines: true
disabledScopes: []
cooldown: '15m'
Ip address settings¶
Settings about ip address blocking
blockAltMinPlaytimeThe maximum amount of game time a player needs to not be recognized as an alt account.historyTypeThe used history to ban an alt account.
Example:
ipAddress:
blockAltMinPlaytime: '3m'
historyType: 'NETWORK'
Last update:
2021-02-16