Main.yml
As the open first menu, the main menu file cannot be deleted
and the file name cannot be modified.
Reloading after deletion will result in an error!
just same like the vault menu settings
######################################################
###
### As the Main menu of plugin, this menu cannot delete and alter the file name
### vault_items is the important vault display, vault_set is the important vault set with slots
### vault_items's information cannot delete, it will send error
### you can change material, amount, lore or display-name even custom-model-data
### items's column can customize any items but cannot add command currently
### menu_title and size are must exist!
### you can add some new menu file in vault_menu folder, if you need open that menu
### just add open-menu: (file-name) with a item to open new menu.
###
### menu has two language: Chinese-Simplified and English
### if you just reload, it cannot change menu language.
### if you need another language file, please change the plugin config
### and delete two menu folder(vault_menu and check_menu) to summon new menu file.
### custom-model-data only support upper version 1.14
### if you need item-id lower 1.13 version, add item-subid: [num] to items
###
######################################################
menu_title: 'Vault check GUI'
size: 36
vault_items:
large_locked:
material: BLACK_SHULKER_BOX
amount: 1
enchant-glow: false
display-name: '&6Large Vault [ &a%vault_num% &6]'
lore:
- '&e- &fItems and weapons can be stored'
- '&e- &fVault sizes: &a54'
- ''
- '&e- &cLocked'
custom-model-data: '0'
large_unlocked:
material: WHITE_SHULKER_BOX
amount: 1
enchant-glow: false
display-name: '&6Large Vault [ &a%vault_num% &6]'
lore:
- '&e- &fItems and weapons can be stored'
- '&e- &fVault sizes: &a54'
- ''
- '&e- &aUnlocked'
medium_locked:
material: ENDER_CHEST
amount: 1
enchant-glow: false
display-name: '&dMedium Vault [ &a%vault_num% &6]'
lore:
- '&e- &fItems and weapons can be stored'
- '&e- &fVault sizes: &a27'
- ''
- '&e- &cLocked'
medium_unlocked:
material: CHEST
amount: 1
enchant-glow: false
display-name: '&dMedium Vault [ &a%vault_num% &d]'
lore:
- '&e- &fItems and weapons can be stored'
- '&e- &fVault sizes: &a27'
- ''
- '&e- &aUnlocked'
large_vault_set: #Slot : Vault_number ,must have ' ' to warp, if not, it will not enable
- '3:1'
- '4:2'
- '5:3'
- '6:4'
- '7:5'
- '12:6'
- '13:7'
- '14:8'
- '15:9'
- '16:10'
medium_vault_set: #Slot : Vault_number must have ' ' to warp, if not, it will not enable
- '21:1'
- '22:2'
- '23:3'
- '24:4'
- '25:5'
- '30:6'
- '31:7'
- '32:8'
- '33:9'
- '34:10'
items:
glass_4:
material: RED_STAINED_GLASS_PANE
amount: 1
enchant-glow: false
slot: 28
display-name: '&cClose menu'
close-menu: true
glass_8:
material: LIME_STAINED_GLASS_PANE
amount: 1
enchant-glow: false
slot: 36
display-name: '&aNext page'
open-menu: check_vault_page_2
Last updated