Tags
Creators
Details
All versions
3.4.0-beta.0
Beta
3.4.0-beta.07 months ago 225
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
BungeeCord
Waterfall
Changes
Breaking changes
- Re-organize
commonmodule
User-facing changes
- Add Fabric support
- Update documentation and artifact names to use 'azuvotifier' instead of 'nuvotifier'
- Fix standalone implementation not following the same error logging behavior as other platforms
- Use
ProtocolVersion#getHumanReadable()to display protocol version on logs - Replace older Sponge commands
- To reload the plugin, use
/votifier reload - To send a test vote, use
/votifier test
- To reload the plugin, use
Internal changes
- Re-organize Gradle version catalog
- Updated
velocity-apito3.4.0-SNAPSHOT - Replaced
https://nexus.velocitypowered.comwith newer PaperMC repository - Add java and publishing conventions
- Remove redundant
foliamodule - Use Lombok for utility classes and some getters
- Add
ProtocolVersion#getHumanReadable()
Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.6...3.4.0-beta.0
Supplementary resources
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:YbRigZrU:tphjIswC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YbRigZrU:tphjIswC"
}

