Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [command_meta.if] feature: new module to provide the
/IFcommand, which allows you to expressconditional logic, such asif ... then ... else .... - [command_meta.nop] feature: new module to provide the
/nopcommand. (It's useful to be combined with/ifcommand.) - [command_debug] feature: now will send the debug info to the command source, instead of the console.
- [command_meta.chain] fix: should not continue to execute the chained commands if the previous command is only
partial success. (This affects the commands like/execute if ... if ... if ...combination.) - [cleaner] fix: should not call the clean function in async task, which may crash the server.
- [docs] fix: should display the
*character indocument string.
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [command_meta.if] feature: new module to provide the
/IFcommand, which allows you to expressconditional logic, such asif ... then ... else .... - [command_meta.nop] feature: new module to provide the
/nopcommand. (It's useful to be combined with/ifcommand.) - [command_debug] feature: now will send the debug info to the command source, instead of the console.
- [command_meta.chain] fix: should not continue to execute the chained commands if the previous command is only
partial success. (This affects the commands like/execute if ... if ... if ...combination.) - [cleaner] fix: should not call the clean function in async task, which may crash the server.



