diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-02-17 13:48:40 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-02-17 13:48:40 +0000 |
| commit | 3c354a0a45f0492cf075816c080c927c1cc656b6 (patch) | |
| tree | 76d1ec2f5ba880ffc01150c0aea60c611ad8b24c /docs/configuration/gui-configuration.md | |
| parent | 832e99ce535008ffeb1bf2d63cebb21583262035 (diff) | |
Update documentation for release 3.15
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}." |
