Links
Tags
Creators
Details
0.2.3+1.20.6
Compatibility
Required content
Changes
Changelog
v0.2.3
-
Supported 1.20, 1.20.2 and 1.20.4–1.20.6
-
(1.20.2 and later) Supported NeoForged
-
(1.20.5 and later) Cut Forge support off
-
1.20・1.20.2・1.20.4–1.20.6をサポート
-
(1.20.2以降) NeoForgedをサポート
-
(1.20.5以降) Forgeサポートを打ち切り
v0.2.2
-
Fixed a bug that caused the server to not start when the description was the reason
-
Lowered the minimum version of dependencies
-
説明文が原因で起動できない問題を修正
-
依存関係の最小バージョンを引き下げ
v0.2.1
-
Added a description
-
Removed unused mixins.json
-
(Fabric only) Added metadata to Modmenu
-
説明文を追加
-
未使用だったmixins.jsonを削除
-
(Fabricのみ) Modmenuのメタデータを追加
v0.2.0
-
Added a configuration to set the time to enable the feature
-
機能を有効化する時間を設定するconfigを追加
v0.1.0
-
Added a feature to close the server when there is no player and wait for the specified time after the player leaves
-
Added a configuration to set the time to wait after the player leaves
-
プレイヤーが誰もいなくなった場合にサーバーを閉じる機能を実装
-
プレイヤーがいなくなってから閉じるまで待機する時間を定義するconfigファイルを追加
Optional dependencies
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:eNYGqJbG:GseyWSUs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eNYGqJbG:GseyWSUs"
}
