Jeremiah
Jeremiah
Any plans on adding char-structured inventories? ```java final var gui = Gui.of(1) .title(Component.text("My Simple GUI!")) .charStructure("#########", "#1234567#", "#########") .statelessComponent(container -> { container.setItem('#', ItemBuilder.from(Material.DIAMOND) .name(Component.text("Click me!")) .asGuiItem((player, context) -> { player.sendMessage("You...
Not too familiar with Kotlin, but I appreciate the response. Just wanted to know for future use, I did take a look at GuiLayout and didn't find it to fit...