
ModsJava
chamoParty
A modern VoteParty plugin with nuVotifier and MiniMessage support and a good API*. Fork of zVoteParty
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.


ChamoParty
A fork of zVoteParty to modernize the VoteParty plugins. Seriously, the most modern one was updated 5 years ago
Differences
There are some big differences from this plugin and zVoteParty. The biggest differences are though:
- Adventure Support (Replacing legacy color codes with mini message)
- Removed a significant much of the plugin
- Only supports paper (And forks)
- Changed stuff of the user experience
- It's maintained!
Installing
There really isn't a difference downloading this plugin from any other plugin
- Download the jarfile
- Put the jarfile in the
/pluginsdirectory of your server - Restart your server
Building
Build with PowerShell or a Linux Console
./gradlew shadowJar
Build with a Windows CMD
gradlew shadowJar
API
Repository
Gradle Kotlin DSLmaven {
name = "chamosmpRepoReleases"
url = uri("https://maven.chamosmp.net/releases")
}
compileOnly("net.chamosmp.chamoparty:paper:version")
compileOnly("net.chamosmp.chamoparty:core:version")
Maven
<repository>
<id>chamosmp-repo-releases</id>
<name>ChamoSMP Maven Repository</name>
<url>https://maven.chamosmp.net/releases</url>
</repository>
<dependency>
<groupId>net.chamosmp.chamoparty</groupId>
<artifactId>core</artifactId>
<version>version</version>
</dependency>
<dependency>
<groupId>net.chamosmp.chamoparty</groupId>
<artifactId>paper</artifactId>
<version>version</version>
</dependency>
Gradle Groovy DSLmaven {
name = "chamosmpRepoReleases"
url = "https://maven.chamosmp.net/releases"
}
compileOnly "net.chamosmp.chamoparty:paper:version"
compileOnly "net.chamosmp.chamoparty:core:version"
Want to get the original?
The original project on which this was based can be found and built here: https://github.com/Maxlego08/zVoteParty
Verified by MCModsHub
- Ships as chamoParty-1.0.1.jar — drop this file into the mods folder
- Download size: 174 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.