Seb's Patch Voting Plugin
Introduction
Seb's Patch Voting is a plugin that allows a user to easily create an ingame voting menu.
It was created for a plugin request on the Bukkit forums.
Usage
First a moderator has to setup several voting options. Then, after he has opened the voting menu for other players, players can click on options they want to vote on.
A player can vote for up to three options (though this can be changed in the configuration file) and the number of votes that have been placed on an item are displayed when you hover the mouse over the option.
Commands
- /pvote Show the voting inventory
- /pvote add <option name> Adds an option. This will open an inventory where you can choose the icon.
- /pvote remove Removes an option. This will open an inventory where you can click on the option to remove.
- /pvote open Allows players to start voting
- /pvote close Stops players from voting
Permissions
Seb's Patch Voting Plugin has two permissions. One allows players to vote and the other will allow players to add and remove options from the voting screen.
- pvote.basic Allows players to access the voting screen
- pvote.admin Allows players to use the add/remove/open/close commands.
Configuration
The configuration file only contains two options:
- language Chooses the language to use
- max_number_of_votes Sets the maximum number of votes a player can place at any one time.
Comments