← Назад к ресурсам

JJK Command addons

This is a command add-on mod for the Jujutsu Kaisen mod by "Orca_san_". You can easily change the maximum amount of cursed energy and remove cooldowns.

Modrinth adventure cursed utility

Описание

# JJK Command Addons A powerful utility addon for [Jujutsu Craft (Sorcery Fight)](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 /jjk-cmd fatigue /jjk-cmd stun ``` - `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 /jjk-cmd cursepower max ``` - `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 [give_item_TF] [restore_mp_TF] /jjk-cmd change random [give_item_TF] [restore_mp_TF] ``` 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 ``` Sets the player's sorcerer grade by modifying internal advancements. - Available ``: `special`, `1`, `semi1`, `2`, `semi2`, `3`, `4`, `none` ### 5. Okkotsu Copy Ability Settings ```mcfunction /jjk-cmd nocopy ``` 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 ``` Toggles internal logic for Yuji Itadori. ## Installation 1. Prepare Minecraft 1.20.1 Forge environment. 2. Install [Jujutsu Craft](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 /jjk-cmd fatigue /jjk-cmd stun ``` - `cooldown`: `true` で術式や体術などのクールダウンをゼロにします。 - `fatigue`: `true` で領域展開後などの疲労(Fatigue)効果を付与しないようにします。 - `stun`: `true` で攻撃を受けた際の被ダメージ硬直(Stun)エフェクトを付与しないようにします。 ### 2. 呪力(CE)の自由な操作 ```mcfunction /jjk-cmd cursepower set /jjk-cmd cursepower max ``` - `set`: 対象の現在の呪力(Curse Power)を指定した数値に設定します。 - `max`: 対象の呪力最大値(Max Curse Power)を指定した数値に設定します。 ### 3. 術式の変更 ```mcfunction /jjk-cmd change [give_item_TF] [restore_mp_TF] /jjk-cmd change random [give_item_TF] [restore_mp_TF] ``` 対象の術式(Technique)をID指定またはランダムで強制的に変更します。 - `random`: 術式をランダムに選択します(1〜47の範囲)。 - `technique_id`: 術式IDを指定します。(例: 1=五条, 6=乙骨) - `give_item_TF`: `true` に設定すると、術式に応じたアイテム(五条の制服など)を付与します。**クリエイティブモードでも確実にアイテムが付与されます。** - `restore_mp_TF`: `true` に設定すると、変更と同時に呪力量を全回復します。 ### 4. 階級(Rank)の設定 ```mcfunction /jjk-cmd rank ``` プレイヤーの術師階級を強制的に変更します(内部の進捗・Advancementを調整します)。 - 指定可能な ``: `special` (特級), `1`, `semi1`, `2`, `semi2`, `3`, `4`, `none` ### 5. 乙骨のコピー能力制御 ```mcfunction /jjk-cmd nocopy ``` 乙骨(ID 6)のコピー能力(Advancement)の有効/無効を設定します。 - `true`: コピー能力を**無効化**します(コピー不可)。 - `false`: コピー能力を**有効化**します(コピー可能)。 ### 6. その他・ゲームルール設定 ```mcfunction /jjk-cmd gamerule itadori_normal ``` 虎杖関連の内部処理設定を切り替えます。 ## 導入方法 1. Minecraft 1.20.1 Forge 環境を用意します。 2. 前提MODとして [Jujutsu Craft](https://curseforge.com/minecraft/mc-mods/jujutsu-craft-sorcery-fight) (**ver 47以上推奨**) を導入してください。 3. `mods` フォルダに本MOD (`jjk_command_addon-1.6.0.jar`) を配置してください。