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

12
pom.xml
View File

@ -32,13 +32,13 @@
<repositories>
<repository>
<id>Alttd-Nexus</id>
<url>http://leo:8081/snapshots/</url>
</repository>
<repository> <!-- can be removed when galaxy api is fixed, I fucked up when shading this in -->
<id>dv8tion</id>
<name>m2-dv8tion</name>
<url>https://m2.dv8tion.net/releases</url>
<url>http://leo:8081/</url>
</repository>
<!-- <repository> &lt;!&ndash; can be removed when galaxy api is fixed, I fucked up when shading this in &ndash;&gt;-->
<!-- <id>dv8tion</id>-->
<!-- <name>m2-dv8tion</name>-->
<!-- <url>https://m2.dv8tion.net/releases</url>-->
<!-- </repository>-->
</repositories>
<dependencies>

View File

@ -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"),