
MeowEco
MeowEco is a High-Efficiency, Lightweight, and Highly Compatible economy plugin designed for modern Minecraft servers.
154
0
MeowEco 26.7.4
release8 апреля 2026 г.📝 Changelog Update - v26.7.4
Here are the summary of changes for the upcoming release:
✅ Code Changes
-
🔍 Player Lookup:
- Removed the name fallback to
Bukkit#getOfflinePlayer(String)inPlayerLookup.resolveOfflinePlayer(...). This prevents non-existent player names from being resolved as forged offline accounts.
- Removed the name fallback to
-
🛡️ Permission Handling:
- Adjusted
EcoCommandpermission checks:give,take,set,freeze,unfreeze, anddeductfrozennow require their own independent permission nodes.setrate,refresh,hide, andunhidecontinue to requiremeoweco.admin.
- Adjusted
⬆️ Dependency Updates
- 📦 Versioning:
- Updated project version and Paper plugin version to
26.7.4.
- Updated project version and Paper plugin version to
MeowEco 26.7.3
release4 апреля 2026 г.- Tested exclusively on the Paper server-side.
- Since Paper has not released version 26.1, compatibility is only supported and tested for version 26.1.1.

MeowEco 26.7.2
release21 марта 2026 г.🛠️ Changelog
✨ Added
- Offline-Player Lookup Support: Added shared support for admin commands and
rich-taxplayer destinations. Offline accounts can now be resolved via UUID, cached profile, database name mapping, or final server lookup. - Permission Declarations: Added explicit declarations to
plugin.ymlfor:meoweco.eco.freezemeoweco.eco.unfreezemeoweco.eco.deductfrozen
🔄 Changed
- Alias Handling Optimization: Optimized
/eco baland/eco topto delegate to the mainmeowecocommand handlers, ensuring consistent behavior and cache management. - Rich-Tax Improvements: Updated configuration to support per-currency rules and provided clearer scheduling log output.
- Documentation: Updated the project documentation and wiki content to align with the current feature set.
🐞 Fixed
- Offline
/eco give: Fixed failures occurring when the target player was not already present in the immediate Bukkit offline-player cache. - Resolution Consistency: Fixed
rich-taxdestination-player resolution to reuse the same lookup path as admin commands. - Code Cleanup: Removed the stale
org.bukkit.Bukkitimport warning inRichTaxService.
MeowEco 26.7.1
release11 марта 2026 г.MeowEco 26.7.1
Added
- Added a configurable Wealth Tax system, supporting:
- Tax threshold amount
- Tax rate
- Execution start time
- Execution interval
- The wealth tax now supports two destinations:
- Confiscated by the system
- Transferred to a specified player's account
Improved
- Updated
config.ymlcomments to bilingual Chinese–English, making it easier for server owners to configure directly. - Improved API parameter validation, rejecting invalid or illegal amount inputs.
- Optimized Placeholder and leaderboard cache refresh logic, reducing main-thread blocking and improving overall stability.
Build
- Updated build configuration and fixed
shadowJarpackaging compatibility issues under the current Gradle environment.
MeowEco 26.6.9
release4 марта 2026 г.Changelog
- Fixed an issue where players received an incorrect amount of points.
- Fixed an issue where commands using the
/ecoprefix were not working properly.
