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
[warp & world]
- Feature: Increased the
auto save intervalfrom 10 seconds to 1 minute.
(This makes it easier to manually modify the config file on disk and reload it.)
[launcher]
- Feature: Introduced the new
/launchcommand.
Usage Examples
-
◉ Use a lower
anglefor fast horizontal movement/launch facing @s 15 1/launch facing @s 15 3.9
✅ Thepoweris clamped in[-3.9, +3.9]
-
◉ Use a median
anglefor balanced horizontal and vertical movement/launch facing @s 30 3.9/launch facing @s 45 3.9
-
◉ Use a higher
anglefor a rocket launcher effect/launch facing @s 60 3.9
💡 Tip: Remember to bring yourelytra.
-
◉ Use a
vertical anglefor a trampoline effect/launch facing @s 90 1
-
◉ Use a positive
powerfor a push effect/launch facing @s 0 1
-
◉ Use a negative
powerfor a pull effect/launch facing @s 0 -1
-
◉ Use another entity's perspective as the direction to kick the target entity
/launch at @s @e[type=!minecraft:player,distance=..8] 30 1
-
◉ Create a jump pad that launches players when stepped on
(Integration with thecommand_attachmentmodule is supported.)/command-attachment attach-block-one ~ ~ ~ --interactType STEP_ON <command>
[command_attachment]
-
Feature: Added
/command-attachment editorcommand with an editor GUI for improved usability.- Edit the
looking at entity,looking at block, or theitem in hand. - Use left click and right click to reorder attached commands.
- Use Shift + Right Click to remove an attached command quickly.
- Edit the
-
Feature: Improved the readability of
/command-attach query-{block|entity|item}commands. -
Feature: Added support for the
SWAP_HANDinteraction type in/command-attachment attach-item-one. -
Feature: Prevent blocks with existing command attachments from being broken.
-
Feature: Added
--confirmoptional argument for dangerous commands:/command-attachment detach-{item|block|entity}-all
-
Docs: Added documentation for this module.
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_toolbox.{burn/freeze}]
- Feature:
/burnand/freezecommands now support selecting a collection of entities as the target.
- Feature:
- [home] Improvements
- Feature: Added
/home rename <old-name> <new-name>command. - Feature: Re-open the Home GUI after
right-clickfor improved convenience.
- Feature: Added
- [kit] Improvements
- Feature: Added
/kit preview <player> <kit>command to preview the contents of a kit in a GUI.
- Feature: Added
- [command_toolbox.more]
- Feature: Added new optional argument
--oversizefor the/morecommand.- Example:
/more --oversize truesets the item count to 64, even for items such asdiamond swordorender pearl.
- Example:
- Feature: Added new optional argument
- [command_meta]
- Feature: Introduced new modules providing
/ANDand/ORcommands.- Example:
/AND has-item? Steve minecraft:iron_ingot 8 AND has-item? Steve minecraft:gold_ingot 4/OR has-item? Steve minecraft:iron_ingot 8 OR has-item? Steve minecraft:gold_ingot 4
- Example:
- Feature: Introduced new modules providing



