Skip to content

Resource Pack

LOOHP edited this page Jun 25, 2023 · 55 revisions

Exceptions

InteractiveChat-DiscordSRV-Addon loads all resources (including but not limited to textures, models, and fonts) directly from resource pack assets, with the exception of the following:

  • Certain GUIs

The above mentioned, as well as (including but not limited to) certain built-in block entities (like chests, and conduits), can still be customized via resource packs but they will not be at the normal vanilla Minecraft resource location. The assets of these resources are located in one of these folders:

  • assets/minecraft/textures/interactivechatdiscordsrvaddon
  • assets/minecraft/models/interactivechatdiscordsrvaddon

Installation

InteractiveChat-DiscordSRV-Addon supports resource pack loading since 4.1.0. Here are the steps to install your own resource pack.
In this example I will be installing the Faithful 32x resource pack for Minecraft 1.18

These steps work on InteractiveChat-DiscordSRV-Addon version 4.1.1.5 or above

Step 1

Put your resource pack in the plugins/InteractiveChatDiscordSrvAddon/resourcepacks folder

Here I have named my resource pack 1.18.zip

Both folders and zip files are supported.

Image1

Step 2

Put the name of your resource pack into the InteractiveChatDiscordSrvAddon config

Resources:
  Order:
    - "1.18.zip"

If you have multiple resource packs, the Order list behaves exactly like how it works in the game, ones at the top take precedence over the ones at the bottom.

Step 3

Apply the changes

Either restart your server or run /icd reloadconfig and then /icd reloadtexture (Execution order matters!)

Step 4

Give it a try!

Image2

Troubleshooting

If you want to check which pack is installed and which pack is loaded correctly, you can run the command /icd status

Image3
You can hover over each of the packs to see their descriptions or a short reason why it failed to load.

Successfully loaded resource packs will be shown in green, if there is a problem, it will be shown in red.
If it is in red, you should take a look at the console output for errors.
An error in the console during resource pack load does not necessarily means your pack failed to load.