▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Worthify

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
  • /pay <player> <amount>

    • Permission: worthify.sell
  • /worth [page]

    • Permission: worthify.sell
  • /sellhistory [page]

    • Permission: worthify.sell
  • /multiplier (alias: /mult)

    • Permission: worthify.sell
    • Notes: Only opens when worth_multiplier.enabled: true. Everyone can view, but editing requires worthify.admin.
  • /setworth <number>

    • Permission: worthify.admin
  • /worthify reload

    • Permission: worthify.admin
  • /sellwand usage <uses> [player]

    • Permission: worthify.selltools.give
  • /sellwand selfdestruction <time> <unit> [player]

    • Permission: worthify.selltools.give
  • /sellaxe <time> <unit> [player]

    • Permission: worthify.selltools.give

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: $X tooltip line on items without breaking stacking )

Configuration

Worthify writes config files into plugins/Worthify/.

  • config.yml

    • economy.internal.enabled: enable internal economy fallback when Vault is missing
    • economy.internal.starting_balance: default balance for players not in balances.yml
    • worth_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 GUI
    • worth_multiplier.value: global multiplier applied to all items
    • worth_multiplier.categories.*: category multipliers (ores/food/seeds)
    • worth_multiplier.materials.*: per-material multiplier overrides
  • prices.yml

    • Stores per-material prices under prices.<MATERIAL_NAME>
  • 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).

Совместимость

Minecraft: Java Edition

1.21.x

Поддерживаемые окружения

Сервер

Детали

Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:1 месяц назад
Главная