Links
Tags
Creators
Details
1.4
Compatibility
Changes
- "Individual Player" Black Flash Toggle Previously, you could only choose "on" or "off" for the entire server. Now, you can enable or disable Black Flash for specific players.
New command: /jjk-cmd blackflash <player> <true/false> Benefit: This allows for fine-tuned adjustments, such as "I want to be the only one to use Black Flash based on my skill" or "I want to give the buff only to specific players." Persistence: The setting is saved in player data, so it will persist even if you rejoin the server. 2. Command System Reorganization (Introducing Gamerules) The global enable/disable setting has been separated into a subcommand called gamerule, providing an intuitive feel closer to the standard Minecraft rule settings.
After: /jjk-cmd blackflash gamerule <true/false> Benefit: This prevents confusion with individual setting commands and reduces operational errors.
- 「プレイヤー個別」の黒閃切り替え機能 これまではサーバー全体で「オンかオフか」しか選べませんでしたが、特定のプレイヤーだけ黒閃化を有効・無効にできるようになりました。
新コマンド: /jjk-cmd blackflash <player> <true/false> メリット: 「自分だけは実力で黒閃を出したい」「特定のプレイヤーにだけバフを与えたい」といった細かい調整が可能になりました。 永続性: 設定はプレイヤーデータに保存されるため、再度サーバーに参加しても設定が維持されます。 2. コマンド体系の整理(Gameruleの導入) 全体の有効・無効設定を gamerule というサブコマンドに分離し、Minecraft標準のルール設定に近い直感的な操作感になりました。
変更後: /jjk-cmd blackflash gamerule <true/false> メリット: 個別設定コマンドとの混同を防ぎ、誤操作を減らします。
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:eQZJE7A7:iIfFG6TV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eQZJE7A7:iIfFG6TV"
}

