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. Vault Menu

vault_page_2.yml

  In addition to the Main file, this file can be deleted 
  and more menu files can be added to the vault_menu folder
######################################################
###
### 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 Main GUI #2'
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:11'
    - '4:12'
    - '5:13'
    - '6:14'
    - '7:15'
    - '12:16'
    - '13:17'
    - '14:18'
    - '15:19'
    - '16:20'
  medium_vault_set: #Slot : Vault_number ,must have ' ' to warp, if not, it will not enable
    - '21:11'
    - '22:12'
    - '23:13'
    - '24:14'
    - '25:15'
    - '30:16'
    - '31:17'
    - '32:18'
    - '33:19'
    - '34:20'
items:
  glass_1:
    material: WHITE_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 1
    display-name: '&fPlayerinv'
    custom-model-data: '0'
    lore:
      - '&e- &cDecoration'
  glass_2:
    material: WHITE_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 10
    display-name: '&fPlayerinv'
    lore:
      - '&e- &cDecoration'
  glass_3:
    material: WHITE_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 19
    display-name: '&fPlayerinv'
    lore:
      - '&e- &cDecoration'
  glass_4:
    material: LIME_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 28
    display-name: '&aPrevious page'
    open-menu: Main
  glass_5:
    material: WHITE_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 9
    display-name: '&fPlayerinv'
    custom-model-data: '0'
    lore:
      - '&e- &cDecoration'
  glass_6:
    material: WHITE_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 18
    display-name: '&fPlayerinv'
    lore:
      - '&e- &cDecoration'
  glass_7:
    material: WHITE_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 27
    display-name: '&fPlayerinv'
    lore:
      - '&e- &cDecoration'
  glass_8:
    material: RED_STAINED_GLASS_PANE
    amount: 1
    enchant-glow: false
    slot: 36
    display-name: '&aNext page'
    open-menu: vault_page_3
PreviousMain.ymlNextvault_page_3.yml

Last updated 1 year ago

📔