> ## 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/65ef1b4e35f8a400/3c69cded-4118-4c85-8c90-60237a_7bsuhq.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/1d4c46921ecdb900/582f5004-41c0-4e51-b508-22d337_1os7u2y.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/4036675f1ccbdc00/2fb9e7d0-41db-40e6-ab8e-82ff0b_236ecq.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/adff9a64ae656000/3b5b3e10-0094-4b02-91b8-464e4a_cnk1eg.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/221c3e0f41cede00/9f5aafb6-8597-4b2e-9504-795235_gcy302.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/c462aba898875800/81c64a1a-6c67-43e7-9539-d8f89d_1jn2187.png)

---

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

![Start Your Server](https://storage.crisp.chat/users/helpdesk/website/47354de61a521000/46eaa6a2-f986-4015-9956-14e75e_1cc28uz.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/)