From c7ac69e7e8bfd2c2c7efa032727cb2881c856c34 Mon Sep 17 00:00:00 2001 From: 1e99 Date: Sun, 1 Dec 2024 20:56:21 +0100 Subject: [PATCH] update readme --- README.md | 18 ++++++++++++++++++ client-paper/build.gradle | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f0d3e..e9bc194 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ # ResourcePacker +[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/NuGxJKtDKS) + +Did you ever run into the annoyance of needing to upload resourcepacks to your MC server? + +You want to upload it to dropbox, but there you need to update the download link every time. + +You want to use your own file server, but you still need to update the SHA-1 hash on every update. + +You want to upload it to github, but you don't feel like sharing the code to your resource pack. + +ResourcePacker solves this issue by letting you to drag-and-drop resource packs into a folder and players will receive them automatically. + +## Setup +Setting up ResourcePacker is as simple as it can get: +1. Download the latest release from the [releases](https://git.1e99.eu/1e99/resourcepacker/releases) page. +2. Drag and drop the JAR file into your plugins folder. +3. Restart your server. +4. Drag and drop your resource packs into the `plugins/ResourcePacker/resourcepacks` folder. diff --git a/client-paper/build.gradle b/client-paper/build.gradle index 012bf8e..6c9f7d4 100644 --- a/client-paper/build.gradle +++ b/client-paper/build.gradle @@ -17,7 +17,7 @@ dependencies { } tasks.shadowJar { - archiveFileName = "resourcepacker-${version}.jar" + archiveFileName = "resourcepacker-paper-${version}.jar" } tasks.processResources {