azuvotifier

azuvotifier

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

von
6.8K Downloads
bukkitbungeecordfabricfoliapaperpurpurspigotspongevelocitywaterfallgame-mechanicssocialutility
Server mit dieser Mod mieten

Über diese Mod

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:

  • 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:latest image;
  • And pass --port 8192 as a command line argument to NuVotifier.
    • Not required as 8192/tcp is already the default port, but helps to show that you can pass arguments such as --port or --config.

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.

Verfügbare Versionen

3.3.6release
MC 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11sponge
29. November 2025
3.3.6release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11velocity
29. November 2025
3.3.6release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11bungeecord, waterfall
29. November 2025
3.3.6release
MC 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11bukkit, folia, paper, purpur, spigot
29. November 2025
3.3.5release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10velocity
29. November 2025

azuvotifier auf dem Server installieren

1

Server bestellen

Bestelle einen Minecraft Java Server mit mindestens 3 GB RAM (4 GB empfohlen).

2

bukkit Loader setzen

Wähle im Panel unter "Egg" den bukkit-Loader und die passende Minecraft-Version (1.21.11).

3

Mod installieren

Öffne den Mod-Browser im Dashboard und suche nach "azuvotifier". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.

Kompatibilität

Mod-Loader

bukkitbungeecordfabricfoliapaperpurpurspigotspongevelocitywaterfall

Minecraft-Versionen

1.21.11, 1.21.10, 1.21.9 (+76 weitere)

Server-seitig

Nicht unterstützt

Empfohlener RAM

4 GB(min. 3 GB)

Häufige Fragen

azuvotifier Server crasht beim Start – was tun?

Häufigste Ursache: falsche bukkit-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 3 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (1.21.11). Über das Panel kannst du den Loader mit einem Klick wechseln.

Ist azuvotifier mit bukkit und bungeecord und fabric und folia und paper und purpur und spigot und sponge und velocity und waterfall kompatibel?

azuvotifier unterstützt offiziell bukkit, bungeecord, fabric, folia, paper, purpur, spigot, sponge, velocity, waterfall für Minecraft 1.21.11, 1.21.10, 1.21.9. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.

Server laggt mit azuvotifier – wie optimiere ich die Performance?

Empfohlener RAM: 4 GB (+1 GB pro 8 Spieler). Prüfe mit /spark profiler, ob azuvotifier den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.

Modded Server mieten

Installiere azuvotifier mit nur einem Klick auf deinem Server.

Empfohlener RAM
4 GBab €5.2/Monat
Min. 3 GB | +1 GB pro 8 Spieler
Jetzt Server erstellen
1-Klick Mod Installation
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
GNU General Public License v3.0 only
Server-seitig
Nicht unterstützt

Unterstützte Versionen

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+69 mehr