From ec5afc430894adbe9d6ea315a3a9f742ad2082fa Mon Sep 17 00:00:00 2001 From: Amaury Carrade Date: Mon, 23 May 2016 17:38:25 +0200 Subject: [PATCH 1/3] Added a README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6796295 --- /dev/null +++ b/README.md @@ -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 ` 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/).* From 76d8097748ba9fdd6423bf52a894da6da3ccfcbf Mon Sep 17 00:00:00 2001 From: Amaury Carrade Date: Mon, 23 May 2016 18:16:52 +0200 Subject: [PATCH 2/3] Updated README (strange edition conflict due to GitHub interface latency this hour) --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6796295..378d954 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,20 @@ Vote for bans if moderators are away. [**Download link**](https://jenkins.carrade.eu/job/VoteBan/). -For playes with the needed permission, `/voteban ` 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. +For playes with the needed permission, `/voteban ` 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 plugin. -Typical permissions: +This plugin is intended to be used with a permissions manager. -- `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. +### 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/).* +*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/)* From 187027d2181e09471354fa1bd747a2e5327dd284 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 27 Aug 2016 00:21:43 +0200 Subject: [PATCH 3/3] Fixed a typo in the README You can read, can you? (First commit of mine, celebrate!) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 378d954..06925c5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Vote for bans if moderators are away. [**Download link**](https://jenkins.carrade.eu/job/VoteBan/). -For playes with the needed permission, `/voteban ` 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. +For players with the needed permission, `/voteban ` 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.