From e8c7953d84cd1a8dcb59b74174494c38e2096036 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 17 Jan 2025 22:34:01 +0000 Subject: [PATCH] feat: add the discord link to teh base image --- plugins/essentialsx-discord.pw.toml | 15 +++++++++++++++ plugins/essentialsx.pw.toml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 plugins/essentialsx-discord.pw.toml create mode 100644 plugins/essentialsx.pw.toml diff --git a/plugins/essentialsx-discord.pw.toml b/plugins/essentialsx-discord.pw.toml new file mode 100644 index 0000000..d63d640 --- /dev/null +++ b/plugins/essentialsx-discord.pw.toml @@ -0,0 +1,15 @@ +name = "Essentials" +filename = "EssentialsXDiscord-2.20.1.jar" +side = "both" + +[download] +url = "https://github.com/EssentialsX/Essentials/releases/download/2.20.1/EssentialsXDiscord-2.20.1.jar" +hash-format = "sha256" +hash = "dd73439d4b1a7d6abfe7d1024bee392f1c8769c0090b95feef2e4845a209dcac" + +[update] +[update.github] +branch = "2.x" +regex = "EssentialsXDiscord-.*" +slug = "EssentialsX/Essentials" +tag = "2.20.1" diff --git a/plugins/essentialsx.pw.toml b/plugins/essentialsx.pw.toml new file mode 100644 index 0000000..dde9e3f --- /dev/null +++ b/plugins/essentialsx.pw.toml @@ -0,0 +1,15 @@ +name = "Essentials" +filename = "EssentialsX-2.20.1.jar" +side = "both" + +[download] +url = "https://github.com/EssentialsX/Essentials/releases/download/2.20.1/EssentialsX-2.20.1.jar" +hash-format = "sha256" +hash = "802ea30bda460ca4597e818925816933c123b08d8126a814fac28d03a61bf542" + +[update] +[update.github] +branch = "2.x" +regex = "EssentialsX-.*" +slug = "EssentialsX/Essentials" +tag = "2.20.1"