The version number of fuji follows
semver
now: https://semver.org/
- (anti_build module) fix: the
place_block
anti-type should not throwNPE
if a non-player (e.g. a dispenser) places a block. (Thanks to @phaldan) - i18n: new translation for
zh_tw
andid_id
. (Thanks to @dirtTW)
The version number of fuji follows
semver
now: https://semver.org/
- (anti_build module) fix: the
place_block
anti-type should not throwNPE
if a non-player (e.g. a dispenser) places a block. (Thanks to @phaldan) - i18n: new translation for
zh_tw
andid_id
. (Thanks to @dirtTW)
The version number of fuji follows
semver
now: https://semver.org/
- (back module): add option
enable_back_on_death
andenable_back_on_teleport
.
The version number of fuji follows
semver
now: https://semver.org/
- (back module): add option
enable_back_on_death
andenable_back_on_teleport
.
The version number of fuji follows
semver
now: https://semver.org/
- (back module): add option
enable_back_on_death
andenable_back_on_teleport
.
The version number of fuji follows
semver
now: https://semver.org/
- (core) feature: a new facility to allow suppress the sending of a message by its type.
- (teleport_warmup module) feature: a new meta
fuji.teleport_warmup.warmup
to specify thewarmup sec
based on luckperms. (Thanks to @FishyFinn) - (teleport_warmup module) fix: should not corrupt the
relative teleport
. (Thanks to @FishyFinn) - (warp module) feature: the feedback message for
/warp tp
command. - (nametag module) fix: should hide the nametag if the player is
in-visbile
. - (disabler.move_wrongly_disabler) fix: should also work for
entity moved wrongly
.
The version number of fuji follows
semver
now: https://semver.org/
- (core) feature: a new facility to allow suppress the sending of a message by its type.
- (teleport_warmup module) feature: a new meta
fuji.teleport_warmup.warmup
to specify thewarmup sec
based on luckperms. (Thanks to @FishyFinn) - (teleport_warmup module) fix: should not corrupt the
relative teleport
. (Thanks to @FishyFinn) - (warp module) feature: the feedback message for
/warp tp
command. - (nametag module) fix: should hide the nametag if the player is
in-visbile
. - (disabler.move_wrongly_disabler) fix: should also work for
entity moved wrongly
.
The version number of fuji follows
semver
now: https://semver.org/
- feature: add wildcard to anti_build (resolves #224, thanks for @phaldan)
The version number of fuji follows
semver
now: https://semver.org/
Bump the fuji v6.0.0
version for mc1.21.4
.
- feature: add wildcard to anti_build (resolves #224, thanks for @phaldan)
The version number of fuji follows
semver
now: https://semver.org/
Bump the fuji v6.0.0
version for mc1.21.4
.
The version number of fuji follows
semver
now: https://semver.org/
Cherry-pick commits for mc1.21
:
This version includes the following breaking changes if you are using them:
- refactor: remove
tab_list.sort
andtab_list.faker
module. (it's highly recommend to use https://github.com/NEZNAMY/TAB for complex purpose, it works just perfect.)- refactor: rename
tab_list
module totab
module.
The version number of fuji follows
semver
now: https://semver.org/
This version includes the following breaking changes if you are using them:
- refactor: remove
tab_list.sort
andtab_list.faker
module. (it's highly recommend to use https://github.com/NEZNAMY/TAB for complex purpose, it works just perfect.)- refactor: rename
tab_list
module totab
module.
The version number of fuji follows
semver
now: https://semver.org/
Cherry-pick commits for mc1.21
:
This version includes the following breaking changes if you are using them:
- feature: add
others
literal arguments to most commands that only targeted at command source player in the past, now allows to useothers
argument to apply the command to a collection of players. This influence the following commands (If you are usingcommand_permission module
withapply-sponge-implicit-wildcard=false
inluckperms.conf
, then everything is fine. If the option is true, then be careful that thewildcard permission
may allow players to use the following commands withothers
option.):
- all functional commands.
- most of the commands in
command_toolbox
- /afk, /back, /chat style, /pvp, /rtp
- The command option
/tppos --targetPlayer ...
is replaced by/tppos others ...
. (command_toolbox.tppos module)- make the default required level permission to 4: /heal, /ping, /extinguish, /near (command_toolbox.* module)
- make the default required level permission to 4: all functional commands. (functional module)
The version number of fuji follows
semver
now: https://semver.org/
This version includes the following breaking changes if you are using them:
- feature: add
others
literal arguments to most commands that only targeted at command source player in the past, now allows to useothers
argument to apply the command to a collection of players. This influence the following commands (If you are usingcommand_permission module
withapply-sponge-implicit-wildcard=false
inluckperms.conf
, then everything is fine. If the option is true, then be careful that thewildcard permission
may allow players to use the following commands withothers
option.):
- all functional commands.
- most of the commands in
command_toolbox
- /afk, /back, /chat style, /pvp, /rtp
- The command option
/tppos --targetPlayer ...
is replaced by/tppos others ...
. (command_toolbox.tppos module)- make the default required level permission to 4: /heal, /ping, /extinguish, /near (command_toolbox.* module)
- make the default required level permission to 4: all functional commands. (functional module)
The version number of fuji follows
semver
now: https://semver.org/
- feature: add
on_warped
event for warps. (command_toolbox.warp module) - fix: possible to trigger
Not a JSON Object: null
when a new fake-player is spawned viacarpet
mod. (placeholder module) - fix: can't display a specific type of block entity properly, e.g. beds, banners etc. (chunks module)
- refactor: cleanup unused functions in core, rename and simplify symbols in core.
The version number of fuji follows
semver
now: https://semver.org/
cherry-pick the v4.3.0
version for mc1.21
:
- feature: add
on_warped
event for warps. (command_toolbox.warp module) - fix: possible to trigger
Not a JSON Object: null
when a new fake-player is spawned viacarpet
mod. (placeholder module) - fix: can't display a specific type of block entity properly, e.g. beds, banners etc. (chunks module)
- refactor: cleanup unused functions in core, rename and simplify symbols in core.
The version number of fuji follows
semver
now: https://semver.org/
cherry-pick commits from fuji v4.2.1
:
- docs: simplify the docs
- use a fancy header to reflect the structure of the document.
- add the
listing of commands
. - remove the usage of levels that deepen than h6.
- box the code fence.
- i18n: translation fix for
id_ID
andzh_TW
. (contributor: @yichifauzi) - fix: ensure the commands are executes in main thread. (command_meta.delay module)
- fix: the lore of meta-data doesn't show in
/fuji inspect fuji-commands
gui. (fuji module)