Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
azuvotifier

azuvotifier

A fork of NuVotifier with Redis forwarding support, a standalone server implementation and Sponge 11+ support.

422
1
Game Mechanics
Social
Utility
AboutChangelogVersions

AzuVotifier Build status Docker Pulls Modrinth

A fork of NuVotifier with Redis forwarding support, a standalone server implementation and Sponge 11+ support. 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

  • Setup Guide
  • Troubleshooting Guide
  • Developer Information

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
  • Sponge 11 (1.20+)
  • BungeeCord/Waterfall
  • Velocity

It can also run as a standalone application.

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, 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. If it doesn't, feel free to ask for help here.

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 nuvotifier-standalone.jar

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

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

To get a full list of options, run:

$ java -jar nuvotifier-standalone.jar --help

Standalone with Docker

A Docker image for the standalone NuVotifier implementation 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 bind 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

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

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x

Platforms

Bukkit
BungeeCord
Folia
Paper
Purpur
Spigot
Sponge
Velocity
Waterfall

Supported environments

Server-side

Links

Report issues View source
Donate on Ko-fiSponsor on GitHub

Creators

azuuure
azuuure Member

Details

Licensed GPL-3.0-only
Published 6 months ago
Updated last month

Modrinth is open source.

main@58dac27

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.