Links
Tags
Creators
Details
2.0-26.1
Compatibility
Changes
This version bumps the mod to 2.0 (as it should've been the moment NeoForge was supported lol). This also adds a new feature called command payloading!
How to use?
User can add command payloads using the following signatures:
/reconnect execute <command>or/reconnect execute delay [time] <command>
User can add a command payload with or without forward slash, for example:
/reconnect execute lobby bedwarsor/reconnect execute /lobby bedwars
Payload interval
User is given an option to add a delay to their payload call, delay time can be defined by seconds (s), minutes (m), and/or ticks (t).
For example: /reconnect execute delay 5s lobby
Additional information
- User is notified through overlay message whether the command payload is being executed
- User is also notified when the mod finishes executing the command payload
Restrictions
- Inaccessible for the reconnect button
- Payload recursion is not allowed
- This means the user is not allowed to do the following:
/reconnect execute reconnect execute reconnect, this for example throws an error feedback
- This means the user is not allowed to do the following:
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:PjzgKfEE:vkBlBoSD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PjzgKfEE:vkBlBoSD"
}

