-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:zDevelopers/VoteBan
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 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 players with the needed permission, `/voteban <pseudo> <reason>` launches a vote to ban the given player (as example, a visitor flooding the chat without moderator available). 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 manager. | ||
|
||
### Permissions and suggestions | ||
|
||
- `voteban.start` allows to start a vote (default: no-one). Given to members, not visitors. | ||
- `voteban.vote` allows to vote (default: no-one). Given to members, not visitors. | ||
- `voteban.exempt` prevents players with it to be vote-banned (default: operators). Given to members (avoiding mutual vote-bans) 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/)* |