My Other Plugins!
SAFE RANDOM TELEPORT | GROUND ITEMS
A Votifier Listener plugin that rewards your players for voting!
SAFE RANDOM TELEPORT | GROUND ITEMS
A Votifier Listener plugin that rewards your players for voting!
Features include:
- Reward Money!
- Reward XP!
- Reward Items!
- Offline Rewards! - Claim later!
- Custom Reward Command!
- Vote Received Broadcast Message!
- Vote Received Command!
- Vote Parties!
- Friendly Link Names!
Must have for plugin to work correctly:
- Vault
- Votifier/NuVotifier
- PlaceholderAPI
- /vote: Displays list of sites you can vote from
- /vote info: Displays information about the plugin
- /vote queue: Displays rewards in queue while you were offline
- /vote claim: Claims rewards you missed while offline
- /vote forceparty: Force a vote party to launch. Does not reset active vote party
- /vote help: Displays this message
- /vote reload: Reloads Vote Rewards configuration
- voterewards.user: Grants permission to run user commands (/vote, /vote queue, /vote claim)
- voterewards.admin: Grants permission to run administrative commands (/vote info, /vote reload)
- voterewards.*: Grants permission to all Vote Rewards commands
The configuration is pretty simple but can be delicate sometimes but as long as you follow my instruction, it will work flawlessly!
Placeholders:
- %player%: Gets replaced with the player's name
- %required_votes%
- %current_votes%
- %remaining_votes%
Code (Text):
vote_received_message: ""
When adding the command, exclude the leading "/".
Code (Text):
vote_received_command:
- "command 1"
- "command 2"
- "command 1"
- "command 2"
Code (Text):
reward_money: 0
Code (Text):
reward_xp: 0
Code (Text):
reward_items:
- "diamond:1"
- "oak_planks:8"
- "diamond:1"
- "oak_planks:8"
Code (Text):
reward_custom_commands:
- "give %player% diamond 5"
- "givemoney %player% 500"
- "give %player% diamond 5"
- "givemoney %player% 500"
Code (Text):
use_friendly_names: true
Code (Text):
links:
- "https://www.link1.com"
- "https://www.link2.com"
- "https://www.link3.com"
- "https://www.link1.com"
- "https://www.link2.com"
- "https://www.link3.com"
Code (Text):
link_names:
- "Website1"
- "Website2"
- "Website3"
Code (Text):
check_rewards_on_login: true
Code (Text):
auto_claim: false
Available Custom Messages:
Spoiler: Custom Messages
Code (Text):
vote_claim_available:
- "&a&lYou have &e&l%available_rewards% &a&lrewards to claim!"
- "&a&lYou can claim rewards by running &6&l/vote claim"
vote_claim_unavailable:
- "&e&lYou have &c&l%available_rewards% &e&lrewards to claim"
reward_money_message: "&a&lYou have been given &e&l$%reward_money%&a&l!"
auto_claim_message:
- "&a&lAutomatically claimed &e&l%available_rewards% &a&lrewards!"
reward_claimed_message: "&c&l%available_rewards% &a&lrewards claimed!"
# Vote Party broadcast
vote_party_message: "&a&lVote Party Started! Enjoy your free items!"
forced_vote_party: "&a&lForced a vote party to take place!"
vote_party_not_enabled: "&c&lVote Party is not enabled! Please enable it in the config first!"
- "&a&lYou have &e&l%available_rewards% &a&lrewards to claim!"
- "&a&lYou can claim rewards by running &6&l/vote claim"
vote_claim_unavailable:
- "&e&lYou have &c&l%available_rewards% &e&lrewards to claim"
reward_money_message: "&a&lYou have been given &e&l$%reward_money%&a&l!"
auto_claim_message:
- "&a&lAutomatically claimed &e&l%available_rewards% &a&lrewards!"
reward_claimed_message: "&c&l%available_rewards% &a&lrewards claimed!"
# Vote Party broadcast
vote_party_message: "&a&lVote Party Started! Enjoy your free items!"
forced_vote_party: "&a&lForced a vote party to take place!"
vote_party_not_enabled: "&c&lVote Party is not enabled! Please enable it in the config first!"
Enable/Disable the built in Vote Party
Code (Text):
enable_vote_party: true
Code (Text):
required_votes: 100
Code (Text):
vote_party_money: 500.0
Code (Text):
vote_party_xp: 170
Code (Text):
vote_party_items: []
Code (Text):
vote_party_commands:
- "rc key give %player% RareCrate 2"
- "rc key give %player% RareCrate 2"
Code (Text):
config_version: 1.2
Spoiler: config.yml
# __ __ _ _____ _
# \ \ / / | | | __ \ | |
# \ \ / /__ | |_ ___| |__) |_____ ____ _ _ __ __| |___
# \ \/ / _ \| __/ _ \ _ // _ \ \ /\ / / _` | '__/ _` / __|
# \ / (_) | || __/ | \ \ __/\ V V / (_| | | | (_| \__ \
# \/ \___/ \__\___|_| \_\___| \_/\_/ \__,_|_| \__,_|___/
#
#
# Global Placeholders:
# %player%
vote_received_message: ""
vote_received_commands: []
reward_money: 0.0
reward_xp: 0.0
reward_items:
- "cooked_beef:2"
reward_custom_commands:
- "give %player% diamond 1"
# Use friendly names on links
use_friendly_names: true
links:
- "https://www.example1.com/"
- "https://www.example2.com/"
- "https://www.example3.com/"
link_names:
- "Website1"
- "Website2"
- "Website3"
# Notify user on login if they have rewards in queue
check_rewards_on_login: true
# Automatically claim rewards on login
# Don't recommend as some players may login with a full inventory
auto_claim: false
# _____ _ __ __
# / ____| | | | \/ |
# | | _ _ ___| |_ ___ _ __ ___ | \ / | ___ ___ ___ __ _ __ _ ___ ___
# | | | | | / __| __/ _ \| '_ ` _ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __|
# | |___| |_| \__ \ || (_) | | | | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \
# \_____\__,_|___/\__\___/|_| |_| |_| |_| |_|\___||___/___/\__,_|\__, |\___||___/
# __/ |
# |___/
#
# %player% does not apply here!
vote_claim_available:
- "&a&lYou have &e&l%available_rewards% &a&lrewards to claim!"
- "&a&lYou can claim rewards by running &6&l/vote claim"
vote_claim_unavailable:
- "&e&lYou have &c&l%available_rewards% &e&lrewards to claim"
reward_money_message: "&a&lYou have been given &e&l$%reward_money%&a&l!"
auto_claim_message:
- "&a&lAutomatically claimed &e&l%available_rewards% &a&lrewards!"
reward_claimed_message: "&c&l%available_rewards% &a&lrewards claimed!"
# Vote Party broadcast
vote_party_message: "&a&lVote Party Started! Enjoy your free items!"
forced_vote_party: "&a&lForced a vote party to take place!"
vote_party_not_enabled: "&c&lVote Party is not enabled! Please enable it in the config first!"
# __ __ _ _____ _
# \ \ / / | | | __ \ | |
# \ \ / /__ | |_ ___| |__) |_ _ _ __| |_ _ _
# \ \/ / _ \| __/ _ \ ___/ _` | '__| __| | | |
# \ / (_) | || __/ | | (_| | | | |_| |_| |
# \/ \___/ \__\___|_| \__,_|_| \__|\__, |
# __/ |
# |___/
#
enable_vote_party: true
required_votes: 100
vote_party_money: 0.0
vote_party_xp: 0
vote_party_items:
- "diamond:1"
vote_party_commands:
- "give %player% diamond 1"
config_version: 1.2
Code (Text):
# __ __ _ _____ _
# \ \ / / | | | __ \ | |
# \ \ / /__ | |_ ___| |__) |_____ ____ _ _ __ __| |___
# \ \/ / _ \| __/ _ \ _ // _ \ \ /\ / / _` | '__/ _` / __|
# \ / (_) | || __/ | \ \ __/\ V V / (_| | | | (_| \__ \
# \/ \___/ \__\___|_| \_\___| \_/\_/ \__,_|_| \__,_|___/
#
#
# Global Placeholders:
# %player%
vote_received_message: ""
vote_received_commands: []
reward_money: 0.0
reward_xp: 0.0
reward_items:
- "cooked_beef:2"
reward_custom_commands:
- "give %player% diamond 1"
# Use friendly names on links
use_friendly_names: true
links:
- "https://www.example1.com/"
- "https://www.example2.com/"
- "https://www.example3.com/"
link_names:
- "Website1"
- "Website2"
- "Website3"
# Notify user on login if they have rewards in queue
check_rewards_on_login: true
# Automatically claim rewards on login
# Don't recommend as some players may login with a full inventory
auto_claim: false
# _____ _ __ __
# / ____| | | | \/ |
# | | _ _ ___| |_ ___ _ __ ___ | \ / | ___ ___ ___ __ _ __ _ ___ ___
# | | | | | / __| __/ _ \| '_ ` _ \ | |\/| |/ _ \/ __/ __|/ _` |/ _` |/ _ \/ __|
# | |___| |_| \__ \ || (_) | | | | | | | | | | __/\__ \__ \ (_| | (_| | __/\__ \
# \_____\__,_|___/\__\___/|_| |_| |_| |_| |_|\___||___/___/\__,_|\__, |\___||___/
# __/ |
# |___/
#
# %player% does not apply here!
vote_claim_available:
- "&a&lYou have &e&l%available_rewards% &a&lrewards to claim!"
- "&a&lYou can claim rewards by running &6&l/vote claim"
vote_claim_unavailable:
- "&e&lYou have &c&l%available_rewards% &e&lrewards to claim"
reward_money_message: "&a&lYou have been given &e&l$%reward_money%&a&l!"
auto_claim_message:
- "&a&lAutomatically claimed &e&l%available_rewards% &a&lrewards!"
reward_claimed_message: "&c&l%available_rewards% &a&lrewards claimed!"
# Vote Party broadcast
vote_party_message: "&a&lVote Party Started! Enjoy your free items!"
forced_vote_party: "&a&lForced a vote party to take place!"
vote_party_not_enabled: "&c&lVote Party is not enabled! Please enable it in the config first!"
# __ __ _ _____ _
# \ \ / / | | | __ \ | |
# \ \ / /__ | |_ ___| |__) |_ _ _ __| |_ _ _
# \ \/ / _ \| __/ _ \ ___/ _` | '__| __| | | |
# \ / (_) | || __/ | | (_| | | | |_| |_| |
# \/ \___/ \__\___|_| \__,_|_| \__|\__, |
# __/ |
# |___/
#
enable_vote_party: true
required_votes: 100
vote_party_money: 0.0
vote_party_xp: 0
vote_party_items:
- "diamond:1"
vote_party_commands:
- "give %player% diamond 1"
config_version: 1.2
Servers that use this plugin:
play.puscraft.com
I do wish to keep this plugin updated if time allows it. If you have suggestions, issues, bugs or whatever, feel free to reach out! (my email is listed in /vote info)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Vote Rewards is a free Minecraft Java mod. Compatible with Minecraft 1.15. Downloaded 985 times (via Spigot). Download it and open it directly in the game.