Compatibility
Minecraft: Java Edition
1.21.8–1.21.9
1.21.1
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 2 months ago
Updated last month
📦 StockHold Stick
The StockHold Stick is a special tool designed for players who manage warehouses, shops, or simply large amounts of resources in Minecraft.
With a simple stick renamed "StockHold Stick", you can automatically record and monitor the inventory of your containers (chests, barrels, and shulker boxes).
✨ Features
- Instant Recording – Right-click a container with the StockHold Stick to automatically save its contents.
 - Multi-Container Support – Works with single/double chests, barrels, and shulker boxes.
 - Smart Data Management – Each saved item stores:
- Item name and quantity
 - Container coordinates
 - Owner (if specified)
 - Price (if set)
 - Save date
 
 - JSON Archive – All data is stored in a file (
stock/stock_data.json), easy to read and edit externally. - Visual Feedback – Registered containers are highlighted with glowing End Rod particles, making them easy to spot.
 - Chat Confirmation – Every save shows a success message with the number of items recorded.
 
📋 Example File
[
  {
    "Item": "Oak Planks",
    "Stock": 16,
    "Price": "",
    "Cords": "-7 -60 -4",
    "Owner": "",
    "DateUpdated": "2025 09 16"
  },
  {
    "Item": "Raw Beef",
    "Stock": 10,
    "Price": "",
    "Cords": "-7 -60 -4",
    "Owner": "",
    "DateUpdated": "2025 09 16"
  },
  {
    "Item": "Cooked Cod",
    "Stock": 9,
    "Price": "",
    "Cords": "-7 -60 -4",
    "Owner": "",
    "DateUpdated": "2025 09 16"
  },
  {
    "Item": "Bone",
    "Stock": 103,
    "Price": "",
    "Cords": "-7 -60 -4",
    "Owner": "",
    "DateUpdated": "2025 09 16"
  },
  {
    "Item": "Diamond",
    "Stock": 12,
    "Price": "",
    "Cords": "-7 -60 -4",
    "Owner": "",
    "DateUpdated": "2025 09 16"
  }
]




