We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c4c0e commit e140411Copy full SHA for e140411
1 file changed
readme.md
@@ -54,7 +54,7 @@ firstAsync {
54
55
Inventories are great for viewing GUI information. However, they are not designed for developing GUIs. The KSpigot
56
Inventory GUI API provides an easy way to build inventory GUIs the way you would expect such an API to be. In addition,
57
-it offers full type safety for slots. Attention, the Slots is designed from bottom to top, so the page button will be at the bottom of GUI
+it offers full type safety for slots. Attention, the Slots is designed from bottom to top, so the Slots.RowOneSlotOne is the slot at bottom left.
58
59
```kotlin
60
val gui = kSpigotGUI(GUIType.FIVE_BY_NINE) {
0 commit comments