Skip to main content

Commands

Complete command reference for the Worth Addon.


Command Overviewโ€‹

CommandDescription
/worth reloadReload config.yml and restart the cache refresh timer
/worth toggleToggle 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โ€‹

PermissionDefaultDescription
worth.adminopGrants access to /worth reload
worth.toggletrueGrants 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โ€‹