All versions
0.1.0
Beta
Vyvern QOL 0.1.03 months ago 31
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Vyvern QOL — Changelog
0.4.1
- The in-game operator panel gained a Broadcast action — send an on-screen message to all players, using the new shared Notices channel from Bridge.
0.4.0 / 0.3.0
- Minor bugfixes.
0.2.0 (first release)
/voterestart— players vote to restart the server; Vyvern always runs the real restart lifecycle, never a raw/stop.- Universal in-game vote menu (
/vyvern), with a custom vote screen and an operator control panel/settings tab. - Homes:
/sethome,/home,/delhome,/homes. - Spawn, warps,
/backand/tpaessentials —/backnow lands on the nearest safe spot instead of mid-air or inside a block. - AFK players greyed out in the tab list.
- In-hub GUI panels for Homes/Warps/Teleport.
- Fixed a crash on dedicated servers (a client-only class was being loaded server-side).
- Live settings exposed in the panel's "Vyvern Mods" section.
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:yCUYYDau:bRJmTFl5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yCUYYDau:bRJmTFl5"
}

