diff --git a/README.md b/README.md index ad70a71..9ed359e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle b/build.gradle index e283a17..31ca9a7 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group 'net.simplyvanilla' -version '0.1.0' +version '0.2.0' java { toolchain.languageVersion.set(JavaLanguageVersion.of(17)) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 8ad4c73..b43469e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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