Tags
Creators
Details
0.2.0-BTA7.3_04
Compatibility
Changes
Added:
Full configuration with new config file, allowing server owners to enable/disable afk messages, enable/disable welcome messages, and configure what the afk/welcome messages say.
Discord Integration via optional dependency MelonUtilities. This version expects MelonUtilities 1.0.3-7.3_03 for discord integration to work. Discord integration can be enabled/disabled in the config file.
Known Issues (README): In this version, the configuration file will default to 60000 ticks for players going afk, this will end up being to 50 minutes of waiting to go afk. This should be changed to 6000 if you wish to have 5 minute afk time.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| btafk-0.2.0-BTA7.3_04-sources.jar | Unknown | 66.54 KiB |
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:VghA0Ecg:LWDgLFDx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VghA0Ecg:LWDgLFDx"
}

