> ## 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/ba33bb39ceb6d800/banner10_1mgbruh.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/ba33bb39ceb6d800/1_1ursht6.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/ba33bb39ceb6d800/1_w9bv0b.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/ba33bb39ceb6d800/2_s7slvh.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/ba33bb39ceb6d800/4_1u2yc95.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/ba33bb39ceb6d800/3_1d6bu13.png)

---

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

![Start Your Server](https://storage.crisp.chat/users/helpdesk/website/ba33bb39ceb6d800/5_449wta.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/)