Releases: iXORTech/joinMOTD-Reforged
Version 1.0.0 (B93F2EC)
The First Official Release
Note
This version is identical compared to the v1.0.0-rc.1
version code and feature wise,
and the only difference is that the version number has been changed to v1.0.0
.
However, it is still recommended to update to this official version.
BREAKING CHANGES
There is nothing to display yet.
New features
- Add
!!motd
command to show the MOTD and the server list. - Add
!!motd reload
command to reload the config file. - Add
!!server
to show the server list. - Show automatically the MOTD and the server list when a player joins the server.
- Show the name of the currently connected server in the MOTD.
- Allow server operators to configure the permissions of the commands.
- Add i18n support.
- Add English and Simplified Chinese translations.
- Use Python library
nbtlib
and MCDR plugin DayCount NBT (daycount_nbt
) to automatically get the day count of the server.
Improvements
There is nothing to display yet.
Bug fixes
There is nothing to display yet.
Known Bugs
There is nothing to display yet.
首个正式版本
Note
本版本与 v1.0.0-rc.1
版本在代码和功能上完全相同,
唯一的区别是版本号已经被修改为 v1.0.0
。
但是,我们仍然建议更新到本正式版本。
破坏性变更
暂时没有可以显示的内容
新增功能
- 添加
!!motd
命令以显示 MOTD 和服务器列表。 - 添加
!!motd reload
命令以重新加载配置文件。 - 添加
!!server
命令以显示服务器列表。 - 玩家加入服务器时自动显示 MOTD 和服务器列表。
- 在 MOTD 中显示当前连接的服务器的名称。
- 允许服务器管理员配置命令的权限。
- 添加国际化支持。
- 添加英文和简体中文翻译。
- 依赖 Python 库
nbtlib
和 MCDR 插件 DayCount NBT (daycount_nbt
) 来自动获取服务器的开服天数。
优化与改进
暂时没有可以显示的内容
错误修复
暂时没有可以显示的内容
已知错误
暂时没有可以显示的内容
Full Changelog: https://github.com/iXORTech/joinMOTD-Reforged/commits/v1.0.0
完整的更新日志: https://github.com/iXORTech/joinMOTD-Reforged/commits/v1.0.0
Version 1.0.0 Release Candidate 1 (CBED027)
Fix username display
⚠️ BREAKING CHANGES ⚠️
There is nothing to display yet.
New features
There is nothing to display yet.
Improvements
There is nothing to display yet.
Bug fixes
- Fixes the bug that always display 'Console' as the username in the MOTD welcome message.
Known Bugs
There is nothing to display yet.
修复用户名显示
⚠️ 破坏性变更 ⚠️
暂时没有可以显示的内容
新增功能
暂时没有可以显示的内容
优化与改进
暂时没有可以显示的内容
错误修复
- 修复了 MOTD 欢迎信息中总是显示 '控制台' 作为用户名的错误。
已知错误
暂时没有可以显示的内容
Full Changelog: v1.0.0-rc...v1.0.0-rc.1
完整的更新日志: v1.0.0-rc...v1.0.0-rc.1
Version 1.0.0 Release Candidate (400346A)
First Release Candidate
⚠️ BREAKING CHANGES ⚠️
- Only DayCount NBT is supported as the daycount plugin.
- Python dependency
nbtlib
and MCDR plugin dependencydaycount_nbt
are now required. start_day
anddaycount_plugin_ids
config options are removed.- Configuration file is moved from
config/joinMOTD-Reforged.json
toconfig/joinmotd_reforged/config.json
.
New features
There is nothing to display yet.
Improvements
- Current Connected Server's name is now shown in the MOTD.
- i18n support is now added. (Currently only English and Simplified Chinese are supported)
Bug fixes
There is nothing to display yet.
Known Bugs
There is nothing to display yet.
第一个正式候选版
⚠️ 破坏性变更 ⚠️
- 仅支持 DayCount NBT 作为开服时间计算插件。
- 现在需要 Python 依赖
nbtlib
和 MCDR 插件依赖daycount_nbt
。 - 配置项
start_day
和daycount_plugin_ids
被移除。 - 配置文件从
config/joinMOTD-Reforged.json
移动到config/joinmotd_reforged/config.json
。
新增功能
暂时没有可以显示的内容
优化与改进
- 现在 MOTD 中会显示当前连接的服务器名称。
- 支持国际化。 (目前仅支持英语和简体中文)
错误修复
暂时没有可以显示的内容
已知错误
暂时没有可以显示的内容
Full Changelog: v1.0.0-beta.1...v1.0.0-rc
完整的更新日志: v1.0.0-beta.1...v1.0.0-rc
Version 1.0.0 Beta 1 (CB93BC7)
Version Check Fix
⚠️ BREAKING CHANGES ⚠️
There is nothing to display yet.
New features
There is nothing to display yet.
Improvements
There is nothing to display yet.
Bug fixes
- The plugin will now get the correct build version from data file.
Known Bugs
There is nothing to display yet.
版本检查修复
⚠️ 破坏性变更 ⚠️
暂时没有可以显示的内容
新增功能
暂时没有可以显示的内容
优化与改进
暂时没有可以显示的内容
错误修复
- 插件现在可以从数据文件中获取正确的构建版本。
已知错误
暂时没有可以显示的内容
Full Changelog: v1.0.0-beta...v1.0.0-beta.1
完整的更新日志: v1.0.0-beta...v1.0.0-beta.1
Version 1.0.0 Beta (AFAEC71)
"The First Beta"
⚠️ BREAKING CHANGES ⚠️
There is nothing to display yet.
New features
- Add
!!motd
command to show the MOTD and the server list. - Add
!!motd reload
command to reload the config file. - Add
!!server
to show the server list. - Show automatically the MOTD and the server list when a player joins the server.
- Add permission configuration for commands.
Improvements
There is nothing to display yet.
Bug fixes
There is nothing to display yet.
Known Bugs
- This version is yet to be tested.
"首个 Beta 版本"
⚠️ 破坏性变更 ⚠️
暂时没有可以显示的内容
新增功能
- 添加
!!motd
命令以显示 MOTD 和服务器列表。 - 添加
!!motd reload
命令以重新加载配置文件。 - 添加
!!server
命令以显示服务器列表。 - 玩家加入服务器时自动显示 MOTD 和服务器列表。
- 为命令添加权限配置。
优化与改进
暂时没有可以显示的内容
错误修复
暂时没有可以显示的内容
已知错误
- 该版本尚未经过测试。
Full Changelog: https://github.com/iXORTech/joinMOTD-Reforged/commits/v1.0.0-beta
完整的更新日志: https://github.com/iXORTech/joinMOTD-Reforged/commits/v1.0.0-beta