changed stuff for whitelistkick

This commit is contained in:
Teriuihi 2021-09-20 23:00:45 +02:00
parent 6100adaf93
commit 1a70fd4fd4
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ dependencies {
// MySQL
runtimeOnly("mysql:mysql-connector-java:8.0.23")
// ShutdownInfo
compileOnly("org.example:ShutdownInfo:1.0-SNAPSHOT")
compileOnly("com.alttd:ShutdownInfo:1.0")
}
tasks {

View File

@ -21,7 +21,7 @@ public class WhitelistKick {
DiscordLink.getPlugin().getCache()
.cacheCode(player.getUniqueId(), authCode);
event.appendTemplates(Template.of("code", authCode));
event.appendTemplate(Template.of("code", authCode));
event.appendMessage("\n\n" + Config.WHITELIST_LINK_MESSAGE);
}
}