PlayerInv
  • 💎Plugin Docs
  • ⚙️Installation
    • NOTES (Using v1.3)
  • 📔Configurations
    • Config.yml
    • Vault Menu
      • Main.yml
      • vault_page_2.yml
      • vault_page_3.yml
    • Check Vault Menu
      • Main.yml
      • check_vault_page_2.yml
      • check_vault_page_3.yml
    • Locale
      • zh-CN.yml
      • en-US.yml
  • 🏴󠁧󠁢󠁳󠁣󠁴󠁿Commands & Permissions
  • 🗃️NOTES for updating new versions
Powered by GitBook
On this page
  1. Configurations
  2. Check Vault Menu

check_vault_page_3.yml

######################################################
###
### 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.
### 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 #3'
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:21'
    - '4:22'
    - '5:23'
    - '6:24'
    - '7:25'
    - '12:26'
    - '13:27'
    - '14:28'
    - '15:29'
    - '16:30'
  medium_vault_set: #Slot : Vault_number ,must have ' ' to warp, if not, it will not enable
    - '21:21'
    - '22:22'
    - '23:23'
    - '24:24'
    - '25:25'
    - '30:26'
    - '31:27'
    - '32:28'
    - '33:29'
    - '34:30'
items:
  glass_4:
    material: LIME_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 28
    display-name: '&aPrevious page'
    open-menu: check_vault_page_2
  glass_8:
    material: RED_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 36
    display-name: '&cClose menu'
    close-menu: true
Previouscheck_vault_page_2.ymlNextLocale

Last updated 1 year ago

📔