Skip to content

Commit d4c7833

Browse files
Update config.yml
1 parent 9a1ee92 commit d4c7833

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

src/main/resources/config.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ file-version: '14'
33
# Do you want to check for updates on the startup?
44
check-for-updates: true
55
preview-kits-menu:
6+
# Placeholders: {back-menu-display-name} & {back-menu-title}
7+
back-button:
8+
material: IRON_BARS
9+
name: '<green><b>BACK'
10+
lore:
11+
- ''
12+
- '<white><i>(( Click to go back to previous menu! ))'
13+
close-button:
14+
material: BARRIER
15+
name: <red><b>CLOSE
16+
lore:
17+
- ''
18+
- '<white><i>(( Click to close this menu! ))'
619
previous-page-button:
720
material: PLAYER_HEAD
821
texture: http://textures.minecraft.net/texture/816ea34a6a6ec5c051e6932f1c471b7012b298d38d179f1b487c413f51959cd4
@@ -262,9 +275,6 @@ voucher-settings:
262275
# To work this option, your server version must be 1.9.4 or newer.
263276
disable-anvil-rename: true
264277
menu-settings:
265-
# Whether to enable the back to previous menu feature.
266-
# Set to 'true' to allow navigating back to the previous menu by closing the current submenu, 'false' to disable.
267-
back-to-previous-menu: true
268278
# Determines whether the current menu should be closed before opening a new one.
269279
# If set to true, the current menu will be closed, and the mouse will be centered on the switch.
270280
# Note: Sound effects and particles will not be triggered when menus are closed during menu switching.
@@ -313,13 +323,6 @@ command-settings:
313323
- ak
314324
permission: advancedkits.command.admin
315325
description: The main AdvancedKits admin command.
316-
# Open menu command settings
317-
open-menu:
318-
enabled: true
319-
command: kits
320-
aliases: []
321-
#permission: advancedkits.command.kits
322-
description: Opens the main kits menu.
323326
# Kit claim command settings
324327
kit-claim:
325328
enabled: true

0 commit comments

Comments
 (0)