Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 3 years ago
All versions
1.1.0+mc1.19.x
Release
1.1.0 (1.19.x)3 years ago 344
Compatibility
Minecraft: Java Edition
1.19.x
Platforms
Fabric
Quilt
Supported environments
Dedicated servers only
Required content
Changes
New features
- Add option to send restart message to actionbar
- Add option to disable restart script (closes #3)
- Add option to disable stopping the server
- Add option to open restart script in a new terminal window (closes #1)
- Add restart warnings/countdown (by Arnokeesman in #10)
- Add disconnect messages (by Arnokeesman in #10)
Bugfixes
- Remove
restart-server.mixins.json, fixing a warning (closes #2) - Fix relative paths (closes #5)
- Fix backport to Minecraft
1.18.x
Development stuff
- Move icon files
- CI/CD (#11)
Full changelog: https://github.com/Steveplays28/restart-server/compare/1.0.0...v1.1.0+mc1.19.x
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:zG0Bb7gw:Us7BPpB6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zG0Bb7gw:Us7BPpB6"
}


