> ## 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/76981b5e54028c00/5e046a66-08c9-4e7e-bbb8-e632a7_z4tv33.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/6c7d3920988a7000/2f7da771-0ea8-4271-981f-a588d6_1t1on6x.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/76460e9717e7f400/63c08c4b-95e1-410f-9801-da9ece_v7oao9.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/d8a82de52e171800/5f349ff5-34b3-40fc-b29a-250948_tus4ee.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/41dcf929cd51f800/d51eece4-6929-42c8-b89e-3679d5_f7ktll.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/860e64c0a9e3d800/6f040ab8-7540-49dc-be94-9d0d86_6b9rdh.png)

---

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

![Start Your Server](https://storage.crisp.chat/users/helpdesk/website/f5c7950c53362800/e680c8bc-31b6-40a7-881c-0e1337_18gqkih.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/)