File Details
EconomySystem-1.0.4-beta.jar
- R
- Jan 17, 2026
- 301.11 KB
- 385
- Early Access
File Name
EconomySystem-1.0.4-beta.jar
Supported Versions
- Early Access
# Economy System v1.0.4 - Changelog
## ๐ Major Features
### Shop Management System (`/shop manager` & `/myshop manager`)
A complete management interface for Admin Shop and Player shops has been added, allowing players to manage their shops through a user-friendly GUI.
#### New Command
- `/shop tab <create/remove> "name"` to create and remove tabs outside of the manager
- `/myshop tab <create/remove> "name"` to create and remove tabs outside of the manager
- `/myshop rename "name"` to change the store name
- **`/shop manager`** - Opens the shop management itens for players
- **`/myshop manager`** - Opens the shop management interface for players
#### Management Interface Features
**1. Add Item System**
- Automatically detects the item in the player's hand
- Uses the exact quantity from the held item (non-editable)
- Removes the item from inventory when added to the shop
- Only requires input for Buy Price and Sell Price
- Validates item existence before adding
- Automatically closes the window if item is not found
**2. Tab Management**
- **Add Tab** - Create new tabs for organizing shop items (up to 7 tabs)
- **Remove Tab** - Right-click on tabs to remove them (with confirmation)
- Tab selection persists when reopening the shop
- Dynamic tab buttons with proper spacing (3px between tabs)
**3. Shop Renaming**
- **Rename Shop** button opens a GUI to set a custom shop name
- Custom names appear in `/shops` list instead of default "Loja de {player}"
- Handles quotes in input automatically
- Limits shop names to 50 characters
**4. Shop Status Toggle**
- **Open/Close Shop** button that dynamically changes based on shop status
- Shows "Open Shop" when closed
- Shows "Close Shop" when open
- Automatically updates and reloads the GUI after toggling
**5. Shop Icon Selection**
- Choose Icon button
- Automatically uses the item ID from the player's hand
- Sets the shop icon that appears in `/shops` list
- Falls back to "Block_Chest" if no icon is set
- Icon is saved persistently
**6. Item Management**
- View all items in selected tab
- Click items to remove them (with confirmation)
- Items are returned to inventory when removed (if space available)
- Shows item prices, stock, and unique ID in tooltips
## ๐ง Fixes
### Corrections to the buying and selling system.
- The item prices are correctly delivered to the seller.
- The purchase price is normally charged to the seller.
## ๐ง Changes to Messages
- Messages have been added to players who own shops, informing them of items sold and purchased.
- Messages were added informing that someone sent money.
- Messages have been added when you receive money through the console.

