Skip to content

Commit 02facbd

Browse files
committed
Update HuskTowns command update checker
Signed-off-by: William <will27528@gmail.com>
1 parent de3b965 commit 02facbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bukkit/src/main/java/me/william278/husktowns/commands/HuskTownsCommand.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command
132132
sender.spigot().sendMessage(new MineDown("[HuskTowns](#00fb9a bold) [| HuskTowns is up-to-date, running Version " + updateChecker.getLatestVersion() + "](#00fb9a)").toComponent());
133133
} else {
134134
sender.spigot().sendMessage(
135-
new MineDown("[HuskTowns](#00fb9a bold) [| A new update is available:](#00fb9a) [HuskTowns" + updateChecker.getLatestVersion() + "](#00fb9a bold)" +
136-
"\n[•](white) Currently running: " + updateChecker.getCurrentVersion() + ")](#00fb9a)" +
137-
"\n[•](white)[Download:](#00fb9a) [Spigot](gray open_url=https://www.spigotmc.org/resources/husktowns.92672/updates) [•](#262626) [Polymart](gray open_url=https://polymart.org/resource/husktowns.1056/updates) [•](#262626) [ Songoda](gray open_url=https://songoda.com/marketplace/product/husktowns-a-simple-bungee-compatible-towny-style-protection-plugin.622)").toComponent());
135+
new MineDown("[HuskTowns](#00fb9a bold) [| A new update is available:](#00fb9a) [HuskTowns " + updateChecker.getLatestVersion() + "](#00fb9a bold)" +
136+
"\n[•](white) [Currently running:](#00fb9a) [Version " + updateChecker.getCurrentVersion() + "](gray)" +
137+
"\n[•](white) [Download links:](#00fb9a) [[⏩ Spigot]](gray open_url=https://www.spigotmc.org/resources/husktowns.92672/updates) [•](#262626) [[⏩ Polymart]](gray open_url=https://polymart.org/resource/husktowns.1056/updates) [•](#262626) [[⏩ Songoda]](gray open_url=https://songoda.com/marketplace/product/husktowns-a-simple-bungee-compatible-towny-style-protection-plugin.622)").toComponent());
138138
}
139139
});
140140
} else {

0 commit comments

Comments
 (0)