Fix placeholder in default config

This commit is contained in:
destro174
2021-08-05 09:48:33 +02:00
parent 11cbad3e77
commit e8a1c330de
2 changed files with 8 additions and 8 deletions
@@ -2,13 +2,13 @@ package com.alttd.afkdectector.config;
public enum Messages {
TITLE("title-name", "<red>[<white>AFKDetector</white>]</red> "),
COOLDOWN("cooldown-message", "You need to wait %timeleft% seconds before using this command."),
COOLDOWN("cooldown-message", "You need to wait <timeleft> seconds before using this command."),
INVALID_PLAYER("invalid-args", "<red>Invalid args!usage: -p:playername"),
INVALID_REASON("invalid-reason" , "<red>Invalid args! usage: -r:reason"),
NOT_ONLINE("player-notonline", "<red>Invalid args! player not online"),
PLAYER_ONLY("player-only", "Teri have you ever seen an afk console?"),
NO_PERMS("no-permissions", "<red>You don''t have permission for that!"),
AFK_LIST("afk-list", "<gold>There are %afkplayers% afk."),
AFK_LIST("afk-list", "<gold>There are <afkplayers> afk."),
AFK_LIST_ENTRY("afk-list-entry", "<player> has been afk for <afktime> seconds. <hover:show_text:Click to teleport><click:suggest_command:/tp <player>>[Teleport]</click></hover> <hover:show_text:Click to send an afkcheck.><click:suggest_command:/afkcheck <player>>[Afkcheck]</click></hover>"),
AFK_PREFIX("afk-prefix", "[AFK]"),
COUNTDOWNMESSAGE("countdown-message", "<gray>You need to move around to avoid being kicked"),