Class Config
The configs of the loader.
Inheritance
System.Object
Config
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Loader
Assembly: Exiled.Loader.dll
Syntax
public sealed class Config : IConfig
Properties
| Improve this Doc View SourceConfigType
Gets or sets the config files distribution type.
Declaration
public ConfigType ConfigType { get; set; }
Property Value
Type | Description |
---|---|
ConfigType |
Debug
Declaration
public bool Debug { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableAutoUpdates
Gets or sets a value indicating whether Exiled should auto-update itself as soon as a new release is available.
Declaration
public bool EnableAutoUpdates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Environment
Gets or sets the environment type.
Declaration
public EnvironmentType Environment { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentType |
ExcludeAssemblies
Gets or sets which assemblies should be excluded from the update.
Declaration
public string[] ExcludeAssemblies { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ExiledDirectoryPath
Gets or sets the Exiled directory path from which plugins will be loaded.
Declaration
public string ExiledDirectoryPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MultiLineScalarStyle
Gets or sets the quotes wrapper type.
Declaration
public ScalarStyle MultiLineScalarStyle { get; set; }
Property Value
Type | Description |
---|---|
YamlDotNet.Core.ScalarStyle |
ScalarStyle
Gets or sets the quotes wrapper type.
Declaration
public ScalarStyle ScalarStyle { get; set; }
Property Value
Type | Description |
---|---|
YamlDotNet.Core.ScalarStyle |
ShouldDownloadTestingReleases
Gets or sets a value indicating whether testing releases have to be downloaded or not.
Declaration
public bool ShouldDownloadTestingReleases { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShouldLoadOutdatedExiled
Gets or sets a value indicating whether outdated Exiled versions should be loaded or not.
Declaration
public bool ShouldLoadOutdatedExiled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShouldLoadOutdatedPlugins
Gets or sets a value indicating whether outdated plugins should be loaded or not.
Declaration
public bool ShouldLoadOutdatedPlugins { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |