azuvotifier
SpigotMCModern NuVotifier fork with Redis forwarding support, a standalone implementation and more.
192 завантажень
остання v3.3.6 SpigotMC
A fork of NuVotifier with Redis forwarding support, a standalone server implementation and Sponge 11+ support. From the original README:
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
- Older versions might work but no support will be provided
- Folia (1.21.5+)
- Support is experimental and might break at any time
- Sponge 11 (1.20+)
- BungeeCord/Waterfall
- Velocity
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:
Code (Text):
$ java -Xms512M -Xmx512M -jar nuvotifier-standalone.jar
Code (Text):
$ java -Xms512M -Xmx512M -jar nuvotifier-standalone.jar --host 127.0.0.1 --config /etc/nuvotifier/
Code (Text):
$ java -jar nuvotifier-standalone.jar --help
A Docker image for the standalone NuVotifier implementation is available at Docker Hub. To pull it, run:
Code (Text):
$ docker pull azurejelly/standalone-nuvotifier:latest # for the latest stable release
$ docker pull azurejelly/standalone-nuvotifier:unstable # for the latest commit on master
$ docker pull azurejelly/standalone-nuvotifier:unstable # for the latest commit on master
Code (Text):
$ docker run -p 8192:8192 \
-v /etc/nuvotifier:/app/config \
--restart unless-stopped \
--name nuvotifier \
azurejelly/standalone-nuvotifier:latest \
--port 8192
-v /etc/nuvotifier:/app/config \
--restart unless-stopped \
--name nuvotifier \
azurejelly/standalone-nuvotifier:latest \
--port 8192
- 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.
License
AzuVotifier is GNU GPLv3 licensed. This project's license can be viewed here.
Коментарі 0
Поки немає коментарів. Будь першим, хто поділиться думкою.