Releases: sakurawald/fuji
9.10.0
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [fuji] feature: new
/fuji inspect permissions-and-metas
command. to inspect allpermissions
andmetas
. - [fuji] feature: add
document string
for all configuration models. (Issue/fuji inspect configurations
command to see it.) - [fuji] feature: add
document string
for all fuji commands. (Issue/fuji inspect fuji-commands
to see it.) - [fuji] feature: now will display
Commands registered by this module
information in/fuji inspect modules
command. - [fuji] feature: display
possible values
information forenum type
in inspection GUI. - [fuji] feature: unify the document style for
/fuji inspect fuji-commands
command. - [fuji] feature: unify the document style for
/fuji inspect modules
command. - [fuji] feature: unify the document style for
/fuji inspect configurations
command. - [fuji] fix: escape the style tags for
object.name
. (For/fuji inspect configurations
command) - [fuji] feature: use different item for
Enum
type. (For/fuji inspect configurations
command)
9.9.0
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [fuji] feature: new implementation for
/fuji inspect configuration
command.- feature: highlight the
path
and other useful text, to read them easier. - feature: represent different
data types
using different items. (Better support forprimitive types
) - feature: now you can go inside
List
type andMap
type.
- feature: highlight the
- [fuji] feature: add the
From Module
information for/fuji inspect configuration
command. - [fuji] fix: the
/fuji inspect configuration
command should not parse theobject value
, just keep theliteral string
. - [fuji] fix: the
/fuji inspect configuration
command should escape the tags like$
character. - [core] fix: the
style tags only text parser
should support themarkdown
language. - [head] feature: now will send the
data fetching
message when thehead category
data is empty. (For the first time setup)
9.8.0
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [core] feature: optimize the performance of logging.
- [fuji] feature: add self-document for all
modules
. (Issue/fuji inspect modules
command to see it) - [fuji] feature: now will display the
from package
information for all server commands. (Issue/fuji inspect server-commands
to see it)
9.7.0
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- feature: the new
command_menu
module. (Inspired byDeluxeMenus
bukkit plugin)- feature: new command
/command-menu open <player> <menu-name>
. - feature: new command
/command-menu close <player>
. - feature: new command event
onShiftAndSwapHandsEvent
. - feature: full-featured with
nested menus
,placeholders
,different click types
andslot requirements
.
- feature: new command
- [predicate] fix: all the
predicate
commands should not send theboolean output value
as feedback, to avoidmessage spam
.
9.6.2
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [profiler] feature: new user-friendly GUI, making it easier to see server health status. (Issue
/profiler
to open the GUI.) - [profiler] feature: change the icon for
gc
info. - [profiler] feature: the ability to list
filesystem
info. - [profiler] feature: the ability to list
block entities
andentities
info. - [tpa] fix: should send a feedback message to the
receiver
if the request isaccepted
. - [tpa] i18n: new lang keys for
accept
andreject
buttons.
9.6.1
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [profiler] feature: new user-friendly GUI, making it easier to see server health status. (Issue
/profiler
to open the GUI.) - [tpa] fix: should send a feedback message to the
receiver
if the request isaccepted
. - [tpa] i18n: new lang keys for
accept
andreject
buttons.
9.5.1
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- (< MC 1.21.5) [deathlog] fix: should not restore the armor slots in reversed order.
- [deathlog] feature: add death node information as lore of
restore
button.
9.5.0
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [deathlog] feature: new user-friendly GUI interface, to view death data for all players, and restore death node easily. (Issue
/deathlog
to open the GUI.)
9.4.1
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [command_warmup] fix: should not break the chat message validation chain if sending a new chat message while there is a command warmup ticket. (For online-mode server only.)
- [command_interactive] fix: should not break the chat message validation chains in online-mode server.
9.4.0
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
- [top_chunks] feature: new GUI interface to display top chunks. (Include a searching function)
- [command_cooldown] feature: use
title
interface to display the message. - [command_warmup] feature: use
title
interface to display the message.