From 28c0905362bcaf6a2fe2d7ba297ade1d945c2e91 Mon Sep 17 00:00:00 2001 From: Kiri <56218513+kiriDevs@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:59:59 +0000 Subject: [PATCH] style: Fix yamllint problems in YAML files --- pom.xml | 4 ++-- src/main/resources/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1b9aa13..edc6edc 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,8 @@ - If you have a better way to accomplish this, please implement it --> - This plugin is the difference between a regular Minecraft Server and a - kiriSMP! + This plugin is the difference between a regular Minecraft Server + and a kiriSMP! https://github.com/kiriDevs/ksmpplugin diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6c9eeba..d56d90c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,4 +8,4 @@ api-version: ${minecraft.apiVersion} author: kiriDevs description: ${project.description} -website: ${project.scm.url} \ No newline at end of file +website: ${project.scm.url}