-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92e3e5f
commit 9433e5f
Showing
1 changed file
with
7 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,15 +1,21 @@ | ||
SkipNight is a simple plugin that allows players to skip the night via a vote. | ||
Once a vote is started, click the **yes** and **no** interactive text in chat to vote. | ||
|
||
SpigotMC link: https://www.spigotmc.org/resources/skipnight.48334/ | ||
|
||
[![Build Status](https://travis-ci.org/mattboy9921/SkipNight.svg?branch=master)](https://travis-ci.org/mattboy9921/SkipNight) | ||
|
||
**Commands** | ||
- `/skipnight` - Starts vote to skip the night. | ||
- `/skipday` - Starts a vote to skip the day. | ||
|
||
**Permissions** | ||
- `skipnight.vote` - Allows player to start vote, vote and be counted in vote. | ||
|
||
Tested working on Paper 1.13.2. | ||
**Configuration** | ||
- `skipnight` - Set to `true` to allow skipping the night. | ||
- `skipday` - Set to `true` to allow skipping the day. | ||
|
||
Tested working on Paper 1.13.2 - 1.14.4. | ||
|
||
Special thanks to RoyCurtis, iamliammckimm, CRX VrynzX, Scarsz, and Aikar! |