Changelog
# 1.4.1
September 20, 2026
- Optimized Plugin existence is now validated during import, avoiding "plugin not found" notices caused by load order issues
- Optimized Hardcoded Chinese text in the code now reads from the language file
1.4.1 Update Guide
Compared to version 1.4.0, simply replace the jar file
# 1.4.0
September 9, 2026
- Added
online/offlineplayer scope parameter TAB completion for the server-wide currency command - Added Scheduled tasks can target online or all players via the
playerTypeconfig - Added Additional key indexes to improve query performance
- Optimized
giveAll,setAll, andtakeAllbatch query and batch update performance - Optimized Currency change logs now use sharded batch writes to reduce database load
- Optimized The
convertcommand now migrates currency change logs as well - Optimized Custom command aliases support the
${player}placeholder - Fixed The
setcommand not using a transactional connection - Fixed Currency balance inconsistency between change events and log records
- Fixed Vault transactions returning an error message even after succeeding
- Fixed The API registering currencies that already exist in the config file
- Fixed Added validation for currency leaderboard pagination parameters
1.4.0 Update Guide
Compared to version 1.3.2, simply replace the jar file
# 1.3.2
July 3, 2026
- Added Compatibility with 26.2
1.3.2 Update Guide
Compared to version 1.3.1, simply replace the jar file
# 1.3.1
April 26, 2026
- Added Internal scheduled task handling, allowing a player's currency of a specific type to be given, set, or deducted on a schedule
- Added Support for importing PlayerPoints 2.x data
- Added The
/ply mecommand to view all of your own currency data
1.3.1 Update Guide
Compared to version 1.2.2, simply replace the jar file
# 1.2.2
April 4, 2026
- Added Support for MiniMessage
- Added Support for 26.1.x
1.2.2 Update Guide
Compared to version 1.2.1, simply replace the jar file
# 1.2.1
December 20, 2025
- Added Support for importing data from CoinsEngine
- New Command alias function, it is now possible to create custom simplified commands.
1.2.1 Update Assistant
Compared to version 1.2.0, simply replace the jar file.
# 1.2.0
November 29, 2025
- New Added noLogCurrency configuration option to exclude specific currencies from logging
1.2.0 Update Assistant
Compared to version 1.1.9, you can directly replace the jar file.
# 1.1.9
November 19, 2025
- Optimization Added optional offline player support for giveAll, setAll, takeAll commands
- Optimization Improved compatibility to avoid errors when third-party plugins lack player names
1.1.9 Update Assistant
Compared to version 1.1.8, you can directly replace the jar file.
# 1.1.8
September 30, 2025
- Added Support for importing GemsEconomy plugin data
- Added New balTop command to view currency leaderboards
1.1.8 Update Assistant
Compared to version 1.1.7, please regenerate the language files
# 1.1.7
2025-06-21
- Fix Fixed default reason for takeAll and setAll commands being incorrectly set to giveAll
- Optimize GiveAll, takeAll, and setAll commands now send currency change messages to online players
- Optimize Currency change messages now support displaying reasons with the internal variable
${operatorReason} - Optimize Better support for Minecraft 1.21.6
1.1.7 Update Helper
Replace jar directly compared to version 1.1.6
# 1.1.6
2025-03-25
- Optimize Moved lock position to API to avoid potential dirty data when executing bulk operations for the first time
1.1.6 Update Helper
Replace jar directly compared to version 1.1.5
# 1.1.5
2025-03-08
- Optimize Give/take/set commands now can notify target players with message alerts
1.1.5 Update Helper
Replace jar directly compared to version 1.1.4
# 1.1.4
2025-02-17
- New Added clear command to delete all data of specified currency
1.1.4 Update Helper
Replace jar directly compared to version 1.1.3
# 1.1.3
2025-01-20
- Optimize Removed redundant queries and events, roughly doubling performance
1.1.3 Update Helper
Replace jar directly compared to version 1.1.2
# 1.1.2
2025-01-19
- Fix Fixed errors and duplicate data issues in batch operations
1.1.2 Update Helper
Replace jar directly compared to version 1.1.1
# 1.1.1
2025-01-12
- Fix Fixed MySQL errors introduced in previous version
1.1.1 Update Helper
Replace jar directly compared to version 1.1.0
# 1.1.0
2025-01-10
- Optimize Improved performance
1.1.0 Update Helper
Replace jar directly compared to version 1.0.9
# 1.0.9
2025-01-03
- Optimize Improved Vault plugin hook
1.0.9 Update Helper
Replace jar directly compared to version 1.0.8
# 1.0.8
2024-12-29
- New Added giveAll/setAll/takeAll commands to batch operate on online players' data
- New Added batch operation API
1.0.8 Update Helper
Regenerate language files compared to version 1.0.7
# 1.0.7
2024-12-25
- New Support importing data based on Vault
- New Support specifying one currency to hook Vault
1.0.7 Update Helper
Regenerate language files and config.yml compared to version 1.0.6 (remember to backup first~)
# 1.0.6
2024-12-23
- New Added accumulated value variables for each player currency type
- New Added lookTotal command to check player's accumulated value of a currency type
- Optimize Plugin now automatically records accumulated value of each currency type, only counting additions via give
1.0.6 Update Helper
Regenerate language files compared to version 1.0.5, please update ASAP because previous versions did not record accumulated values and data may be inaccurate long term
# 1.0.5
2024-12-20
- Optimize Fixed issues with importing PlayerPoints data
1.0.5 Update Helper
Replace jar directly compared to version 1.0.4
# 1.0.4
2024-12-05
- Optimize Better compatibility with Minecraft 1.21.4
1.0.4 Update Helper
Replace jar directly compared to version 1.0.3
# 1.0.3
2024-12-03
- New Added API for fetching currency descriptions
1.0.3 Update Helper
Regenerate language files compared to version 1.0.2
# 1.0.2
2024-12-02
- Optimize Optimized log view to show values before change (requires language file regeneration)
1.0.2 Update Helper
Regenerate language files compared to version 1.0.1
# 1.0.1
2024-11-29
- Optimize Support importing NyEconomy MySQL data
1.0.1 Update Helper
Replace jar directly compared to version 1.0.0
# 1.0.0
2024-11-28
- Initial plugin release