Fix placeholder in default config
This commit is contained in:
parent
11cbad3e77
commit
e8a1c330de
12
pom.xml
12
pom.xml
|
|
@ -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> <!– 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>-->
|
||||
<!-- </repository>-->
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user