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

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:
- CraftBukkit, Spigot, Paper, Pufferfish or Purpur (1.8.8+)
- Older versions might work but no support will be provided.
- Any fork without significant breaking changes should also work.
- Folia (1.21.5+)
- Fabric (1.21.10)
- Sponge 11 (1.20+)
- BungeeCord/Waterfall
- Velocity
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:
- Expose port 8192 on the host machine;
- Map
/etc/nuvotifier(host) to/app/config(container) using socket mounts; - Restart the container automatically unless stopped;
- Name the container
nuvotifier; - Use the
azurejelly/standalone-nuvotifier:latestimage; - And pass
--port 8192as a command line argument to NuVotifier.- Not required as
8192/tcpis already the default port, but helps to show that you can pass arguments such as--portor--config.
- Not required as
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.
Available Versions
How to Install azuvotifier on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set bukkit Loader
In the panel under "Egg", select the bukkit loader and matching Minecraft version (1.21.11).
Install Mod
Open the mod browser in the dashboard and search for "azuvotifier". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.11, 1.21.10, 1.21.9 (+76 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
azuvotifier server crashes on startup – what to do?
Most common cause: wrong bukkit version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.
Is azuvotifier compatible with bukkit and bungeecord and fabric and folia and paper and purpur and spigot and sponge and velocity and waterfall?
azuvotifier officially supports bukkit, bungeecord, fabric, folia, paper, purpur, spigot, sponge, velocity, waterfall for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with azuvotifier – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if azuvotifier consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install azuvotifier with just one click on your server.