NuVotifier-Fabric

A fork of Votifier, with more robust code and vote forwarding for fabric.

by
2.8K Downloads
fabricquiltlibrarymanagementsocial
Rent Server with this Mod

About this Mod

NuVotifier-Fabric

NuVotifier is a secure alternative to using the original Votifier project. NuVotifier will work in place of Votifier.

NuVotifier-Fabric is an implementation of NuVotifier for Fabric. This
implementation has been moved away from the main repository for two reasons:

  1. This module has been PRed to the original repository, however the author has never published a release of it.
  2. Due to the nature of Fabric, it requires regular updates to support the latest Minecraft version.

Setup Guide

Troubleshooting Guide

Developer Information

Developing a vote listener

Adding NuVotifier-Fabric as a dependency to your build system

You can include NuVotifier-Fabric into your gradle project using the following lines:

Latest NuVotifier-Fabric version:

Latest NuVotifier version:

repositories {
	maven { url 'https://jitpack.io' } // required for NuVotifier
	maven { url "https://api.modrinth.com/maven" }
}

dependencies {
	modImplementation("maven.modrinth:nuvotifier-fabric:VERSION")
}

Writing Vote Listeners

A vote listener registers the VoteListener.EVENT.
A basic vote listener looks something like this:

package me.drex.fabricvotelistener;

import com.vexsoftware.votifier.fabric.event.VoteListener;
import net.fabricmc.api.DedicatedServerModInitializer;

public class TestVoteListener implements DedicatedServerModInitializer {
    @Override
    public void onInitializeServer() {
        VoteListener.EVENT.register(vote -> {
            System.out.println("Received " + vote);
        });
    }
}

Add nuvotifier-fabric as a dependency in your fabric.mod.json

{
  "depends": {
    "nuvotifier-fabric": "*"
  }
}

License

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

Available Versions

NuVotifier-Fabric 1.1.0+26.1-rc-3release
MC 26.1-rc-3, 26.1, 26.1.1, 26.1.2, 26.2fabric, quilt
March 24, 2026
NuVotifier-Fabric 1.1.0+1.21.11-rc2release
MC 1.21.11-rc2, 1.21.11fabric, quilt
December 6, 2025
NuVotifier-Fabric 1.1.0+1.21.10release
MC 1.21.10fabric, quilt
December 6, 2025
NuVotifier-Fabric 1.1.0+1.21.1release
MC 1.21.1fabric, quilt
December 6, 2025
NuVotifier-Fabric 1.0.2+1.21.6-rc1release
MC 1.21.6-rc1, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10fabric, quilt
June 13, 2025

How to Install NuVotifier-Fabric on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.2).

3

Install Mod

Open the mod browser in the dashboard and search for "NuVotifier-Fabric". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricquilt

Minecraft Versions

26.2, 26.1.2, 26.1.1 (+23 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

NuVotifier-Fabric server crashes on startup – what to do?

Most common cause: wrong fabric 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 (26.2). You can switch loaders with one click in the panel.

Is NuVotifier-Fabric compatible with fabric and quilt?

NuVotifier-Fabric officially supports fabric, quilt for Minecraft 26.2, 26.1.2, 26.1.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with NuVotifier-Fabric – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if NuVotifier-Fabric 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.

Rent Modded Server

Install NuVotifier-Fabric with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Lesser General Public License v3.0 only
Server-side
Required

Supported Versions

26.226.1.226.1.126.126.1-rc-31.21.111.21.11-rc21.21.101.21.91.21.8+16 more