diff --git a/pom.xml b/pom.xml index 49fb2ab..e10fa5f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.songoda EpicHeads - 3.3.1 + 3.3.2 clean install @@ -122,7 +122,7 @@ com.songoda SongodaCore - 2.6.12 + 2.6.13 compile diff --git a/src/main/java/com/songoda/epicheads/gui/GUIOverview.java b/src/main/java/com/songoda/epicheads/gui/GUIOverview.java index 6f13639..1aba898 100644 --- a/src/main/java/com/songoda/epicheads/gui/GUIOverview.java +++ b/src/main/java/com/songoda/epicheads/gui/GUIOverview.java @@ -96,7 +96,7 @@ public class GUIOverview extends Gui { plugin.getLocale().getMessage("gui.overview.discord").getMessage(), plugin.getLocale().getMessage("gui.overview.discordlore").getMessage().split("\\|")), (event) -> { - plugin.getLocale().newMessage("&9https://discord.gg/A9TRJQb").sendPrefixedMessage(player); + plugin.getLocale().newMessage("&9https://songoda.com/discord").sendPrefixedMessage(player); exit(); }); } diff --git a/src/main/java/com/songoda/epicheads/head/Head.java b/src/main/java/com/songoda/epicheads/head/Head.java index 27fdda5..0025db5 100644 --- a/src/main/java/com/songoda/epicheads/head/Head.java +++ b/src/main/java/com/songoda/epicheads/head/Head.java @@ -103,7 +103,7 @@ public class Head { if (!free) { String fcost = Settings.ECONOMY_PLUGIN.getString().equalsIgnoreCase("item") ? cost + " " + Settings.ITEM_TOKEN_TYPE.getString() - : EconomyManager.formatEconomy(cost); + : /* EconomyManager.formatEconomy(cost) */ String.valueOf(cost); // FIXME: EconomyManager#formatEconomy etc only work in some languages (. vs ,) and only for the currency symbol $ lore.add(plugin.getLocale().getMessage("general.head.cost") .processPlaceholder("cost", fcost).getMessage()); } diff --git a/src/main/resources/en_US.lang b/src/main/resources/en_US.lang index 4e0ca31..8eaedbd 100644 --- a/src/main/resources/en_US.lang +++ b/src/main/resources/en_US.lang @@ -20,7 +20,7 @@ general: head: staffpicked: '&8Staff Favorite' id: '&8ID: &7%id%' - cost: '&8Cost: &7%cost%' + cost: '&8Cost: &7$%cost%' gui: heads: refine: '&9Refine Search'