News
- Added `RTextBase.from_json_object`. Deserialize a RText from json objects, just like what Minecraft can do
Notes that not all features Minecraft has for its text things are supported, and text object structure might change during the deserializing
Changes
- `PluginServerInterface.load_config_simple`: no more double-echo if the `source_to_reply` is a console command source (174)
Document
- Create `mcdr_dev` section, and hide all launching from source stuffs from quick start to that
Fixes
- Fixed ctrl+c is not able to interrupt MCDR when the server is stopped by plugin (172)
- Fixed removing plugin directories in config will not result in plugins in removed directories being unloaded when reloading plugin (159)
- Document fixes (170)
**Full Changelog**: https://github.com/Fallen-Breath/MCDReforged/compare/v2.3.3...v2.4.0