Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Fuji (Essentials)

Fuji (Essentials)

A mod that ports EssentialsX / CMI from bukkit to fabric. (Fully Server-side essential mod)

35.5k
114
Management
Technology
Utility
AboutChangelogVersions

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

12.47.1

by SakuraWald on Sep 15, 2025
Download

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

[chat.trigger]

  • Fix
    • Adjusted the command execution point: commands are now executed after the chat message is sent, rather than before.

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

12.47.0

by SakuraWald on Sep 15, 2025
Download

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_source and accept_console_command_source fields for matcher to make filtering command sources easier.
    • Docs: Added an example in the default config showing how to exempt a specific command with a specific target.

[predicate]

  • Feature
    • /has-perm? and /has-level? now support offline player as 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.
{
  "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%"
  ]
}

12.46.0

by SakuraWald on Sep 14, 2025
Download

12.46.0

by SakuraWald on Sep 14, 2025
Download
1
6
7
8
88

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@58dac27

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.