update readme

This commit is contained in:
1e99 2024-12-01 20:56:21 +01:00
parent 0b9aae28f7
commit c7ac69e7e8
2 changed files with 19 additions and 1 deletions

View file

@ -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.

View file

@ -17,7 +17,7 @@ dependencies {
}
tasks.shadowJar {
archiveFileName = "resourcepacker-${version}.jar"
archiveFileName = "resourcepacker-paper-${version}.jar"
}
tasks.processResources {