mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-10-31 23:59:35 +01:00
Optimized gui to match the rest of the Epic lineup.
This commit is contained in:
parent
685d94d7e4
commit
4b21d99b6c
@ -52,7 +52,7 @@ public class GUIOverview extends Gui {
|
|||||||
ChatColor.GRAY + Methods.makeReadable((long) (anchor.getTicksLeft() / 20) * 1000) + " remaining."));
|
ChatColor.GRAY + Methods.makeReadable((long) (anchor.getTicksLeft() / 20) * 1000) + " remaining."));
|
||||||
|
|
||||||
if (EconomyManager.isEnabled() && Settings.ADD_TIME_WITH_ECONOMY.getBoolean()) {
|
if (EconomyManager.isEnabled() && Settings.ADD_TIME_WITH_ECONOMY.getBoolean()) {
|
||||||
setButton(11, GuiUtils.createButtonItem(Settings.ECO_ICON.getMaterial(CompatibleMaterial.SUNFLOWER),
|
setButton(15, GuiUtils.createButtonItem(Settings.ECO_ICON.getMaterial(CompatibleMaterial.SUNFLOWER),
|
||||||
plugin.getLocale().getMessage("interface.button.addtimewitheconomy").getMessage(),
|
plugin.getLocale().getMessage("interface.button.addtimewitheconomy").getMessage(),
|
||||||
plugin.getLocale().getMessage("interface.button.addtimewitheconomylore")
|
plugin.getLocale().getMessage("interface.button.addtimewitheconomylore")
|
||||||
.processPlaceholder("cost", Methods.formatEconomy(Settings.ECONOMY_COST.getDouble())).getMessage()), // EconomyManager.formatEconomy adds its own prefix/suffix
|
.processPlaceholder("cost", Methods.formatEconomy(Settings.ECONOMY_COST.getDouble())).getMessage()), // EconomyManager.formatEconomy adds its own prefix/suffix
|
||||||
@ -60,7 +60,7 @@ public class GUIOverview extends Gui {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (Settings.ADD_TIME_WITH_XP.getBoolean()) {
|
if (Settings.ADD_TIME_WITH_XP.getBoolean()) {
|
||||||
setButton(15, GuiUtils.createButtonItem(Settings.XP_ICON.getMaterial(CompatibleMaterial.EXPERIENCE_BOTTLE),
|
setButton(11, GuiUtils.createButtonItem(Settings.XP_ICON.getMaterial(CompatibleMaterial.EXPERIENCE_BOTTLE),
|
||||||
plugin.getLocale().getMessage("interface.button.addtimewithxp").getMessage(),
|
plugin.getLocale().getMessage("interface.button.addtimewithxp").getMessage(),
|
||||||
plugin.getLocale().getMessage("interface.button.addtimewithxplore")
|
plugin.getLocale().getMessage("interface.button.addtimewithxplore")
|
||||||
.processPlaceholder("cost", String.valueOf(Settings.XP_COST.getInt())).getMessage()),
|
.processPlaceholder("cost", String.valueOf(Settings.XP_COST.getInt())).getMessage()),
|
||||||
|
Loading…
Reference in New Issue
Block a user