Description
This mod is DISCONTINUED. It still works though.
I simply have too many mods to maintain, and not enough time.
This is the FABRIC version.
For forge go here: Votifier Renewed (Forge)
For quilt go here: Votifier Renewed (Quilt)
Votifier Renewed is a rewrite of the Votifier bukkit plugin, designed to work for any servers using mods. It is a server-side only mod so you do not need to provide it to clients.
Once a vote is received by the server, it will run any amount of commands that you can define in the config file.
I made this mod as I could not find a viable option for my modded server on 1.19.2.
Features
- Server-side only.
- Uses existing votifier standard integrations - this should support all voting lists that use it.
- Customizable /vote command
- Customizable vote message (see "commands" section)
Setup
This mod should be compatible with most server lists that support votifier, here is how to use it:
1. Install votifier on to your server (place the file into the mods folder)
2. Run the server. This will create a folder in the server directory called "votifier".
3. The "public.key" and "config.json" files are the files you need to use to set up configuration.
Config
In the config file, there are 3 elements:
- "enabled": This is a simple true/false field. In case you ever want to disable voting.
- "port": Defaults to 8192. This will be the port that votifier listens on
- "commands": This is a string array. You can define as many comma-separated strings as you like. The mod will run them all per-vote.
- "voteCommandEnabled": Simple true/false. If set to true, the player can use the /vote command.
- "voteCommandIntro": This is a "string". This text will appear at the start of the /vote command.
- "voteCommandTooltip": This is a "string". This text will appear when you hover over a link from the /vote command.
- "voteCommandFailed": This is a "string". This text will show if there are no entries in the "linkURLs".
- "linkURLs": This is a string array. You can define as many comma-separated strings as you like. Each one of these strings will be sent to the user as a URL when they run the /vote command.
Commands
For commands, you can provide a couple of variable names. These are:
- %PLAYER% - This will be replaced with the player's name inputted in the voting prompt.
- %SERVICE% - This will be replaced with the name of the service provided by the server list website.
You can use any command that you can use ingame, so for example if you would like to give players a reward for voting, it may look something like this:
"commands": [
"tellraw @a [{\"text\":\"%PLAYER% voted on %SERVICE%\",\"color\":\"green\"}]",
"scoreboard players add %PLAYER% voted 1",
"give %PLAYER% minecraft:diamond 2"
]
Modpacks and Redistribution
You CAN add this mod to your modpack. If you're feeling friendly, please leave a link pointing to this page.
You CANNOT redistribute this mod on any other website. The official source for this mod is CurseForge. If you got it from anywhere else, it is a repost and should be reported. StopModReposts
Help!
If you need a website to test votes on, check this out: Votifier Tester - Minestatus Server List
If the mod is not detecting any incoming votes (socket timeouts), make sure that you have the "server-ip" field in your "server.properties" is set to the IP address of your server's machine.
You can reach me directly for support on my discord: https://discord.gg/R4yaRqr2gN
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.