diff --git a/readme.md b/readme.md index 296a782a..405c3a71 100644 --- a/readme.md +++ b/readme.md @@ -126,6 +126,7 @@ val gui = kSpigotGUI(GUIType.FIVE_BY_NINE) { // a button with a custom callback button(Slots.RowThreeSlotFive, ItemStack(Material.REPEATER)) { + // change content of the current view it.guiInstance[Slots.RowTwoSlotFive] = ItemStack(Material.values().random(), (1..64).random()) }