SimpleVoteListener
Description
SimpleVoteListener was designed to be as lightweight as possible and make endless possibilities. SimpleVoteListener can perform commands, broadcast messages, and do everything you could possibly need it to do.
Installation
Requires Votifier
- Drop SimpleVoteListener.jar into your plugins directory.
- Reload or restart your server.
- Done!
note: You don't need to do anything special to get SimpleVoteListener to connect to Votifier
Commands
/svl reload - Reloads configuration
Usage
# Sends private message to the voting player.private-message:'&eThanksforvoting!'# Sends public broadcast to server.public-message:'&e%name%votedfrom%service%at%time%withaddress%address%.'# Commands to be performed on vote, without the slash.commands:-'give%name%diamond1'-'moneygive%name%200'-'groupset%name%member'# Commands to be performed after a given amount of time. Separate command from time using ';' and define the time using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash in front of the command unless the command requires another slash.timed-commands:-'groupset%name%user;24h'-'spawn%name%;10m'
Love, Puyttre