Skip to main content

Container Content Inventory

The container content inventory displays the contents of container items being sold, allowing buyers to preview what's inside before purchasing. This works with vanilla shulker boxes and plugin-managed containers (AxShulkers, etc.).

File: plugins/zAuctionHouse/inventories/shulker-content.yml

Access: Click "View Content" button in purchase/remove confirmation

Description
Description

Supported Container Types

ContainerPlugin RequiredDescription
Vanilla shulker boxesNoneBuilt-in Minecraft shulker boxes
AxShulkersAxShulkersShulker boxes with externally stored contents

Additional container types can be added by external plugins via the ItemContentProvider API.

Features

  • Preview all items inside container items (shulker boxes, AxShulkers, etc.)
  • Navigate between multiple containers (bulk sales)
  • View-only mode - items cannot be taken

Default Configuration

name: "#0c1719Shulker Content (%shulker-current%/%shulker-total%)"
size: 54

patterns:
- 'zauctionhouse-decoration'
- 'zauctionhouse-back'

items:

content:
type: ZAUCTIONHOUSE_SHULKER_CONTENT
slots:
- 9-17
- 18-26
- 27-35
- 36-44

shulker-info:
type: ZAUCTIONHOUSE_SHULKER_INFO
slot: 4
item:
material: SHULKER_BOX
name: "#2CCED2<bold>sʜᴜʟᴋᴇʀ ʙᴏx"
lore:
- "#92ffffViewing shulker #2CCED2%shulker_current% #92ffffof #2CCED2%shulker_total%"
- ""
- "#8c8c8c• Use navigation buttons to switch"

previous:
type: ZAUCTIONHOUSE_SHULKER_NAVIGATION
direction: previous
slot: 48
item:
material: ARROW
name: "#2CCED2<bold>ᴘʀᴇᴠɪᴏᴜs sʜᴜʟᴋᴇʀ"
lore:
- "#92ffffView the previous shulker box."
- ""
- "#8c8c8c• #2CCED2Click #92ffffto view previous"

next:
type: ZAUCTIONHOUSE_SHULKER_NAVIGATION
direction: next
slot: 50
item:
material: ARROW
name: "#2CCED2<bold>ɴᴇxᴛ sʜᴜʟᴋᴇʀ"
lore:
- "#92ffffView the next shulker box."
- ""
- "#8c8c8c• #2CCED2Click #92ffffto view next"

Buttons Used

ButtonTypeDescription
contentZAUCTIONHOUSE_SHULKER_CONTENTDisplays container contents
shulker-infoZAUCTIONHOUSE_SHULKER_INFOShows container information
previousZAUCTIONHOUSE_SHULKER_NAVIGATIONPrevious container
nextZAUCTIONHOUSE_SHULKER_NAVIGATIONNext container

Patterns Used

PatternDescription
zauctionhouse-decorationGlass pane borders
zauctionhouse-backBack button to return

Placeholders

PlaceholderDescription
%shulker-current%Currently viewing shulker number (1-based)
%shulker-total%Total number of shulkers in the sale
%shulker_current%Same as above (alternative format)
%shulker_total%Same as above (alternative format)

Multiple Containers

When a bulk sale contains multiple container items, players can navigate between them using the previous/next buttons.

The navigation buttons are only active when there are multiple containers:

  • Previous: Disabled on first container
  • Next: Disabled on last container
Copyright © 2026 GroupeZ|Build #loading...|-