File Details
EconomySystem-1.0.3-beta.jar
- R
- Jan 16, 2026
- 182.90 KB
- 411
- Early Access
File Name
EconomySystem-1.0.3-beta.jar
Supported Versions
- Early Access
## [1.0.3-beta] - 2026-01-15
### Added
- **Russian Language Support**: Complete Russian translation
- All shop messages, tooltips, and UI elements translated to Russian
- Configurable via `Language` setting in `EconomyConfig` (RU option)
- **Public Placeholder API**: Placeholder system for other plugins
- `%balance%`: Player balance (numeric value)
- `%balance_formated%`: Player balance (formatted with currency symbol)
- `PlaceholderAPI.getInstance().replacePlaceholders(UUID, String)` method
- `PlaceholderAPI.getInstance().replacePlaceholders(String, String)` method
- `PlaceholderAPI.getInstance().containsPlaceholders(String)` method
- **Console Command Support**: Admin commands now work from console
- `/money give <nick> <value>` can be used from console
- `/money set <nick> <value>` can be used from console
- Proper error handling and messages for console usage
- Added the /iteminfo or /ii command to retrieve the item data from the player's hand.
- **Permissions System**:
All permissions are registered for use in permissions plugins such as LuckPerms, which is the most recommended.:
**Player Permissions:**
- `theeconomy.player.money` - Access to `/money` command (show balance)
- `theeconomy.player.money.pay` - Access to `/money pay` command
- `theeconomy.player.money.top` - Access to `/money top` command
- `theeconomy.player.shop` - Access to `/shop` or `/loja` command (admin shop)
- `theeconomy.player.iteminfo` - Access to `/iteminfo` command
- `theeconomy.player.myshop` - Access to `/myshop` commands (open, close, add, remove)
- `theeconomy.player.playershop` - Access to `/playershop` or `/pshop` command
- `theeconomy.player.shops` - Access to `/shops` command (list player shops)
**Admin Permissions:**
- `theeconomy.admin.money.set` - Access to `/money set` command
- `theeconomy.admin.money.give` - Access to `/money give` command
- `theeconomy.admin.shop.add` - Access to `/shop add` command
- `theeconomy.admin.shop.remove` - Access to `/shop remove` command
**Permission Groups:**
- Use `theeconomy.player.*` to grant all player permissions
- Use `theeconomy.admin.*` to grant all admin permissions
- Use `theeconomy.*` to grant all permissions
### Fixed
- **Shop Title Translation**: Fixed shop titles not being translated in `/shop`, `/shops`, and `/pshop` commands
- **Item Name Display**: Fixed dependency on external mod for item names (now uses internal system)
- **Own Shop Management**: Fixed inability to remove items from own shop when accessed via `/shops`
- **UI Title Updates**: Fixed dynamic title setting in shop GUIs using proper Label selectors

