Skip to content

Administration

Chamogelastos edited this page Jun 6, 2026 · 9 revisions

Installation

To install ChamoParty, download it from the following sources:
Modrinth
Github

Download NuVotifier

Optionally download zMenu (Used in the vote menu) or PlaceholderAPI (Used for placeholders, used in menu)

Move/Upload them to the plugins folder

You have successfully installed ChamoParty!

Set up the Votifier

A detailed guide can be found here: https://github.com/NuVotifier/NuVotifier/wiki/Setup-Guide#configuring-the-plugin
If the default (tcp) port (8192) is open, you wouldn't need to change it. The voting site of your preference, if they are using the legacy Votifier api, which most do, after creating a server to set up a Votifier, asks the following things: The public key, found in plugins/(Nu)Votifier/rsa/public.key, the port found in the NuVotifier config (default 8192), and the server IP, used to connect to the server.

Configure ChamoParty

After setting up your Votifier, to configure ChamoParty to your needs, such as a SQL database, go to the config.yml (found in plugins/ChamoParty/config.yml). Set up the rewards when they vote (rewards.(reward number)) with the following syntax:

rewards:
  1:
    percent: 10 # The chance of winning reward 1
    needToBeOnline: false # If player must be online to get rewarded
    commands:
      - "eco give %player% 100" # The commands to execute
#     - "example command"
    broadcast:
      - "<white>%player% <gray>just won <green>$100" # A message to broadcast to the entire server
#     - "More broadcasting, please!"

Clone this wiki locally