Перейти к содержимому
Mineforgian

azuvotifier

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

5K загрузок12 подписчиковGPL-3.0-onlybukkitbungeecordfabricfoliapaperpurpurspigotspongevelocitywaterfall

Обновлён 14 января 2026 г. · опубликован 30 декабря 2024 г.

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.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
3.4.0-beta.0Бета1.21.8, 1.21.9, 1.21.10, 1.21.11bungeecord, waterfall14 января 2026 г.Скачать (4.4 МБ)
3.4.0-beta.0Бета1.21.8, 1.21.9, 1.21.10, 1.21.11velocity14 января 2026 г.Скачать (4.4 МБ)
3.4.0-beta.0Бета1.21.8, 1.21.9, 1.21.10, 1.21.11sponge14 января 2026 г.Скачать (4.4 МБ)
3.4.0-beta.0Бета1.21.10fabric14 января 2026 г.Скачать (5.2 МБ)
3.4.0-beta.0Бета1.21.8, 1.21.9, 1.21.10, 1.21.11bukkit, folia, paper, purpur, spigot14 января 2026 г.Скачать (4.4 МБ)
3.3.6Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11sponge29 ноября 2025 г.Скачать (4.4 МБ)
3.3.6Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11velocity29 ноября 2025 г.Скачать (4.3 МБ)
3.3.6Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11bungeecord, waterfall29 ноября 2025 г.Скачать (4.4 МБ)
3.3.6Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11bukkit, folia, paper, purpur, spigot29 ноября 2025 г.Скачать (4.3 МБ)
3.3.5Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10velocity29 ноября 2025 г.Скачать (4.3 МБ)
3.3.5Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10sponge29 ноября 2025 г.Скачать (4.4 МБ)
3.3.5Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10bungeecord, waterfall29 ноября 2025 г.Скачать (4.4 МБ)
3.3.5Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10bukkit, folia, paper, purpur, spigot29 ноября 2025 г.Скачать (4.3 МБ)
3.3.4Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10bukkit, folia, paper, purpur, spigot4 августа 2025 г.Скачать (4.4 МБ)
3.3.4Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8bungeecord, waterfall4 августа 2025 г.Скачать (4.4 МБ)

Показаны последние 15 из 36 версий.

Ченджлог

3.4.0-beta.0Бета1.21.9, 1.21.10, 1.21.11 · 14 января 2026 г.

Breaking changes

  • Re-organize common module

User-facing changes

  • Add Fabric support
  • Update documentation and artifact names to use 'azuvotifier' instead of 'nuvotifier'
  • Fix standalone implementation not following the same error logging behavior as other platforms
  • Use ProtocolVersion#getHumanReadable() to display protocol version on logs
  • Replace older Sponge commands
    • To reload the plugin, use /votifier reload
    • To send a test vote, use /votifier test

Internal changes

  • Re-organize Gradle version catalog
  • Updated velocity-api to 3.4.0-SNAPSHOT
  • Replaced https://nexus.velocitypowered.com with newer PaperMC repository
  • Add java and publishing conventions
  • Remove redundant folia module
  • Use Lombok for utility classes and some getters
  • Add ProtocolVersion#getHumanReadable()

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.6...3.4.0-beta.0

3.4.0-beta.0Бета1.21.9, 1.21.10, 1.21.11 · 14 января 2026 г.

Breaking changes

  • Re-organize common module

User-facing changes

  • Add Fabric support
  • Update documentation and artifact names to use 'azuvotifier' instead of 'nuvotifier'
  • Fix standalone implementation not following the same error logging behavior as other platforms
  • Use ProtocolVersion#getHumanReadable() to display protocol version on logs
  • Replace older Sponge commands
    • To reload the plugin, use /votifier reload
    • To send a test vote, use /votifier test

Internal changes

  • Re-organize Gradle version catalog
  • Updated velocity-api to 3.4.0-SNAPSHOT
  • Replaced https://nexus.velocitypowered.com with newer PaperMC repository
  • Add java and publishing conventions
  • Remove redundant folia module
  • Use Lombok for utility classes and some getters
  • Add ProtocolVersion#getHumanReadable()

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.6...3.4.0-beta.0

3.4.0-beta.0Бета1.21.9, 1.21.10, 1.21.11 · 14 января 2026 г.

Breaking changes

  • Re-organize common module

