JJK Command addons
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #148 of 602 adventure mods in this game by downloads
📋 About This Mod
# JJK Command Addons A powerful utility addon for (https://www.curseforge.com/minecraft/mc-mods/jujutsu-craft-sorcery-fight) that adds various commands to enhance your gameplay, testing, or video creation. ## Features - Set or replenish Cursed Energy (CE). - Modify Max Cursed Energy. - **Bypass Cursed Technique and Taijutsu cooldowns.** (Per-world settings!) - **Bypass Fatigue effects and Hit Stun.** (Per-world settings!) - **Force change of Cursed Technique** (Supports item granting and Cursed Energy restoration). - **Modify Sorcerer Grade (Rank).** - **Okkotsu Copy Ability Settings** (Enable/Disable). - **Maintain Yuji Itadori's normal state (New GameRule).** ## Command Usage Requires Permission Level 2 (OP). Prefix: `/jjk-cmd` *Messages are automatically displayed in English or Japanese based on the player's language settings.* ### 1. Toggle Effect Bypass (Persistent, Per-World) Settings persist after player respawn and are saved per-world. ```mcfunction /jjk-cmd cooldown <targets> <true/false> /jjk-cmd fatigue <targets> <true/false> /jjk-cmd stun <targets> <true/false> ``` - `cooldown`: Setting to `true` **enables** bypass (Zero Cooldown). - `fatigue`: Setting to `true` **enables** bypass (No Fatigue after Domain Expansion). - `stun`: Setting to `true` **enables** bypass (No hit stun/flinch). ### 2. Cursed Energy (CE) Management ```mcfunction /jjk-cmd cursepower set <targets> <amount> /jjk-cmd cursepower max <targets> <amount> ``` - `set`: Sets the current Cursed Energy to the specified value. - `max`: Sets the maximum Cursed Energy to the specified value. ### 3. Change Cursed Technique ```mcfunction /jjk-cmd change <targets> <technique_id> /jjk-cmd change <targets> random ``` Forces the player's Cursed Technique to the specified ID or a random one. - `random`: Selects a random technique (1-47). - `technique_id`: Specifies the ID of the technique (e.g., 1 for Gojo, 6 for Okkotsu). - `give_item_TF`: If `true`, grants items (uniforms, weapons) corresponding to the technique. **Works reliably even in Creative mode.** - `restore_mp_TF`: If `true`, restores Cursed Energy to the maximum value. ### 4. Set Sorcerer Grade (Rank) ```mcfunction /jjk-cmd rank <targets> <grade> ``` Sets the player's sorcerer grade by modifying internal advancements. - Available `<grade>`: `special`, `1`, `semi1`, `2`, `semi2`, `3`, `4`, `none` ### 5. Okkotsu Copy Ability Settings ```mcfunction /jjk-cmd nocopy <targets> <true/false> ``` Configures the Copy Ability for Okkotsu (Technique ID 6). - `true`: **Disables** the copy ability. - `false`: **Enables** the copy ability. ### 6. Other / GameRule Settings ```mcfunction /jjk-cmd gamerule itadori_normal <true/false> ``` Toggles internal logic for Yuji Itadori. ## Installation 1. Prepare Minecraft 1.20.1 Forge environment. 2. Install (https://curseforge.com/minecraft/mc-mods/jujutsu-craft-sorcery-fight) (**ver 47 or higher recommended**) as a dependency. 3. Place this mod (`jjk_command_addon-1.6.0.jar`) in your `mods` folder. --- # JJK Command Addons (日本語) Jujutsu Craft (呪術廻戦MOD) のプレイを快適にするためのコマンド追加アドオンです。 検証や動画撮影、チートプレイなどに役立ちます。 ## 機能一覧 - プレイヤーの呪力(CE)を自由に設定・全回復 - 呪力の最大値を変更 - **術式・体術のクールダウンを完全に無効化**(ワールド別設定対応!) - **疲労エフェクトや被弾硬直(スタン)を無効化**(ワールド別設定対応!) - **術式(Technique)の強制変更** (アイテム付与・呪力量全回復のオプションに対応) - **術師階級(Rank)の自由な変更** - **乙骨のコピー能力設定** (有効化/無効化) - **虎杖の通常状態維持(ゲームルール追加)** ## コマンドの使い方 実行には権限レベル2以上(OP権限)が必要です。コマンドのプレフィックスは `/jjk-cmd` です。 ※コマンドの実行結果は、プレイヤーの言語設定に応じて自動的に英語または日本語で表示されます(クライアントの言語設定依存)。 ### 1. トグル系デバフ無効化 (持続・ワールド別保存) 死亡してもこの設定は維持されます。ワールドごとに個別に設定が保存されます。指定プレイヤーに持続的に効果を発揮します。 ```mcfunction /jjk-cmd cooldown <targets> <true/false> /jjk-cmd fatigue <targets> <true/false> /jjk-cmd stun <targets> <true/false> ``` - `cooldown`: `true` で術式や体術などのクールダウンをゼロにします。 - `fatigue`: `true` で領域展開後などの疲労(Fatigue)効果を付与しないようにします。 - `stun`: `true` で攻撃を受けた際の被ダメージ硬直(Stun)エフェクトを付与しないようにします。 ### 2. 呪力(CE)の自由な操作 ```mcfunction /jjk-cmd cursepower set <targets> <amount> /jjk-cmd cursepower max <targets> <amount> ``` - `set`: 対象の現在の呪力(Curse Power)を指定した数値に設定します。 - `max`: 対象の呪力最大値(Max Curse Power)を指定した数値に設定します。 ### 3. 術式の変更 ```mcfunction /jjk-cmd change <targets> <technique_id> /jjk-cmd change <targets> random ``` 対象の術式(Technique)をID指定またはランダムで強制的に変更します。 - `random`: 術式をランダムに選択します(1〜47の範囲)。 - `technique_id`: 術式IDを指定します。(例: 1=五条, 6=乙骨) - `give_item_TF`: `true` に設定すると、術式に応じたアイテム(五条の制服など)を付与します。**クリエイティブモードでも確実にアイテムが付与されます。** - `restore_mp_TF`: `true` に設定すると、変更と同時に呪力量を全回復します。 ### 4. 階級(Rank)の設定 ```mcfunction /jjk-cmd rank <targets> <grade> ``` プレイヤーの術師階級を強制的に変更します(内部の進捗・Advancementを調整します)。 - 指定可能な `<grade>`: `special` (特級), `1`, `semi1`, `2`, `semi2`, `3`, `4`, `none` ### 5. 乙骨のコピー能力制御 ```mcfunction /jjk-cmd nocopy <targets> <true/false> ``` 乙骨(ID 6)のコピー能力(Advancement)の有効/無効を設定します。 - `true`: コピー能力を**無効化**します(コピー不可)。 - `f
# JJK Command Addons
A powerful utility addon for (https://www.curseforge.com/minecraft/mc-mods/jujutsu-craft-sorcery-fight) that adds various commands to enhance your gameplay, testing, or video creation.
## Features - Set or replenish Cursed Energy (CE). - Modify Max Cursed Energy. - Bypass Cursed Technique and Taijutsu cooldowns. (Per-world settings!) - Bypass Fatigue effects and Hit Stun. (Per-world settings!) - Force change of Cursed Technique (Supports item granting and Cursed Energy restoration). - Modify Sorcerer Grade (Rank). - Okkotsu Copy Ability Settings (Enable/Disable). - Maintain Yuji Itadori's normal state (New GameRule).
## Command Usage Requires Permission Level 2 (OP). Prefix: `/jjk-cmd` Messages are automatically displayed in English or Japanese based on the player's language settings.
### 1. Toggle Effect Bypass (Persistent, Per-World)
Settings persist after player respawn and are saved per-world.
```mcfunction
/jjk-cmd cooldown
### 2. Cursed Energy (CE) Management
```mcfunction
/jjk-cmd cursepower set
### 3. Change Cursed Technique
```mcfunction
/jjk-cmd change
### 4. Set Sorcerer Grade (Rank)
```mcfunction
/jjk-cmd rank
### 5. Okkotsu Copy Ability Settings
```mcfunction
/jjk-cmd nocopy
### 6. Other / GameRule Settings
```mcfunction
/jjk-cmd gamerule itadori_normal
## Installation 1. Prepare Minecraft 1. 20. 1 Forge environment. 2. Install (https://curseforge.com/minecraft/mc-mods/jujutsu-craft-sorcery-fight) (ver 47 or higher recommended) as a dependency. 3. Place this mod (`jjk_command_addon-1. 6. 0.jar`) in your `mods` folder.
# JJK Command Addons (日本語)
Jujutsu Craft (呪術廻戦MOD) のプレイを快適にするためのコマンド追加アドオンです。 検証や動画撮影、チートプレイなどに役立ちます。
## 機能一覧 - プレイヤーの呪力(CE)を自由に設定・全回復 - 呪力の最大値を変更 - 術式・体術のクールダウンを完全に無効化(ワールド別設定対応!) - 疲労エフェクトや被弾硬直(スタン)を無効化(ワールド別設定対応!) - 術式(Technique)の強制変更 (アイテム付与・呪力量全回復のオプションに対応) - 術師階級(Rank)の自由な変更 - 乙骨のコピー能力設定 (有効化/無効化) - 虎杖の通常状態維持(ゲームルール追加)
## コマンドの使い方 実行には権限レベル2以上(OP権限)が必要です。コマンドのプレフィックスは `/jjk-cmd` です。 ※コマンドの実行結果は、プレイヤーの言語設定に応じて自動的に英語または日本語で表示されます(クライアントの言語設定依存)。
### 1. トグル系デバフ無効化 (持続・ワールド別保存)
死亡してもこの設定は維持されます。ワールドごとに個別に設定が保存されます。指定プレイヤーに持続的に効果を発揮します。
```mcfunction
/jjk-cmd cooldown
### 2. 呪力(CE)の自由な操作
```mcfunction
/jjk-cmd cursepower set
### 3. 術式の変更
```mcfunction
/jjk-cmd change
### 4. 階級(Rank)の設定
```mcfunction
/jjk-cmd rank
### 5. 乙骨のコピー能力制御
```mcfunction
/jjk-cmd nocopy
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Deela
- Version
- 2.0.2
- Downloads
- 8,521
- Endorsements
- 8
- Category
- adventure
- Created
- 1/29/2026
- Updated
- 7/26/2026
- Game Versions
- 1.20.1
- Tags
- adventure, cursed, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does JJK Command addons support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of JJK Command addons?
Version 2.0.2, published 2026-07-26 with 8,521 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await