> For the complete documentation index, see [llms.txt](https://sebun1.gitbook.io/skins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sebun1.gitbook.io/skins/plugin/plugin-config.md).

# Plugin Config

## (1) Skin Management

{% hint style="warning" %}
It is recommended to keep all settings in this section the default values.\
You should not change values in this section unless you know what you are doing.
{% endhint %}

<table><thead><tr><th width="272">Setting</th><th width="96">Default</th><th>What it does</th></tr></thead><tbody><tr><td>Move Per-Profile Skins to Global Folder on Game Launch</td><td><code>True</code></td><td>Moves skin groups located in the <a href="/pages/AzHDYZ1pcLRwHRvQ7sWo#per-profile-skins-folder">per-profile skins folder</a> to the <a href="/pages/AzHDYZ1pcLRwHRvQ7sWo#data-folder">global skins folder</a> if possible.</td></tr><tr><td>Do Not Normalize Skin Folder Names</td><td><code>False</code></td><td>Disables <a data-mention href="/pages/A3lYYw4lotcHcnjnBsie#folder-normalization">/pages/A3lYYw4lotcHcnjnBsie#folder-normalization</a>.</td></tr></tbody></table>

{% hint style="info" %}
Folder normalization is performed before the move.
{% endhint %}

## (Y) Data

<table><thead><tr><th width="204.5">Setting</th><th width="99.5">Default</th><th>What it does</th></tr></thead><tbody><tr><td>Dump Player Gear Tree</td><td><code>False</code></td><td>Produces a indented tree-structure dump of all the gear and information about the parts into a easy to read format. The actual usage of this information is superseded by what's generated in the <a href="/pages/AzHDYZ1pcLRwHRvQ7sWo#data-folder">internal gear dump file</a>.</td></tr></tbody></table>

## (Z) Dev

<table><thead><tr><th width="206">Setting</th><th width="97">Default</th><th>What it does</th></tr></thead><tbody><tr><td>Enable Hot Reload Key</td><td><code>False</code></td><td>Whether to enable hot-reload by hotkey.</td></tr><tr><td>Hot Reload Key</td><td><kbd>F7</kbd></td><td>The keybind that will trigger a hot reload when 'Enable Hot Reload Key' is set to true.</td></tr><tr><td>Enable Debug Logs</td><td><code>False</code></td><td>Enables debug logging. Used for development purposes.<br>This will increase the amount of logs significantly!</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sebun1.gitbook.io/skins/plugin/plugin-config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
