HomeJavaModschamoParty
chamoParty
ModsJava

chamoParty

by chamogelastos · on Modrinth

A modern VoteParty plugin with nuVotifier and MiniMessage support and a good API*. Fork of zVoteParty

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.11–26.2 · Folia⬇ Download for 1.21.2–1.21.10 · Folia⬇ Download for 1.21.11–26.2 · Paper⬇ Download for 1.21.3–1.21.10 · Paper⬇ Download for 1.21.11–26.2 · Purpur⬇ Download for 1.21.3–1.21.10 · Purpur
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 — screenshot 1chamoParty — screenshot 2

ChamoParty

Build Documentation

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:

Installing

There really isn't a difference downloading this plugin from any other plugin

  1. Download the jarfile
  2. Put the jarfile in the /plugins directory of your server
  3. Restart your server

Building

Build with PowerShell or a Linux Console

./gradlew shadowJar

Build with a Windows CMD

gradlew shadowJar

API

Repository

Gradle Kotlin DSL
maven {
    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 DSL
maven {
    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

These come from our own check of the pack file, not from the source page.

Explore more