Skip to content

Commit

Permalink
Added a README
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed May 23, 2016
1 parent 2beeb82 commit ec5afc4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# VoteBan [![Build Status](https://jenkins.carrade.eu/job/VoteBan/badge/icon)](https://jenkins.carrade.eu/job/VoteBan/)

Vote for bans if moderators are away. [**Download link**](https://jenkins.carrade.eu/job/VoteBan/).

For playes with the needed permission, `/voteban <pseudo> <reason>` launches a vote to ban the given player. Other players have a configurable amount of time to vote, and an action is taken following the results.

Players can be protected against bans.

This plugin is intended to be used with a permissions plugin.
Typical permissions:

- `voteban.start` (allows a player to start a vote): given to members;
- `voteban.vote` (allows a player to vote): given to members (not to visitors);
- `voteban.exempt` (prevents a player from being vote-banned): given to members and staff.

This plugin is currently available in English and French.

*This plugin is a rewrite of a plugin by niquecraft, with a nicer UI and the use of new modern Minecraft features. [The old no-longer maintened plugin was here](http://dev.bukkit.org/bukkit-plugins/voteban/).*

0 comments on commit ec5afc4

Please sign in to comment.