Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for MaxFullCalypse

A worth plugin for selling items from player inventory through a GUI

Report WorthGui?

WorthGui

WorthGui is an easy plugin designed to sell items from players inventory with a simple command and reward them with in-game money.

Features

  • Configuration for editing worth value for each items
    • Items with 0 worth value can not be sold
  • A paginated GUI menu for selling items
    • Sell multiple or specific amount of items by typing into chat
      • Left click - sell all
      • Left shift + left click - Sell x amount by typing into chat
      • Right click - Sell half (64 stack = 32)
  • Different types of economy provider plugin support for money transfer
  • Designed to work on latest minecraft servers from 26.1
  • Minimessage & Adventure text format support for Paper servers

Commands & Permissions

  • /worthgui - Opens the worth menu for the player
  • /worthgui reload - Reloads the plugin configuration | worthgui.reload

Requirements

Support

If you like it please consider supporting the developer with a small donation to keep this project alive. https://www.paypal.com/donate/?hosted_button_id=5zdcl7nj8r8dw

Worth menu 1 Worth menu 2

Configuration

# Economy provider can be any, vault or excellenteconomy
economy-provider: any

# If enabled enchanted items can not be sold
ignore-enchanted-items: true

gui:
  items:
    previous-page:
      material: compass
      display-name: "<red>\u2190 Previous page"
      slot: 40
      lore: []
    next-page:
      material: arrow
      display-name: "<green>Next page <gray>%next-page%/%total-items% <green>\u2192"
      slot: 41
      lore: []
    balance:
      material: diamond
      display-name: "<green>Balance"
      slot: 36
      lore:
        - "<yellow>Your balance:<green> $%balance%"

text:
  should-be-greater: "<red>Amount should be greater than 0 and must be number only."
  item-sold: "<dark_green>Item<yellow> %material%<dark_green> sold for<green> $%price%"
  no-items: "<red>You need at least one sellable item in your inventory to open worth menu."
  enter-number: "<dark_green>Enter a number into chat to sell the item (<gray>%material%<dark_green>):"
  gui:
    title: "<dark_green>Worth menu"
    lore:
      - "<gray>Price of worth:<green> $%worth%"
      - "<gray>Total income (all):<green> +$%total-income%"
      - "<gray>Amount to sell:<red> %amount%"
      - ""
      - "<gold>Left click<white> - Sell all"
      - "<gold>Left shift + left click<white> - Sell x amount by typing into chat"
      - "<gold>Right click<white> - Sell half<gray> (64 stack = 32)"

Information

CategoryEconomy
Published onJune 21, 2026
LicenseUnspecified
Downloads0
Stars0
Watchers0

Pinned Versions

Members