Simple Worth
Add a system that displays the value of each item as soon as you collect them in your inventory.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Simple Worth
🚀 worthEconomyShop A lightweight, professional solution for real-time market values.
worthEconomyShop is a high-performance plugin designed to display item prices directly on lores without the common headaches of traditional scripts.
🛡️ Why worthEconomyShop? Most "Price-in-Lore" scripts modify the item's NBT data, which causes two major problems:
Broken Stacking: Items with different prices or NBT data won't stack.
Database Bloat: Your server saves thousands of unnecessary lines of data.
Our solution: We use Ghost Lore. By intercepting network packets via ProtocolLib, the price is injected only on the player's screen. The server sees a "clean" item, meaning identical items stack perfectly.
✨ Key Features Ghost Lore (Client-Side Only): Zero modification to actual item data. Safe for your database and your players' inventories.
Real-Time Calculations: Automatically displays the Unit Price and the Total Stack Price based on the current stack size.
Flawless Sync: Built-in listeners refresh the inventory instantly when items are moved, merged, or split.
Zero Lag Design: Optimized packet interception to ensure no impact on server TPS.
Feature,Details Version,Minecraft 1.21.x (Paper/Spigot) Language,Java 21 Dependencies,"ProtocolLib, EconomyShopGUI (Free/Premium)" Logic,Packet-based (Client-side rendering)
💡 How It Works When a player views an item, the plugin queries your EconomyShopGUI database. If the item is sellable, an elegant line is injected at the bottom:
§ePrice: §a$10.00 §7(Total: $640.00)
The moment the item is dropped or placed in a chest, the info "disappears" from the server's perspective, keeping your world data 100% clean.
📥 Requirements To ensure the plugin works correctly, you must have:
ProtocolLib (Latest version for 1.21+)
EconomyShopGUI (Free or Premium)