@@ -3,6 +3,19 @@ file-version: '14'
33# Do you want to check for updates on the startup?
44check-for-updates : true
55preview-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
264277menu-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