Table of Contents

Class Config

Namespace
Exiled.Loader
Assembly
Exiled.Loader.dll

The configs of the loader.

public sealed class Config : IConfig
Inheritance
Config
Implements
Inherited Members
Extension Methods

Properties

ConfigType

Gets or sets the config files distribution type.

public ConfigType ConfigType { get; set; }

Property Value

ConfigType

Debug

Gets or sets a value indicating whether debug messages should be displayed in the console.

public bool Debug { get; set; }

Property Value

bool

EnableAutoUpdates

Gets or sets a value indicating whether Exiled should auto-update itself as soon as a new release is available.

public bool EnableAutoUpdates { get; set; }

Property Value

bool

Environment

Gets or sets the environment type.

public EnvironmentType Environment { get; set; }

Property Value

EnvironmentType

ExcludeAssemblies

Gets or sets which assemblies should be excluded from the update.

public string[] ExcludeAssemblies { get; set; }

Property Value

string[]

ExiledDirectoryPath

Gets or sets the Exiled directory path from which plugins will be loaded.

public string ExiledDirectoryPath { get; set; }

Property Value

string

IsEnabled

Gets or sets a value indicating whether the plugin is enabled.

public bool IsEnabled { get; set; }

Property Value

bool

MultiLineScalarStyle

Gets or sets the quotes wrapper type.

public ScalarStyle MultiLineScalarStyle { get; set; }

Property Value

ScalarStyle

ScalarStyle

Gets or sets the quotes wrapper type.

public ScalarStyle ScalarStyle { get; set; }

Property Value

ScalarStyle

ShouldDownloadTestingReleases

Gets or sets a value indicating whether testing releases have to be downloaded.

public bool ShouldDownloadTestingReleases { get; set; }

Property Value

bool

ShouldLoadOutdatedExiled

Gets or sets a value indicating whether outdated Exiled versions should be loaded.

public bool ShouldLoadOutdatedExiled { get; set; }

Property Value

bool

ShouldLoadOutdatedPlugins

Gets or sets a value indicating whether outdated plugins should be loaded.

public bool ShouldLoadOutdatedPlugins { get; set; }

Property Value

bool