User-facing changes

  • Add Fabric support
  • Update documentation and artifact names to use 'azuvotifier' instead of 'nuvotifier'
  • Fix standalone implementation not following the same error logging behavior as other platforms
  • Use ProtocolVersion#getHumanReadable() to display protocol version on logs
  • Replace older Sponge commands
    • To reload the plugin, use /votifier reload
    • To send a test vote, use /votifier test

Internal changes

  • Re-organize Gradle version catalog
  • Updated velocity-api to 3.4.0-SNAPSHOT
  • Replaced https://nexus.velocitypowered.com with newer PaperMC repository
  • Add java and publishing conventions
  • Remove redundant folia module
  • Use Lombok for utility classes and some getters
  • Add ProtocolVersion#getHumanReadable()

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.6...3.4.0-beta.0

3.4.0-beta.0Бета1.21.10 · 14 января 2026 г.

Breaking changes

  • Re-organize common module

User-facing changes

  • Add Fabric support
  • Update documentation and artifact names to use 'azuvotifier' instead of 'nuvotifier'
  • Fix standalone implementation not following the same error logging behavior as other platforms
  • Use ProtocolVersion#getHumanReadable() to display protocol version on logs
  • Replace older Sponge commands
    • To reload the plugin, use /votifier reload
    • To send a test vote, use /votifier test

Internal changes

  • Re-organize Gradle version catalog
  • Updated velocity-api to 3.4.0-SNAPSHOT
  • Replaced https://nexus.velocitypowered.com with newer PaperMC repository
  • Add java and publishing conventions
  • Remove redundant folia module
  • Use Lombok for utility classes and some getters
  • Add ProtocolVersion#getHumanReadable()

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.6...3.4.0-beta.0

3.4.0-beta.0Бета1.21.9, 1.21.10, 1.21.11 · 14 января 2026 г.

Breaking changes

  • Re-organize common module

User-facing changes

  • Add Fabric support
  • Update documentation and artifact names to use 'azuvotifier' instead of 'nuvotifier'
  • Fix standalone implementation not following the same error logging behavior as other platforms
  • Use ProtocolVersion#getHumanReadable() to display protocol version on logs
  • Replace older Sponge commands
    • To reload the plugin, use /votifier reload
    • To send a test vote, use /votifier test

Internal changes

  • Re-organize Gradle version catalog
  • Updated velocity-api to 3.4.0-SNAPSHOT
  • Replaced https://nexus.velocitypowered.com with newer PaperMC repository
  • Add java and publishing conventions
  • Remove redundant folia module
  • Use Lombok for utility classes and some getters
  • Add ProtocolVersion#getHumanReadable()

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.6...3.4.0-beta.0

3.3.6Релиз1.21.9, 1.21.10, 1.21.11 · 29 ноября 2025 г.

User-facing changes

  • Add experimental skip-offline-players setting (#13)
    • If set to true, it prevents VotifierEvent from firing if the player who voted isn't online.
  • Make forwarding method setting case-insensitive on Bukkit (#14)
  • Removed Defaulting to noop implementation message on Bukkit, Sponge and Velocity
  • Fix proxy forwarding method on BungeeCord

Internal changes

  • Specify TCP protocol on the Docker EXPOSE instruction
  • Rename default Docker Compose container name to azuvotifier

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.5...3.3.6

3.3.6Релиз1.21.9, 1.21.10, 1.21.11 · 29 ноября 2025 г.

User-facing changes

  • Add experimental skip-offline-players setting (#13)
    • If set to true, it prevents VotifierEvent from firing if the player who voted isn't online.
  • Make forwarding method setting case-insensitive on Bukkit (#14)
  • Removed Defaulting to noop implementation message on Bukkit, Sponge and Velocity
  • Fix proxy forwarding method on BungeeCord

Internal changes

  • Specify TCP protocol on the Docker EXPOSE instruction
  • Rename default Docker Compose container name to azuvotifier

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.5...3.3.6

3.3.6Релиз1.21.9, 1.21.10, 1.21.11 · 29 ноября 2025 г.

User-facing changes

  • Add experimental skip-offline-players setting (#13)
    • If set to true, it prevents VotifierEvent from firing if the player who voted isn't online.
  • Make forwarding method setting case-insensitive on Bukkit (#14)
  • Removed Defaulting to noop implementation message on Bukkit, Sponge and Velocity
  • Fix proxy forwarding method on BungeeCord

Internal changes

  • Specify TCP protocol on the Docker EXPOSE instruction
  • Rename default Docker Compose container name to azuvotifier

Full Changelog: https://github.com/azurejelly/azuvotifier/compare/3.3.5...3.3.6

Комментарии

Загружаем…