Give Anything Listener
Introduction
| This is a plugin that works with Votifier 1.8 or higher, and as such should be placed inside the plugins folder NOT the listeners one. | |
| This plugin listens to voting events passed from Votifier and allows you to reward players with anything when they vote for your server. | |
| If you can type it as a command you can use it to in this plugin! | |
| The Plugin works like a lot of the other listeners, but gives the user a detailed Configuration, on how to setup the broadcast message, and the colour / control codes they can use, Like {BOLD} etc... | |
| This Plugin REQUIRES Votifier 1.8 or above! | |
| When installing you must place the GAListener.jar into your /plugins folder. | |
| It will then create a config.yml inside of the folder which you can edit to your liking! |
Configuration
Configuration information (Including Lucky Voters can be found) Configuration Page!
Here's a video tutorial thanks to Koz4Christ!
Metrics
This plugin utilizes Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
You can disable the stat collection via /plugins/PluginMetrics/config.yml if you wish.
Sponsors
Sponsored by MC-Index! For all your voting needs! http://www.minecraft-index.com/
Please create a ticket with any issues you are having and we would be happy to help, don't post it on the front page!



-
View User Profile
-
Send Message
Posted Nov 25, 2013Can I recommend a count vote feature? If a certain player votes say 10 times, they'll get a reward?
-
View User Profile
-
Send Message
Posted Nov 23, 2013If I do /fakevote i'm getting stuff and its outputting text but when trying to vote for real using the site to vote its doing nothing. Not even outputting a error in console. Its just empty.
What i'm doing wrong? Any fix?
Edit: Nvm I got it to work :)
-
View User Profile
-
Send Message
Posted Nov 17, 2013@swifteh3146
Im having an issue.
Its all functioning properly, But when They acctualy vote. They dont get there items, Can you help?
-
View User Profile
-
Send Message
Posted Nov 13, 2013Is it possible to have a timed command using pex? For example: The user votes and receives access to /warp VoterMine. After 24 Hours they can no longer go there? Is this possible?
-
View User Profile
-
Send Message
Posted Nov 10, 2013does this plugin support UTF-8 characters?
-
View User Profile
-
Send Message
Posted Nov 9, 2013@blueboy215
I'm experiencing the same problem :(
-
View User Profile
-
Send Message
Posted Nov 9, 2013Whenever i go to vote on a webpage, i do not get the reward, or a broadcast. the server acts as though it doesn't even exist.
-
View User Profile
-
Send Message
Posted Nov 8, 2013Anyway to reduce the voting message spam?
-
View User Profile
-
Send Message
Posted Nov 4, 2013@swishdaddy
Yeah, I want to know if this is possible as well. I want to give an eff 5 diamond pickaxe and axe.
-
View User Profile
-
Send Message
Posted Nov 2, 2013is there a way that i can make it so it would give a sword with enchantments?
-
View User Profile
-
Send Message
Posted Nov 2, 2013Does This work for tekkit classic CB 1.2.5?
-
View User Profile
-
Send Message
Posted Nov 2, 2013-
View User Profile
-
Send Message
Posted Oct 27, 2013Im having a problem with offline votes. Players aren't getting there rewards when they log back in. It seems that the plugin it to fast executing the commands. It is possible to add a delay?
-
View User Profile
-
Send Message
Posted Oct 24, 2013Dylandopp maybe you need change planetminecraft.com to planetminecraft.com: like this
PlanetMinecraft.com: broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.planetminecraft.com {GOLD}and received {GREEN}10 tokens {GOLD}and {GREEN}$100!' playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!' commands: - '/eco give {username} 100' - '/givetok {username} 10'
-
View User Profile
-
Send Message
Posted Oct 23, 2013What am I doing wrong? /fakevote works, but when they acually vote, I get it in the console, but nothing happens...
I get this in the console:
23.10 19:08:30 [Server] INFO Vote received on MinecraftServers.org for Player: CraftPlayer{name=DOCTERLOL}
This is my confige folder:
# VoteCommand Config
onlineonly: true
# Only delivers rewards when the player is online.
# If they are offline it will wait and deliver when they next
# join the server!
luckyvote: true
# Enables the lucky voting section, this allows voters to have a
# random chance to receive additional rewards when they vote.
# See below for the format.
# Services section (default is used if service doesn't exist)
services:
default:
broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 tokens {GOLD}and {GREEN}$100!'
playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
commands:
- '/eco give {username} 100'
- '/givetok {username} 10'
PlanetMinecraft.com
broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.planetminecraft.com {GOLD}and received {GREEN}10 tokens {GOLD}and {GREEN}$100!'
playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
commands:
- '/eco give {username} 100'
- '/givetok {username} 10'
MinecraftServers.org:
broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.minecraftservers.org {GOLD}and received {GREEN}10 tokens {GOLD}and {GREEN}$100!'
playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
commands:
- '/eco give {username} 100'
- '/givetok {username} 10'
# The above examples would give a voter 5 diamonds by default
# and also an extra 200XP whenever they vote on the service "MC-Index"
# Lucky votes section (disabled by default)
luckyvotes:
50:
broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra 5k and 25 tokens!'
playermessage: '{GREEN}You were lucky and received an extra 5k annd 25 tokens!'
commands:
- '/eco give {username} 5000'
- '/givetok {username} 25'
100:
broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra 10k and 50 tokens!'
playermessage: '{GREEN}You were super lucky and received an extra $10k and 50 tokens!'
commands:
- '/eco give {username} 10000'
- '/givetok {username} 50'
# The above examples would give a 1 in 50 chance of a voter receiving
# an extra $1000, and a 1 in 100 chance of $5000. If you do not use
# essentials economy, use the equivalent command(s) for your economy.
# Available codes for messages / commands:
#
# {service} {servicename} {SERVICE} = service name
# {username} {player} {name} = player username
#
# & = Colour Symbol to enter manual colours / control codes
# {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
# {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
# {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE}
# {YELLOW} {BOLD} {ITALIC} {UNDERLINE} {STRIKETHROUGH}
# {STRIKE} {STRIKETHROUGH} {MAGIC} {RESET}
#
-
View User Profile
-
Send Message
Posted Oct 21, 2013http://pastebin.com/68Aj7u8Z
Voting rewards are not coming through when player votes, nor is the broadcast - Any ideas? Could The votifier IP be the problem as its a host we use?
-
View User Profile
-
Send Message
Posted Oct 20, 2013What if you added in a configuration like {TIMESVOTED} and it would appear as 'Player has voted {TIMESVOTED} times.' I would really like that :3
-
View User Profile
-
Send Message
Posted Oct 20, 2013@megasnipez_
I put everything in it right, I even double checked the spelling and all that.
-
View User Profile
-
Send Message
Posted Oct 20, 2013@Herpityderps
At the top of the main page, the first statement under the title says:
"This is a plugin that works with Votifier 1.8 or higher, and as such should be placed inside the plugins folder NOT the listeners one."
So yes, you need to place this in the plugins folder NOT the listerners folder under votifier.
-
View User Profile
-
Send Message
Posted Oct 20, 2013Can you help me out, do I put this plugin in the votifier/listeners? because whne i do none of the /vote or /fakevote commands work, and when I leave it out and /fakevote and /vote it works BUT when I actally vote it Doesn't give me anything, Please help!