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
[command_advice]
- Enhancement
- Added
accept_player_command_sourceandaccept_console_command_sourcefields formatcherto make filtering command sources easier. - Docs: Added an example in the default config showing how to exempt a specific command with a specific target.
- Added
[predicate]
- Feature
/has-perm?and/has-level?now supportoffline playeras a target.
[command_bundle]
- Feature
- Added a new
/skull <player>command example in the default config. - Added a new
/uuid <player>command example in the default config.
- Added a new
{
"document": "This command will give the skull of specified player.",
"requirement": {
"level": 4,
"string": null
},
"pattern": "skull <offline-player offline-player-arg>",
"bundle": [
"give %player:name% minecraft:player_head[minecraft:profile=$offline-player-arg]"
]
}
{
"document": "This command will display the UUID of specified player.",
"requirement": {
"level": 4,
"string": null
},
"pattern": "uuid <player target>",
"bundle": [
"run as fake-op $target send-message %player:name% <yellow>The UUID of player $target is %fuji:escape player:uuid 2%"
]
}
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
- [rtp] Enhancements:
- Feature: Improved
/rtpcommand feedback, allowing users to receive detailed real-time updates. - Feature: Support for skipping specified blocks.
- Feature: Support for skipping specified biomes.
- Feature: Support for skipping chunks already inhabited by other players.
- Feature:
/rtpnow respects the world border. - Feature: The system now prioritizes the chunk center instead of the chunk corner.
- Feature: Added an
enableproperty for eachrtpsetting, making configuration switching easier.
- Feature: Improved
- [command_toolbox.top] Feature: The
/topcommand now skips dangerous blocks. - [command_toolbox.down] Feature: Introduced the
/downcommand, serving as the companion to/top. - [queue] Feature: Added the
queuemodule, providing a permission to bypass the player limit.



