From 34e053cdb32f8d5f0878cd3f6d0648744c89e347 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Mon, 6 Nov 2023 20:31:58 -0500 Subject: [PATCH] Add README file and fix plugin.yml website link --- README.md | 1 + src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..902fbd2 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# $REPO_NAME \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c35cd41..504c313 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,5 +3,5 @@ version: 1.0.0 main: net.fifitido.${REPO_NAME_SNAKE}.${REPO_NAME_PASCAL} description: ${REPO_DESCRIPTION} author: ${REPO_OWNER} -website: ${REPO_LINK} +website: https://git.fifitido.net${REPO_LINK} api-version: '1.20' \ No newline at end of file