Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
This version is the Quality of Life
improvement version.
- [fuji] feature: connect the
/fuji inspect modules
command with otherinspection commands
.- feature: now you can
click to jump
to theconfigs
,commands
,permissions
,metas
,placeholders
andargument types
provided bythis module
. - feature: now adds the
core
as adummy module
in/fuji inspect modules
command, for convenience.
- feature: now you can
- [fuji] feature: now will display
color boxes
when youclick
amodule
in/fuji inspect modules
command. (The colorbox can beexample
,tips
,info
,warning
anddanger
messages) - [core] fix: should remember the
parent GUI
when using thesearch function
inpaged GUI
. (This makes the GUI interaction more convenient, and the possibility forrecursive search
.) - [fuji] feature: should not display the
permissions
,metas
andplaceholders
from adisabled module
. (Which makes it un-clear.) - [fuji] fix: should not display the
static
fields in/fuji inspect configurations
command. (To hides thenot interested
fields.) - [fuji] feature: now will use
different items
andglowing visual effect
to representargument types
fromvanilla Minecraft
andfuji
. (For/fuji inspect argument-types
command) - [core] feature: improve the
user guide
in console on the first time setup.
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [fuji] feature: new
/fuji inspect placeholders
command, to list theregistered placeholders
by fuji. - [core] feature: a better
error text
forplaceholders
when missing the requiredserver
orplayer
in context. - [placeholder] feature: add
document string
for registeredplaceholders
. - [fuji] feature: now will use
different item
to represent thecore config
andmodule specific configs
. - [fuji] feature: now will display the
string type
for/fuji inspect permissions-and-metas
command. - [fuji] feature: now will display the
dynamic registry
withglowing visual effect
in/fuji inspect registries
command. - [core] feature: now will create different
permission
for eachstyle type
in/fuji inspect permissions-and-metas
command. - [core] feature: now will create different
permission
for eachtag type
in/fuji inspect permissions-and-metas
command. - [core] feature: new
print_user_guide
debug option infuji/config.json
file.