aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorElikill58 <arpetzouille@gmail.com>2023-07-15 10:40:07 +0200
committerLeonardo Bishop <13875753+LMBishop@users.noreply.github.com>2023-07-15 13:33:37 +0000
commitb721847cfa415b14ebb2b86166d922ec2f0d34e7 (patch)
treefb7532dfb68845a85352ba70e7c42be47ef1d6c4 /bukkit/src/main/resources
parent593d3afc0f274d6523b7cd65fce7c6095940d32b (diff)
Add some config
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index 4f77542a..bdad74a5 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -216,21 +216,29 @@ global-macros:
# -----------------------------------------------------------
gui:
back-button:
+ enabled: true
+ slot: 45
name: "&cReturn"
lore:
- "&7Return to the categories menu."
type: "ARROW"
page-prev:
+ enabled: true
+ slot: 48
name: "&7Previous Page"
lore:
- "&7Switch the page to page &c{prevpage}."
type: "FEATHER"
page-next:
+ enabled: true
+ slot: 50
name: "&7Next Page"
lore:
- "&7Switch the page to page &c{nextpage}."
type: "FEATHER"
page-desc:
+ enabled: true
+ slot: 49
name: "&7Page &c{page}"
lore:
- "&7You are currently viewing page &c{page}."