
Worthify
Fast, modern item worth & pricing system for Minecraft servers
87
4
Worthify
Worthify is a lightweight Paper plugin that assigns a configurable worth to items and lets players sell items for in-game currency.
Features
- Sell items from your hand or sell all sellable items
- Configurable item worth values (
prices.yml) - Sell history GUI (
/sellhistory) - Player-to-player payments (
/pay) - Optional client-side item tooltip worth line (requires ProtocolLib)
- Optional Vault integration (uses your server economy if available)
- Standalone internal economy fallback if Vault isn’t installed (
balances.yml) - Worth multiplier system (global + category + per-material overrides)
- Multiplier GUI (
/multiplier) to view/edit category multipliers (only works when enabled) - SellTools:
- SellWand: sell container contents by right/left click (configurable)
- SellAxe: sell container contents and optionally destroy the container (configurable)
- Offline expiry (absolute timestamps) + anti-duplication registry
- Optional usage-limited wands (no expiry shown in lore)
Commands
-
/sell [hand|all]- Permission:
worthify.sell
- Permission:
-
/pay <player> <amount>- Permission:
worthify.sell
- Permission:
-
/worth [page]- Permission:
worthify.sell
- Permission:
-
/sellhistory [page]- Permission:
worthify.sell
- Permission:
-
/multiplier(alias:/mult)- Permission:
worthify.sell - Notes: Only opens when
worth_multiplier.enabled: true. Everyone can view, but editing requiresworthify.admin.
- Permission:
-
/setworth <number>- Permission:
worthify.admin
- Permission:
-
/worthify reload- Permission:
worthify.admin
- Permission:
-
/sellwand usage <uses> [player]- Permission:
worthify.selltools.give
- Permission:
-
/sellwand selfdestruction <time> <unit> [player]- Permission:
worthify.selltools.give
- Permission:
-
/sellaxe <time> <unit> [player]- Permission:
worthify.selltools.give
- Permission:
Permissions
worthify.sell- Default: true
worthify.admin- Default: op
Dependencies
- Required: none
- Optional:
- Vault (to use an external economy provider such as EssentialsX Economy)
- ProtocolLib (to display a client-side
Worth: $Xtooltip line on items without breaking stacking )
Configuration
Worthify writes config files into plugins/Worthify/.
-
config.ymleconomy.internal.enabled: enable internal economy fallback when Vault is missingeconomy.internal.starting_balance: default balance for players not inbalances.ymlworth_lore.enabled: enable worth tooltip injection (requires ProtocolLib)worth_lore.line: format line (supports{worth}or${worth})worth_multiplier.enabled: enables worth multiplier logic and the multiplier GUIworth_multiplier.value: global multiplier applied to all itemsworth_multiplier.categories.*: category multipliers (ores/food/seeds)worth_multiplier.materials.*: per-material multiplier overrides
-
prices.yml- Stores per-material prices under
prices.<MATERIAL_NAME>
- Stores per-material prices under
-
sellhistory.yml- Stores per-player sell history entries
-
balances.yml- Stores per-player balances when using internal economy
-
selltools.yml- SellTools templates and behavior (activation mode, allowed containers, self-destruction on expiry, uses)
-
gui/multiplier.yml- Customize the multiplier GUI
Placeholders (PlaceholderAPI)
%worthify_balance%%worthify_balance_plain%%worthify_balance_short%
Notes
- If Vault is installed and an economy provider is available, Worthify will use it.
- If Vault is not installed, Worthify will fall back to its internal economy automatically (if enabled in config).
Совместимость
Детали
Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:1 месяц назад