All versions
0.1.0
Beta
Vyvern Teams 0.1.03 months ago 35
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Vyvern Teams — Changelog
0.4.1
- Chunk pre-generation completion now triggers an admin broadcast (first consumer of the new shared Notices channel).
0.4.0
- Chunk pre-generation: a spiral engine that generates chunks ahead of players (configurable max in-flight, up to 16 queued jobs, resumable across restarts, "only when server is empty" mode), plus an operator-only in-game "Pre-generation" hub tab with live progress/rate/ETA and queue management.
- Player markers (with facing direction) now show on the in-game chunk map.
0.3.0
- Live Map v2: a full rebuild of the map — world-space camera + 60fps client-side pan/zoom, continuous hillshading + water-depth gradient, player position tracking (online + last-seen), and an admin unclaim action from the map.
- Fixed the map to reject malformed v1 snapshot shapes at ingest instead of erroring downstream.
0.2.0 (first release)
/vteam(originally/team, renamed — vanilla owns/team): create/invite/accept/kick/promote, persistent membership + per-role permissions, per-team budgets.- Chunk claims with grief protection.
- Chunk force-loading with budgets + auto-unload.
- An in-game map GUI with real rendered terrain, click-and-drag claiming.
- Team/claim/force-load telemetry over the bus, plus a REST snapshot + admin actions for the panel.
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:6DHTzpNv:gdVp3YL1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6DHTzpNv:gdVp3YL1"
}

