File tree Expand file tree Collapse file tree
bukkit/src/main/java/net/pistonmaster/pistonqueue/bukkit
bungee/src/main/java/net/pistonmaster/pistonqueue/bungee
placeholder/src/main/java/net/pistonmaster/pistonqueue/placeholder
velocity/src/main/java/net/pistonmaster/pistonqueue/velocity Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments