For detailed change logs, please visit: https://github.com/sakurawald/fuji/commits/dev/
For historical change logs, refer to: https://github.com/sakurawald/fuji/releases
Changelog
- [core] Enhanced Exception Handling
- Feature: Enhanced command execution exception handling.
- Players now see
localized error messages
for command syntax issues (e.g., no player found). - Administrator players can now click the error text to easily copy the stack trace.
- Players now see
- Feature: Improved exception messages for the
/run as {console|player|fake-op}
command.- Now will
stream the command execution feedback
and provide thecommand syntax error
forinitialing command source
.- Example:
/run as console run as fake-player Steve bad command
- Example:
- Make it easier to understand the command context.
- Now will
- Feature: Simplified exception messages and added clear instructions, making them more user-friendly.
- Feature: Improved handling of module initialization failures.
- Users now receive a clear, user-friendly error message along with suggested solutions.
- Reduced console noise and spam.
- Feature: Refined mixin injection failure messages.
- Reduced console noise and spam.
- Feature: Improved exception messages for the
/fuji reload
command.- Users now receive detailed diagnostic messages, helping them identify the source of the issue.
- Feature: Enhanced command execution exception handling.
For detailed change logs, please visit: https://github.com/sakurawald/fuji/commits/dev/
For historical change logs, refer to: https://github.com/sakurawald/fuji/releases
Changelog
[core]
-
Feature: Improvements to
permission.json
- Automatically cleans invalid keys for better clarity.
- Sorts
command path
entries alphabetically for easier readability.
-
Feature: Enhanced game profile fetching
- Significantly improves responsiveness of player skulls in:
deathlog GUI
:/deathlog
balance-top GUI
:/economy balance-top gui <currency>
warnings GUI
:/warning
about GUI
:/fuji about
/fuji inspect languages
GUI now displays the player’s actual skin on the player skull.
- Significantly improves responsiveness of player skulls in:
[tpa]
- Feature: Introduced new
/tpa gui
command. - Feature: Added
/tpa
as an alias to/tpa gui
.
[command_menu]
- Feature: Added
other_indexes
option forslot descriptor
.- Allows specifying multiple indexes for a slot (beyond the primary
index
). - Makes it easier to mirror slots and efficiently fill GUI space.
- Allows specifying multiple indexes for a slot (beyond the primary
- Feature: Added
fill_blank_indexes
option forslot descriptor
.- Enables designating a slot as an empty-slot filler.
[command_cooldown]
- Feature:
/command-cooldown list
now provides detailed information, includingunnamed cooldowns
.
[deathlog]
- Feature:
/deathlog
GUI now displays the player skull instead of the default skeleton skull.