Update readme.md

This commit is contained in:
bluefireoly
2021-01-10 22:56:22 +01:00
parent 1fb7d24e3a
commit 29d5be90ad

View File

@@ -137,7 +137,9 @@ val gui = kSpigotGUI(GUIType.FIVE_BY_NINE) {
page(2) {
// placeholders are there to block any player action while displaying a specific item
placeholder(Slots.RowOneSlotOne rectTo Slots.RowFiveSlotNine, ItemStack(Material.PINK_GLAZED_TERRACOTTA))
previousPage(Slots.RowThreeSlotFive, ItemStack(Material.DIAMOND))
// change to a specific page
pageChanger(Slots.RowThreeSlotFive, ItemStack(Material.DIAMOND), 1)
}
}