> ## 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/3398d83584cfea00/eab618aa-6014-46a5-b492-969621_1rsku50.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/a6dd14cb2249f000/937c2dfd-a9df-4d92-8d3f-27503a_1fb35gh.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/8604cbb81d2d4000/fa28f952-7459-479e-901b-3ae5e7_1pw5qne.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/84597e31f55b5800/de035cae-ba61-435a-b831-67d308_1x3rv5x.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/6d333962c86fa000/42558cd2-d361-4218-95de-f18a06_1hj778f.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/4a6a495f9cebec00/fc7755ee-fd97-4591-a024-d0dcd0_1v03bcn.png)

---

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

![Start Your Server](https://storage.crisp.chat/users/helpdesk/website/8675ee504b911800/be1d0019-68b2-40d9-956a-52be39_1ndqo0b.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/)