
Dreams Speedrunner Swap + Task Master
Three iconic Dream challenges in one plugin: Speedrunners vs Hunters, Multi-Runner Control Swap, and the new Task Master mode. Experience all of Dream's most popular Minecraft challenges with customizable features, team management, and seamless gameplay.
Tags
Creators
Details
4.3.5
Compatibility
Changes
4.3.5
- Added config options for vanilla death messages during active games.
- Added config options for vanilla advancement messages during active games.
- Added both options to the Broadcast Settings GUI.
- Server owners can now choose whether advancements like
[Stone Age]and normal death messages show while a Speedrunner Swap game is running. - Existing behavior is preserved by default: death messages and advancement messages stay hidden during games unless disabled in config or GUI.
What server owners should know
- To show death messages during games, set
broadcasts.suppress_death_messages_during_games: false. - To show advancement messages during games, set
broadcasts.suppress_advancements_during_games: false. - These can also be changed in
/swap guiโ Settings โ Broadcast Settings.
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:fJ45DptH:ijhmHU3G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fJ45DptH:ijhmHU3G"
}
