HomeJavaModsazuvotifier
azuvotifier
ModsJava

azuvotifier

by azuuure · on Modrinth

Yet another NuVotifier/Votifier fork with various enhancements, such as Redis forwarding and support for additional platforms.

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.8–1.21.11 · Bukkit⬇ Download for 1.21.7–1.21.11 · BungeeCord⬇ Download for 1.21.8–1.21.11 · Folia⬇ Download for 1.21.8–1.21.11 · Paper⬇ Download for 1.21.8–1.21.11 · Purpur⬇ Download for 1.21.8–1.21.11 · Spigot⬇ Download for 1.21.8–1.21.11 · Sponge⬇ Download for 1.21.7–1.21.11 · Velocity⬇ Download for 1.21.7–1.21.11 · Waterfall⬇ Download for 1.21.10 · Fabric
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.

azuvotifier Build status Docker Pulls Modrinth

A fork of NuVotifier with various enhancements, such as Redis forwarding and support for additional platforms. From the original README:

NuVotifier is a secure alternative to using the original Votifier project. NuVotifier will work in place of Votifier - any vote listener that supports Votifier will also support NuVotifier.

Useful resources

Supported platforms

azuvotifier is currently supported on the following platforms:

It can also run as a standalone application using the redis and proxy forwarding methods.

Running

You can get the latest release directly from GitHub or Modrinth. Then, follow the instructions for your server software or the standalone version:

Bukkit, Folia, Sponge, BungeeCord and Velocity

Drag and drop the downloaded JAR into your plugins/ folder. You should've downloaded the JAR that has your server software in its name. If you've done everything right, it should work out of the box.

Fabric

Drag and drop the downloaded JAR into your mods/ folder. You'll also need to download and install Fabric API.

Standalone

Open up the terminal, go into the directory the previously downloaded JAR is at, and then run it like this:

$ java -Xms512M -Xmx512M -jar azuvotifier-standalone.jar

You can also use command line arguments to configure some settings, such as the hostname:

$ java -Xms512M -Xmx512M -jar azuvotifier-standalone.jar --host 127.0.0.1 --config /etc/nuvotifier/

To get a full list of options, run:

$ java -jar azuvotifier-standalone.jar --help

Standalone with Docker

A Docker image for the standalone version is available at Docker Hub. To pull it, run:

$ docker pull azurejelly/standalone-nuvotifier:latest   # for the latest stable release
$ docker pull azurejelly/standalone-nuvotifier:unstable # for the latest commit on master

You can then run the image using a command like:

$ docker run -p 8192:8192 \
    -v /etc/nuvotifier:/app/config \
    --restart unless-stopped \
    --name nuvotifier \
    azurejelly/standalone-nuvotifier:latest \
    --port 8192

This will:

If you want to use Docker Compose, an example docker-compose.yml file is available on the repository.

License

azuvotifier is GNU GPLv3 licensed. This project's license can be viewed here.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

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

Explore more