diff options
Diffstat (limited to 'docs/configuration/gui-configuration.md')
| -rw-r--r-- | docs/configuration/gui-configuration.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/gui-configuration.md b/docs/configuration/gui-configuration.md index 5b5b5ed0..da3efc13 100644 --- a/docs/configuration/gui-configuration.md +++ b/docs/configuration/gui-configuration.md @@ -25,6 +25,8 @@ The back button displayed within sub menus. gui: # ... back-button: + enabled: true + slot: 45 name: "&cReturn" lore: - "&7Return to the categories menu." @@ -42,6 +44,8 @@ The previous page button displayed on paiginated menus. gui: # ... page-prev: + enabled: true + slot: 48 name: "&7Previous Page" lore: - "&7Switch the page to page &c{prevpage}." @@ -62,6 +66,8 @@ The next page button displayed on paiginated menus. gui: # ... page-next: + enabled: true + slot: 50 name: "&7Next Page" lore: - "&7Switch the page to page &c{nextpage}." @@ -82,6 +88,8 @@ item will automatically update on the page number. gui: # ... page-desc: + enabled: true + slot: 49 name: "&7Page &c{page}" lore: - "&7You are currently viewing page &c{page}." |
