Commands
Complete command reference for the Worth Addon.
Command Overviewโ
| Command | Description |
|---|---|
/worth reload | Reload config.yml and restart the cache refresh timer |
/worth toggle | Toggle your own worth tooltip overlay on/off |
There is no default/no-argument behavior - running /worth with no subcommand (or an unrecognized one) shows usage help.
Command Detailsโ
/worth reloadโ
Permission: worth.admin (default: op)
Reloads config.yml from disk and restarts the worth cache's refresh timer using the new interval. Any newly added config keys are merged into the existing file without overwriting your existing values.
/worth reload
/worth toggleโ
Permission: worth.toggle (default: true)
Flips the worth tooltip overlay on or off for the player running the command. The new preference is saved immediately to toggles.yml and the player's inventory is force-refreshed so the change is visible right away.
/worth toggle
Players-only - this subcommand cannot be run from the console.
Permissions Referenceโ
| Permission | Default | Description |
|---|---|---|
worth.admin | op | Grants access to /worth reload |
worth.toggle | true | Grants access to /worth toggle |
LuckPerms Setupโ
# All players can toggle their own overlay (granted by default already)
/lp group default permission set worth.toggle true
# Admins can reload the addon's config
/lp group admin permission set worth.admin true
See Alsoโ
- Overview - Feature overview
- Installation - Installation guide
- Configuration - Configuration reference
- Features - Detailed feature docs