Skip to content

Commit 4038994

Browse files
docs: update download url for update
1 parent c7f119d commit 4038994

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bukkit/src/main/java/net/pistonmaster/pistonqueue/bukkit/PistonQueueBukkit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void onEnable() {
135135
if (gitHubVersion.isNewerThan(currentVersion)) {
136136
log.info(ChatColor.RED + "There is an update available!");
137137
log.info(ChatColor.RED + "Current version: " + currentVersionString + " New version: " + gitHubVersion);
138-
log.info(ChatColor.RED + "Download it at: https://github.com/AlexProgrammerDE/PistonQueue/releases");
138+
log.info(ChatColor.RED + "Download it at: https://modrinth.com/plugin/pistonqueue");
139139
} else {
140140
log.info(ChatColor.BLUE + "You're up to date!");
141141
}

bungee/src/main/java/net/pistonmaster/pistonqueue/bungee/PistonQueueBungee.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void onEnable() {
9191
if (gitHubVersion.isNewerThan(currentVersion)) {
9292
info(ChatColor.RED + "There is an update available!");
9393
info(ChatColor.RED + "Current version: " + currentVersionString + " New version: " + gitHubVersion);
94-
info(ChatColor.RED + "Download it at: https://github.com/AlexProgrammerDE/PistonQueue/releases");
94+
info(ChatColor.RED + "Download it at: https://modrinth.com/plugin/pistonqueue");
9595
} else {
9696
info(ChatColor.BLUE + "You're up to date!");
9797
}

placeholder/src/main/java/net/pistonmaster/pistonqueue/placeholder/PistonQueuePlaceholder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void onEnable() {
4343
if (gitHubVersion.isNewerThan(currentVersion)) {
4444
log.info(ChatColor.RED + "There is an update available!");
4545
log.info(ChatColor.RED + "Current version: " + currentVersionString + " New version: " + gitHubVersion);
46-
log.info(ChatColor.RED + "Download it at: https://github.com/AlexProgrammerDE/PistonQueue/releases");
46+
log.info(ChatColor.RED + "Download it at: https://modrinth.com/plugin/pistonqueue");
4747
} else {
4848
log.info(ChatColor.BLUE + "You're up to date!");
4949
}

velocity/src/main/java/net/pistonmaster/pistonqueue/velocity/PistonQueueVelocity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
116116
if (gitHubVersion.isNewerThan(currentVersion)) {
117117
info("There is an update available!");
118118
info("Current version: " + currentVersionString + " New version: " + gitHubVersion);
119-
info("Download it at: https://github.com/AlexProgrammerDE/PistonQueue/releases");
119+
info("Download it at: https://modrinth.com/plugin/pistonqueue");
120120
} else {
121121
info("You're up to date!");
122122
}

0 commit comments

Comments
 (0)