• 欢迎加入MineBBS QQ讨论群:点击查看所有的官方讨论群
  • 我们将于近期对服务器进行迁移,服务可能中断至多2日。请各位安排好自己的访问计划,造成不便敬请谅解!
  • MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】
EconomyAPI 经济插件

二次开发 插件 EconomyAPI 经济插件 2026/03/14-22:31:39

完成注册/登录后下载
Fix field permission issues when creating tables with SQLite (#8)
fix(provider): add MySQL connection readiness checks
feat: add migratedata command
fix: add ReadWriteLock to all providers and atomic checked methods to prevent async race conditions
fix: fall back to online player UUID when nameLookup fails to resolve player name
fix: adjust PlayerJoinEvent listening priority to prevent other plugins from being able to read
fix: resolve multiple bugs in providers, commands, config and data migration
fix: resolve data lookup failures for special character player names
feat(provider): add MySQLProvider class to support MySQL database (#7)

* feat(provider): add MySQLProvider class to support MySQL database

* refactor(mysql): improve MySQL configuration and initialization

* perf(MySQLProvider): use UUID data type for player column

* fix(provider): Fix MySQL provider, close connection on disable, improve reconnection logic, and change money handling from int to long for precision

* refactor(config): set default currency name to USD for upgrade process.

* perf(provider): move MySQL connection and table creation to async task.

* feat(async): Add asynchronous economy operations support with AsyncOperator class,update commands for async handling, and enhance error validation

* fix(provider): add currency existence check to MySQLProvider methods.
ci:优化 ChangeLog 消息格式

- 使用 sed命令将多行 commit message转换为单行,解决格式问题
- 确保在推送事件中生成正确的 ChangeLog 消息
后退
顶部 底部