From 70bf25cd72e4c3bacf28e8eca8fb18054cf16787 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Mon, 28 Apr 2025 14:29:03 +0200 Subject: [PATCH] new link and readme.md --- readme.md | 6 ++++++ src/main/resources/config.yml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d8818b2 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# Discord Kotlin Plugin (Paper 1.21.5) +This Plugin is made for easy Discord Join via the +``` +/discord +``` +Command ; This command uses a link that is specified in the config.yml in the resources folder in the src; using maven compile \ No newline at end of file diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index d29d341..f6decaf 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,2 +1,3 @@ # Your Discord Server Link goes here! -discord-link: "https://discord.gg/rgNPnRD6wt" + # This is just my ServerLink +discord-link: "https://discord.gg/FZeY7Bx7Fv" \ No newline at end of file