gearConfig

Basic description of the config file.

Lang

Specifies the language file that the plugin will use. By default, only the 'EN, DE, ES, FR, TR, ZHCN' file is available. To add more languages, duplicate and edit the YAML files in the Langs folder.

# Currently supports: EN, DE, ES, FR, TR, ZHCN
language: EN

Settings

Plugin settings such as API keys, default skins, etc.

# Base URL for texture API requests
web-url: HIDDEN
# Secret key used for authenticating API requests
web-secret: LICENSE_KEY_HERE
# Default skin name to use if none is set
default-skin: Steve
# Secret key used for integration with MineSkin API
# If you want to use your own MineSkin API, you can get your own secret key from https://account.mineskin.org/keys/
mine-skin-secret: HIDDEN

Thread Settings

These settings are used to configure the thread pool for the plugin

Wardrobe Settings

Settings for the wardrobe feature

Last updated