Links
Tags
Creators
Details
All versions
1.0.1
Alpha
1.0.1last month 18
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Dedicated servers only
Required content
Changes
BeansAC v1.0.1
- CrashGuard-thing inator 2000: in-code crash tracking with exponential backoff, suspend/revive/kill, /beansac crashguard commands
- Web dashboard: JDK HttpServer + SSE on port 49773, 4 tabs (checks health, live flag feed, player list with detail popup, server stats), toggle with /beansac webserver on|off
- REST API: expanded player stats (health, food, ping, gamemode, XP, effects, vehicle, etc.), 4 action endpoints (POST /api/action/ban|kick|op|deop/<name> with confirm dialogs)
- Config auto-creation: writes config/beansac.toml with defaults if missing (why wasn't this there before? Don't ask me! (I forgot to implement it.))
- Add pack.mcmeta (pack_format 9) (this fixes the missing datapack warnings
- Bumped topeatLib version
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:3aOtzS8Z:ZKxELHUo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3aOtzS8Z:ZKxELHUo"
}


