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)
- A paginated GUI menu for selling items
- 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
- Java 25
- Spigot, or Paper 26.1+
- An economy plugin - Vault, ExcellentEconomy
Support
If you like it please consider supporting the developer with a small donation to keep this project alive.
config.yml
# 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)"

