mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fixed wiki url being incorrect in various commands
This commit is contained in:
@ -4,7 +4,7 @@ public class McMMOUrl {
|
||||
public static final String urlWebsite = "https://www.mcmmo.org";
|
||||
public static final String urlDiscord = "https://discord.gg/bJ7pFS9";
|
||||
public static final String urlPatreon = "https://www.patreon.com/nossr50";
|
||||
public static final String urlWiki = "https://www.mcmmo.org/wiki/";
|
||||
public static final String urlWiki = "https://wiki.mcmmo.org/";
|
||||
public static final String urlSpigot = "https://spigot.mcmmo.org";
|
||||
public static final String urlTranslate = "https://translate.mcmmo.org/";
|
||||
|
||||
|
@ -69,7 +69,7 @@ public class TextComponentFactory {
|
||||
TextComponent.Builder wikiLinkComponent = Component.text().content(LocaleLoader.getString("Overhaul.mcMMO.MmoInfo.Wiki"));
|
||||
wikiLinkComponent.decoration(TextDecoration.UNDERLINED, true);
|
||||
|
||||
String wikiUrl = "https://mcmmo.org/wiki/"+subskillformatted;
|
||||
String wikiUrl = "https://wiki.mcmmo.org/"+subskillformatted;
|
||||
|
||||
wikiLinkComponent.clickEvent(ClickEvent.openUrl(wikiUrl));
|
||||
|
||||
|
Reference in New Issue
Block a user