- fix: ignore keys missing in JsonObject if its type is Map
- refactor: change the icon of the mod.
- add: nametag module
- feature: limit abuse of /afk command
- feature: now
afk module
supports afk events. - add:
afk.effect
module. (effects: invulnerable, targetable, moveable)
- 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.
- bump: version
- add: send-toast module
- add: send-title module
- add: burn module
- add: helpop module
- add: near module
- add: jump module
- add: compass module
- refactor: rename
sendmessage
,sendbroadcast
,sendactionbar
,sendtitle
intosend-message
style...
- feature: run as fake-op for
run module
- feature: run as fake-op for
command-attachment module
- add: command attachment module (allows you attach commands into itemstack, making magic items)
- add: json module (a unified json editor)
- add: attachment module (a unified attachmnt facility)
- refactor: rename
/scheduler
into/command-scheduler
- feature: now the player's leg will sync with eye-sight in
sit module
- feature: now player can use /sit command to sit on any blocks (e.g: bed, fence, and more...)
- fix: the prompt display can't find the language keys in sign input gui.
- 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 de-sync of game profile in dummy player in tablist.sort module
- fix: adjust offset of sit module
- add: warp 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
- fix: include the missing
apache commons rng
library into the mod. (So that thetab_list module
will not crash the game.) - fix: include the missing
jetbrains annotation
library into the mod. - add: language support for
zh_tw
- fix: use a more compatibie way to random teleport. (This avoids possible
entity teleport async
conflicts with other mods, can also fix the/rw tp
inresource world module
) - fix: edge-case about registering single-level command alias will failed. (In
command alias module
) - feature: standardize the return value of most of fuji commands, so that they can be chain-executed, and return the correct value.
- feature: a friendly configuration syntax checker during the server start stage.
- feature: a generalized
resource world module
, now renamed toworld module
, and can create any number of worlds, also can create extra worlds from non vanilla dimension type (The dimension type can come from other mods) - feature: the
shape option
forrtp module
- feature: the
allowed dimensions
forteleport warmup module
to avoid conflits with other mods. - feature: now you can use
%fuji:escape%
to escape fromplaceholder parser
- refactor: move
foreach module
andshell module
intocommand_meta module
- refactor: use a more functional style in project.
- refactor: rename
scheduler module
intocommand_scheduler module
- refactor: use a more unified structure in
command rewrite module
- refactor: move
sit module
andnickname module
intocommand toolbox module
- remove: the
newbiew welcome module
andop protect module
(You can usecommand_event module
to custom, more powerful, see wiki for example) - remove: the
auto_reset_cron
option inresource world module
. (Usecommand_scheduler module
instead) - update: the
fabric-loader
deps into v0.15.11 - update: lots of new things in wiki
- add: new placehlders: %fuji:has_permission%, %fuji:get_meta%, %fuji:random%, %fuji:random_player%, %, %fuji:escape%
- add: more sub-modules for
command_meta module
:run module
,chain module
,delay module
- add:
rtp module
(extracted fromresource world module
, now you can custom the teleport setup per dimension) - add:
lore module
- fix: the
pos
will be mis-parsed in some words.
- fix: wiki generator can't support 3rd object
- feature: now
command alias module
supports multi level command definition (level > 5) - feature: hide tooltip of glass-pane in gui
- feature:
async
support fortab list module
- feature: support
sort weight
fortab list module
- feature: now
tab list module
supports style list. - feature: add
faker
fortab list module
- refactor: rename configuration key
pattern
into `rewrite - add: command event module
- add: placeholder
%fuji:health_bar%
- add: placeholder
%fuji:rotate%