mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 11:41:28 +01:00
Change lore when removing category from Kit
This commit is contained in:
parent
95833a4622
commit
883db72391
@ -84,6 +84,8 @@ public class KitGeneralOptionsGui extends Gui {
|
|||||||
guiManager.showGUI(event.player, gui);
|
guiManager.showGUI(event.player, gui);
|
||||||
} else if (event.clickType == ClickType.RIGHT) {
|
} else if (event.clickType == ClickType.RIGHT) {
|
||||||
kit.setCategory(null);
|
kit.setCategory(null);
|
||||||
|
updateItemLore(event.slot, plugin.getLocale().getMessage("interface.kitoptions.categorylore")
|
||||||
|
.processPlaceholder("category", kit.getCategory() == null ? "none" : kit.getCategory().getName()).getMessage().split("\\|"));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user