From 55149483c87ef721b142a2ac4238ae0b654d086e Mon Sep 17 00:00:00 2001 From: clickednebula3 Date: Sun, 23 Apr 2023 17:07:22 +0300 Subject: [PATCH] Update plugin.yml --- example-plugin/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-plugin/src/main/resources/plugin.yml b/example-plugin/src/main/resources/plugin.yml index f92e69b..f38c610 100644 --- a/example-plugin/src/main/resources/plugin.yml +++ b/example-plugin/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ${name} author: srnyx -description: Plugin to test/give an example of AnnoyingAPI +description: Plugin to test/give an example use of AnnoyingAPI website: https://srnyx.xyz main: xyz.srnyx.annoyingexample.ExamplePlugin