━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Plugin Donated by @MyNameStillBeHere
Original Link: https://www.mc-market.org/resources/9094/
Please Give me a positive rating as a token of appreciation
DONATION: Want more plugins donate any amount to
paypal.me/qtchan
Join my public server play.slimeskies.ga
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1)Move the plugin to your plugins folder
2)Restart or load plugin with plugman
3)Edit config.yml, messages.yml and data.yml
Done!!
What is Vote Rewards?
Vote Rewards is a simple plugin to reward your players when they vote for your server. Vote Rewards contains many features like fakevote or voteparty. I promise that the Vote Rewards will not cause problems to your server and if you have a bug you can report it to the Discussion section or send me a private message
Versions: 1.8 - 1.13.2 SPIGOT ONLY
Make sure to save your config & lang configuration files before doing this update.
Permissions:
Code:
voterewards.vote
voterewards.rewards
voterewards.votetop
voterewards.fakevote
voterewards.voteparty.use
voterewards.voteparty.crate
voterewards.voteparty.start
voterewards.voteparty.give
voterewards.basic.reload
voterewards.basic.reset
voterewards.basic.clear
voterewards.basic.update
voterewards.basic.gui.admin
voterewards.reward.[x] (Perm Vote)
voterewards.basic
Code:
voterewards.basic.*
voterewards.basic.all
voterewards.user
voterewards.voteparty.*
voterewards.*
voterewards.all
Code:
vote
rewards (rew, reward, votereward, voter)
voterewards (vr, vrewards)
votetop (vtop, votet)
fakevote (fkv, fv, fakev, fvote)
voteparty (vp, party, votep, vparty)
Code:
ConfigVersion: 1.1
Basics:
Reminder:
- '%player% don''t forget to vote! <3'
Rewards:
- '&b4 Coins and 200$'
Vote:
- '&7Link&e: &ahttp://example.com/&r'
- '&7Total Votes&e: &a%votes%'
Vote Rewards: '&7%player% &aThanks for vote on %servicename%'
VoteTop:
Body:
- '&e%top_players_name% &8> &e%top_player_votes%'
Header: '&8=== &6VoteTop &8==='
Footer: '&8=== &6VoteTop &8==='
Votes:
Sender:
- '&c === &3VoteRewards &c==='
- '&b &a%votes%'
- '&c === &3VoteRewards &c==='
Target:
- '&c === &3VoteRewards &c==='
- '&b &a%player%'
- '&b &a%votes%'
- '&c === &3VoteRewards &c==='
Reminder:
- '&b%player% &cplease don''t forget to vote'
Vote:
Title: This is a title %player% %service_name% %votes%
Subtitle: This is subtitle %player% %service_name% %votes%
Actionbar: '&aThank you %player% for voting in %service_name%'
VoteParty:
Claim: '&8[&3VoteRewards&8] &aYou have claimed %crates%!'
NothingToClaim: '&8[&3VoteRewards&8] &cYou don''t have crates to claim!'
Unclaim: '&8[&3VoteRewards&8] &7You have unclaimed crates!'
Need: '&8[&3VoteRewards&8] &7Votes needed for party: &f%votes%'
Give: '&8[&3VoteRewards&8] &7You just got %amount% VoteCrate'
Cooldown start: '&8[&3VoteRewards&8] &7A VoteParty will begin in %secs% seconds&3!'
Not Voted: '&8[&3VoteRewards&8] &cYou didn''t vote to be able to participate in
this VoteParty!'
Chat: '&8[&3VoteRewards&8] &7Votes needed for party: &f%votes%'
Title: This is a title
Subtitle: This is a subtitle
Crate:
Open: '&8[&3VoteRewards&8] &7Your vote rewards have been applied!'
Give: '&8[&3VoteRewards&8] &7A reward crate has been added to your inventory!'
Join Player:
- '&bYour'
- '&9Message'
- '&8Here'
Code:
VoteParty_Votes: 0
Code:
Options:
ConfigVersion: 1.4
FakeVote: false
Offline: true
VoteParty: true
PermVote: false
LuckyVote: false
Cumulative: false
ChatMessage: true
Title: false
Actionbar: true
Reminder:
Enabled: true
Seconds: 60
Metrics: true
MySQL: false
VoteTop:
Header: true
Footer: true
Rewards:
services:
default:
- give %player% minecraft:nether_star
- eco give %player% 200
Minecraft-MP:
- give %player% minecraft:nether_star
- eco give %player% 200
- broadcast Thank you for voting at Minecraft-MP
cumulative:
'10':
- broadcast %player% Voted 10 times
lucky:
'10':
- broadcast %player% was lucky and get 1000$
- eco give %player% 1000
perm:
starter:
- give %player% minecraft:nether_star 50
- eco give %player% 5000
vip:
- give %player% minecraft:nether_star 100
- eco give %player% 10000
VoteParty:
Votes: 2
Sound: true
Random Rewards: true
Participate: false
Chat Message: true
Crate:
enable: true
Sound: true
Cooldown: true
Secs: 5
Display Name: '&8» &aVote Crate &8«'
Lores:
- '&8» &aPlace me to earn &8«'
- '&8» &asome cool rewards! &8«'
Firework: true
Commands:
- eco give %player% 50
- eco give %player% 1000
- give %player% dirt 1
MySQL:
IP: localhost
Port: 3306
Database: VoteRewards
User: root
Password: ''
Sounds:
VotePartyStart: ENDERDRAGON_DEATH
CrateGive: CHICKEN_EGG_POP
CrateOpen: CHEST_OPEN
Vote: ORB_PICKUP
Debug:
Events: false
Reminder: false
Code:
MVdWPlaceholderAPI (latest)
PlaceholderAPI
Votifier
NuVotifier
play.sliemskies.ga [qtChan for you

Events:
FakeVoteEvent
OfflineVoteEvent
TitleEvent
ActionbarEvent
UpdateEvent
VoteEvent
VotePartyStartEvent
OfflineVoteEvent
TitleEvent
ActionbarEvent
UpdateEvent
VoteEvent
VotePartyStartEvent
Code:
voterewards_total_votes
voterewards_votes_needed
voterewards_votes_until
voterewards_player_votes
voterewards_top_voter
Coming Soon
Videos:
Coming Soon
API:
Code:
net.ArtlieX.VoteRewards.API.API;
private API api = new API(Vote);
private API api = new API();
getVotes(String);
getVotes(Player);
getVotes(OfflinePlayer);
getServiceName(Vote, String);
getServiceName(String);
getUsername(Vote vote);
getTimeStamp(Vote vote);
getAddress(Vote vote);
getUsername();
getTimeStamp();
getAddress();
sendVote(Player player, String service_name, boolean offlineVote, String offline_name);
resetVotes(Player p);
resetVotes(String s);
setVotes(Player p, int amount);
setVotes(String s, int amount);
removeVotes(String s, int amount);
removeVotes(Player p, int amount);
addVotes(String s, int amount);
addVotes(Player p, int amount);
sendTitle(Object p, String title, String subtitle);
sendActionbar(Object p, String msg);
sendColoredMessage(Player p, String msg);
sendMessage(Player p, String msg);
Why MCMarket?
The voterewards was free for a long time so I decided to put it in MCMarket