Main config (config.yml)
/plugins/SlimefunTranslation/config.yml
auto-update: true
debug: false
language-mappings:
en-US: en
zh-Hans: zh-CN
zh-Hant: zh-TW
partial-override-materials:
- "sft:helmet"
- "sft:chestplate"
- "sft:leggings"
- "sft:boots"
- "sft:hand_slot"
disabled-items: []
| Field | Description | Default | Available values |
|---|---|---|---|
auto-update | Whether to enable auto update. | true | true/false |
debug | Whether to print debug messages in console. | true | true/false |
language-mappings | The language mappings, used to map the language code into the ones Slimefun uses. In the example, en-US will be treated as en. | Source language: Target language pairs. | |
partial-override-materials | A list of materials which the translation on the items only overrides | Armor, weapons and tools. | For minecraft materials, minecraft:<material>. For tags, sft:<tag>. |
disabled-items | A list of items that will not be translated. | Slimefun item IDs |