Описание
# 🎨 MinecraftHelden Texturepack Setup
## 🇩🇪 Anleitung (Deutsch)
Dieses Texturepack ist das TexturePack für mein zweites [Helden Plugin](https://modrinth.com/plugin/helden-plugin), was für bis zu 16 Herzen Kompatibel ist.
Man kann es nutzen als Client für andere Herzen oder auf dem Server, damit alle das richtige Theme haben.
Alle Themes und das Helden Plugin siehst du [hier](https://modrinth.com/collection/R05MbK0R).
1. **Datei einfügen**
Kopiere dein Texturepack (z. B. `texturepack.zip`) in den Ordner:
**plugins/MinecraftHelden**
2. **Config anpassen**
Öffne die Datei:
**plugins/MinecraftHelden/config.yml**
und überprüfe den folgenden Abschnitt:
```yaml
# ==== Texturepack ====
texturepack:
force-on-join: true
default-pack: "texturepack.zip"
port: 8080
```
👉 Ändere default-pack: auf den Namen des Texturepacks
3. **Server neu starten**
Starte deinen Server neu, damit das Texturepack automatisch geladen wird.
🧩 **Hinweis**
Achte darauf, dass der Dateiname exakt übereinstimmt (Groß-/Kleinschreibung beachten!) und dass der Port (Standard: `8080`) nicht von einer Firewall blockiert wird.
---
## 🇬🇧 Instructions (English)
This texture pack is the texture pack for my second [Helden Plugin](https://modrinth.com/plugin/helden-plugin), which is compatible with up to 16 hearts.
You can use it as a client for other hearts or on the server so that everyone has the right theme.
You can see all themes and the Hero Plugin [here](https://modrinth.com/collection/R05MbK0R).
1. **Add your texture pack**
Copy your texture pack (e.g. `texturepack.zip`) into the folder:
**plugins/MinecraftHelden**
2. **Edit the config**
Open the file:
**plugins/MinecraftHeroes/config.yml**
and check the following section:
```yaml
# ==== Texture pack ====
texturepack:
force-on-join: true
default-pack: “texturepack.zip”
port: 8080
```
👉 Change default-pack: to the name of the texture pack
3. **Restart your server**
Restart your server so the texture pack will load automatically.
🧩 **Note**
Make sure that the file name matches exactly (case sensitive!) and that the port (default: `8080`) is not blocked by a firewall.