MVote

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Looking for an easy to use, and simple Votifier listener? Great! With MVote, it can't be easier.You type the commands you want to be executed upon voting, and you're done! You can even add optional commands to run after a set amount of time, to remove temporary permissions! I have the source on https://github.com/microgeek/MVote, so it's easy to see what you're really running on your server. If you have any suggestions, feel free to drop a comment, and I'll do my best to add/remove you what you suggested.

Example config:

#########################################################
#You may use the below replacements in your messages
#%player% - The player's name
#%service% - Where the player voted
#########################################################
onvote:
  #Enable rewards?
  enabled: true
  #Commands to execute, separated by commas
  commands: ["give %player% diamond 10", "give %player% apple 5"]
  #To use color codes, replace the \u00A7 character with an ampersand
  message:
    #Message to send the the player
    player: "&7Thanks for voting!"
    #Message to broadcast to the server
    server: "&a%player% &7voted for the server!"
    #Message to broadcast when the player incorrectly entered their name
    error: "Anonymous voted for the server, and forgot to enter their name!"
onexpire:
  #Enable expiring commands?
  enabled: false
  #Time to wait, in minutes
  cooldown: 10
  #Commands to execute, separated by commas
  commands: [""]
  #To use color codes, replace the \u00A7 character with an ampersand
  message:
    #Message to send the the player
    player: ""
    #Message to broadcast to the server
    server: ""

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit