- refactor: move
send-message
,send-broadcast
,send-actionbar
,send-title
andsend-toast
into moduleecho
. - fix: new joined player will be marked as afk wrongly. (afk module)
- feature: warning if fuji can't find the target node in
command alias module
. - feature: 'disable_all_modules' option for debug purpose.
- featiure: add the command prefix for command_syp module
- feature: a user-friendly command feedback for command exception.
- add: send-chat module
- add: view module
- feature: allow custom seed option for
world module
. - feature: use multi-threading while searching a safe-position in rtp process.
- refactor: now will no store additional luckperms user data for fake-player spawned by carpet-fabric mod.
- refactor: use cache for luckperms permission test.
- refactor: skip un-necessary registration of command argument type adapters.
- refactor: use a concurrency byte-code scanner.
- add: temp-ban module.
- fix: in-correct offset in
sit module
- fix: falling-player bug in
sit module
- fix: the sync of game profile of dummy players in
tablist.sort
module - fix: the async-execution in
command schedule module
. - fix: a minor bug about circular dependency between
/fuji reload
command. - fix: a minor bug about the wrong display icon for
next page
in paged gui. - refactor: a unified package structure in project.
- feature: use a event-based, cached method in
tablist.sort
module. (performance improved) - feature: improve the loading performance of module manager at server startup stage.
- feature: now the
tablist.sync_game_profile
is the sub-module oftablist.sort
module. - feature: now the
chat.display
is a sub-module ofchat
module. - feature: now the
chat.history
is a sub-module ofchat
module.
- fix: the falling player bug in
sit module
- refactor: move
carpet
andmulti obsidian platform
modules intogameplay
module - refactor: a unified command system.
- refactor: a unified scheduler system. (all the
schedule jobs
now supporthot reload
) - feature: more clear feedback message for
command scheduler module
- feature: a friendly data validator for
command rewrite
module - feature: now
tablist.sort
module will display the correct skin of the dummy player. - feature: allow custom data formatter in
%fuji:date%
placeholder - feature: now
/rtp
command allows dimension option. - add: support new default language
zh_tw
- add: a unified teleport module. (
tppos module
)
- feature: a more unified gui for
head module
- feature: now
head module
supports lazy-load. - feature: now the head assets is not included in the jar, and
head module
will download them on demand. - feature: chat spy for un-parsed chat message in chat module
- feature: the
search keywords
will now show in the gui. - feature: now
/fuji reload
can hot reload the language files. - feature: allow custom item display text in language file
- add: cleaner module