-
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.
- Loading branch information
1 parent
4571a04
commit c01e76e
Showing
3 changed files
with
7 additions
and
3 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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# SimplyVotifier | ||
|
||
[![Build and Publish](https://github.com/SimplyVanilla/SimplyVotifier/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/SimplyVanilla/SimplyVotifier/actions/workflows/build-and-publish.yml) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/SimplyVanilla/SimplyVotifier/badge.svg)](https://snyk.io/test/github/SimplyVanilla/SimplyVotifier) | ||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SimplyVanilla_SimplyVotifier&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SimplyVanilla_SimplyVotifier) | ||
|
||
SimplyVotifier is a simple and easy to use Votifier listener plugin for PaperMC/Folia servers, originally forked from | ||
[VotifierPlus](https://github.com/BenCodez/VotifierPlus) by BenCodez. |
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
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,9 +1,9 @@ | ||
main: net.simplyvanilla.simplyvotifier.SimplyVotifier | ||
name: SimplyVotifier | ||
description: A plugin that gets notified when votes are made for the server on toplists. | ||
description: A plugin that gets notified when votes are made for the server on top-lists. | ||
version: @version@ | ||
api-version: 1.19 | ||
|
||
author: Simply Vanilla | ||
website: https://github.com/SimplyVanilla/SimplyChat | ||
website: https://github.com/SimplyVanilla/SimplyVotifier | ||
folia-supported: true |