Installation
Requirementsโ
| Requirement | Minimum Version |
|---|---|
| Sigma Orders & Auctions (core plugin, Auction module enabled) | Latest |
| Java | 21 |
| Paper / Spigot / Folia | 1.21 |
| ProtocolLib | Latest (soft dependency - overlay disabled without it) |
| PlaceholderAPI | Latest (soft dependency - placeholders disabled without it) |
The addon's plugin.yml declares a hard dependency on SigmaOrders-Auction. If that module isn't present and enabled, the Worth Addon disables itself on startup.
Installation Stepsโ
1. Install Sigma Orders & Auctionsโ
Ensure the core plugin is installed, running, and the Auction module is enabled before adding this addon.
2. (Recommended) Install ProtocolLibโ
Without ProtocolLib, the addon still loads and /worth toggle//worth reload still work, but the tooltip overlay - the addon's only real feature - is disabled.
3. Drop the Addon Jarโ
Place WorthAddon.jar into your server's plugins/ folder.
plugins/
โโโ SigmaOrders-Auction.jar โ core plugin (required)
โโโ ProtocolLib.jar โ recommended, enables the tooltip overlay
โโโ WorthAddon.jar โ this addon
4. Start the Serverโ
On first start, the addon generates its configuration file:
plugins/
โโโ WorthAddon/
โโโ config.yml
โโโ toggles.yml โ created after the first player toggle
5. Configure the Addonโ
Open plugins/WorthAddon/config.yml and configure:
- Cache refresh interval - how often worth is recalculated
- Lore lines - the tooltip text shown for matching items and shulker box contents
- Container restrictions - which real container types are allowed to show the overlay
See Configuration for a full reference.
6. Reload or Restartโ
Apply your configuration changes with:
/worth reload
or restart the server.
Verifying the Installationโ
- Check the server log for
Worth Addon enabled - tracking item worth from active order listings. - If ProtocolLib is installed, you should also see
ProtocolLib found - hover-tooltip worth overlay enabled. - Create an order listing for an item, then hover that item in your inventory - a "Worth" line should appear in its tooltip
File Layoutโ
plugins/
โโโ WorthAddon/
โโโ config.yml โ cache, logging, toggle defaults, and lore settings
โโโ toggles.yml โ per-player overlay on/off preference (auto-managed)
The addon stores no other data - all order/listing data is read live from the Sigma Orders & Auctions core plugin.
Updatingโ
- Stop the server
- Replace
WorthAddon.jarwith the new version - Start the server - configuration is preserved automatically
- Review the changelog for any new config keys
See Alsoโ
- Commands - Full command reference
- Configuration - Configuration reference
- Overview - Feature overview