LiteEco - Simple Economy Plugin 1.21.x icon

LiteEco - Simple Economy Plugin 1.21.x -----

EconomyPlugin, Economy, Money, LiteEco



LiteEco 1.6.0-SNAPSHOT
Changelog

✨ Features
  • Added custom parser for amounts and payments (AmountParser, AmountValidatorParser)
  • Introduced new account management methods: createOrUpdateAccount and createOrUpdateAndCache
  • Added support for large integers
  • Replaced old import system with a better import manager
  • Improved locale configuration: dynamic translation names supported from external resources
  • Added better caching and creating of account just with less touch to database during join.

Fixes & Improvements
  • Fixed availableLocales issue
  • Fixed conditional logic in amount validation
  • Simplified and refactored validation methods
  • Moved error messages (format_amount, negative_amount) to parser-level error handling
  • Enhanced SQL logger to show full queries (no placeholders) for better debugging
  • Fixed insertIgnore behavior by using uniqueIndex
  • Improved and secure closing of database connections
  • Improved hook manager
  • Improved usage memory and cache
  • Removed redundant listeners like PlayerJoinListener
  • General code cleanup and optimization for performance

⚙️ Technical Changes
  • Switched to LongIdTable (no need for manual primary key definitions)
  • Updated to VaultUnlockedAPI versions 2.11 and 2.12
  • Removed legacy createAccount method
  • Unified functions for more efficient and clear code execution

SQL script for support larger integers
Use phpMyAdmin or your preferred database tool to run this script.
Code (Text):

ALTER TABLE lite_eco_dollars MODIFY COLUMN money DECIMAL(30, 2) NOT NULL;
 
----------, Jun 20, 2025
Resource Information
Author:
----------
Total Downloads: 23,446
First Release: May 10, 2022
Last Update: Jun 20, 2025
Category: ---------------
All-Time Rating:
25 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings