diff --git a/plugin-modules/Core/resources-json/messages.json b/plugin-modules/Core/resources-json/messages.json index c094946..67ee3e3 100644 --- a/plugin-modules/Core/resources-json/messages.json +++ b/plugin-modules/Core/resources-json/messages.json @@ -32,6 +32,6 @@ "&6&lSkeleton King &f» &7I curse you all with blindness!!" ], "GutsMessage": [ - "&6&lSkeleton King &f» &7Oh no! You rattled up my skeleton and some of my goods feel!" + "&6&lSkeleton King &f» &7Oh no! You rattled up my skeleton and some of my goods fell!" ] } \ No newline at end of file diff --git a/plugin-modules/Core/resources-yml/editor.yml b/plugin-modules/Core/resources-yml/editor.yml index 899b7f9..778f5e2 100644 --- a/plugin-modules/Core/resources-yml/editor.yml +++ b/plugin-modules/Core/resources-yml/editor.yml @@ -1260,7 +1260,7 @@ TauntEditorPanel: lore: - '&7Here you can change the delay between each' - '&7taunt that the boss says. The delay is' - - '&7currently set to {delay}s. This time is in' + - '&7currently set to &f{delay}s&7. This time is in' - '&7seconds. Once the boss has gone through the' - '&7list of taunts he will start again at the' - '&7beginning until he''s dead.' diff --git a/plugin-modules/Core/src/com/songoda/epicbosses/panel/bosses/text/TauntTextEditorPanel.java b/plugin-modules/Core/src/com/songoda/epicbosses/panel/bosses/text/TauntTextEditorPanel.java index 71abf79..31c1cff 100644 --- a/plugin-modules/Core/src/com/songoda/epicbosses/panel/bosses/text/TauntTextEditorPanel.java +++ b/plugin-modules/Core/src/com/songoda/epicbosses/panel/bosses/text/TauntTextEditorPanel.java @@ -70,9 +70,9 @@ public class TauntTextEditorPanel extends VariablePanelHandler { counter.getSlotsWith("Radius").forEach(slot -> panel.setOnClick(slot, getRadiusAction(bossEntity))); counter.getSlotsWith("Delay").forEach(slot -> panel.setOnClick(slot, getDelayAction(bossEntity))); - counter.getSlotsWith("Taunts").forEach(slot -> panel.setOnClick(slot, event -> {})); - + counter.getSlotsWith("Taunts").forEach(slot -> panel.setOnClick(slot, event -> this.bossPanelManager.getOnTauntTextEditMenu().openFor((Player) event.getWhoClicked(), bossEntity))); + panel.openFor(player); } @Override diff --git a/pom.xml b/pom.xml index c8f367e..5d2ea9b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ - 1.0.0-U94 + 1.0.0-U95 EpicBosses com.songoda.epicbosses.CustomBosses AMinecraftDev