Inventory tweaks
Anvil text colors, auto-unload, tool stat displays, and other inventory-side helpers.
A grab-bag of inventory and item tweaks that don't fit in the bigger pages.
Anvil text colors
Vanilla anvils accept basic colors via & codes (&a, &c, etc.) for some tools. Sunday Market's anvil tweak adds:
- Full hex colors —
&#f90202(the brand red), any RGB value - Combined formatting — bold + italic + color all on the same item name
- Bedrock support — same colors render on Bedrock
Useful for:
- Naming your enchanted gear with brand-colored names
- Setting custom text on signs you're crafting
- Marking traded items with colored "Property of [name]" labels
Auto-unload to chests
A quick command to dump matching items from your inventory into nearby chests.
/unloadWhen you run it, items in your inventory that match the contents of nearby chests auto-route to those chests, topping up what's already stored.
The unload family:
| Command | Aliases | What it does |
|---|---|---|
/unload | /store, /ul | Route matching items into nearby chests |
/dump | — | Empty the remainder into any nearby chest |
/unloadinfo | /uli | Preview where items would go before committing |
/searchitem | /search | Find which nearby chest holds a given item |
/blacklist | — | Mark items to keep on you, never unloaded |
/unload hotbar toggles whether your hotbar is included in the sweep. All of it respects region protection, so a stray chest inside someone's warded plot stays untouched.
Practical flow:
- Walk into your base after a mining trip
- Stand near your storage chests
- Run
/unload - Iron routes to your iron chest, food to your food chest, and so on
- Items that don't match any chest stay in your inventory
Combined with chest sort for organization, this is the "unload and walk away" pattern.
Tool stat displays
Tool stats add permanent damage / break tracking to your tools and weapons. Hover over any sword or pickaxe in your inventory and see:
- Number of mobs killed (or blocks broken) with that specific item
- Original creator (the player who crafted it)
- Lifetime stats
Makes individual gear feel persistent — your "first netherite sword" has a story. Sentimental but real.
Inventory inspection (staff)
Staff can view another player's inventory for moderation purposes. Players can't view each other's inventories — it's a staff-only tool, surfaced here just so you know it exists.
This is part of the rule-enforcement infrastructure, not a player feature.
Custom display item helpers
Some tools allow item display customizations — stand display, item-frame helpers, decorative item displays for display cases or builds. Mostly useful for serious builders making themed environments.
See also
- Chest sorting — pairs with
/unload - Auto-tool — the right tool without the swap
- Storage — where the chests live
- Quality of life — comprehensive tweak list