> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ggservers.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Add a Texture Pack to Your Dynmap

![](https://storage.crisp.chat/users/helpdesk/website/f665bb0718d47000/f03d0249-61fc-4c18-8601-a85325_19rznt1.png)

This guide will help you add a texture pack to your Dynmap web editor.  
---

# 📝 What Is Dynmap 📝

Dynmap is an add-on for your server which will provide you with a fully rendered image of your actual Minecraft world that is accessible to all players.

Dynmap can be found as a plugin or as a mod. You need to choose between those depending on which server type you are running.

||| [Here](https://help.ggservers.com/en-us/article/how-to-set-up-and-configure-dynmap-1mj0qtk/) you can find our guide for setting up Dynmap on your server.  
> You can find more about it in the official [Dynmap Github wiki](https://github.com/webbukkit/dynmap/wiki).

You can also add a texture pack to your Dynmap web editor to improve the map's appearance for all players.  
---

# ✔️ How to Add a Texture Pack to Dynmap ✔️

You will have to first select a desired texture pack to add to your Dynmap web editor.

After you downloaded it, you can proceed with the following steps:

1. Log in to your Multicraft panel [here](https://mc.ggservers.com/site/login) and stop your server.

![Stop Your Server](https://storage.crisp.chat/users/helpdesk/website/ebe3252fae870800/58ab6c8b-c87c-4da1-aa4a-f9c64e_1ys6k7d.png)

---

2. Use FileZilla to upload your pack to your server's Dynmap `texturepack` folder. The folder is located in your `dynmap` folder.

||| [Here](https://help.ggservers.com/en-us/article/how-to-connect-to-your-server-using-filezilla-yl0q5r/) is our guide for using FileZilla.

![Upload Texture Pack](https://storage.crisp.chat/users/helpdesk/website/16a365a762418000/e9be0aa5-c66e-45e0-868a-f791d2_3ia2t5.png)

---

3. Go back to your server Multicraft page and use the FTP file access to open the `shaders.txt` inside the `dynmap` folder.

||| [Here](https://help.ggservers.com/en-us/article/how-to-access-your-minecraft-server-files-via-ftp-18ealdp/) is our guide for using the FTP file access.

![shaders.txt](https://storage.crisp.chat/users/helpdesk/website/192807adbbbcb900/9754f2a9-a160-4886-b77f-298ce1_igx3gu.png)

---

4. Delete the file content, then add the following:

```
shaders:

- class: org.dynmap.hdmap.TexturePackHDShader

name: stdtexture 
    texturepack: (TexturePack Name)
```

![](https://storage.crisp.chat/users/helpdesk/website/8560a504714c4800/6823a46e-d428-44b2-a5d5-050c20_13td6lx.png)

---

5. After `texturepack:` add the full name of your texture pack. Example: `texturepack: derpswen-derpware-e391.zip`.

![](https://storage.crisp.chat/users/helpdesk/website/6d53a19cae6fd800/8517e03c-474b-4c31-ba94-925b35_3bkctn.png)

---

6. You can now open your server by clicking the `Start` button.

![Start Your Server](https://storage.crisp.chat/users/helpdesk/website/cfbd5e40c2e08000/6b58d412-2148-4fbd-ad95-b91332_xptv0s.png)

---

7. For the changes to take place in the web editor, you will have to use again the `/dynmap fullrender worldname` command, replacing `worldname` with your actual world folder name.

![](https://storage.crisp.chat/users/helpdesk/website/ba33bb39ceb6d800/51_19d9wi5.png)

---

| If you find any issues, contact us on live chat or via the [ticket system](https://help.ggservers.com/en-us/article/how-to-open-a-support-ticket-qjzuyd/).  
---

# ❕Useful Links❕

- [How to Install Plugins on Your Server](https://help.ggservers.com/en-us/article/how-to-install-plugins-on-your-server-1yxw90a/)  
- [Recommended Minecraft Plugins](https://help.ggservers.com/en-us/article/recommended-minecraft-plugins-f0k0g9/)  
- [Implement a Custom Resource/Texture Pack In Your Server](https://help.ggservers.com/en-us/article/implement-a-custom-resourcetexture-pack-in-your-server-gx8viz/)