Class Config
Defines the contract for basic config features.
public sealed class Config : IConfig
- Inheritance
-
Config
- Implements
- Inherited Members
- Extension Methods
Properties
CanFlashbangsAffectThrower
Gets or sets a value indicating whether flashbangs flash original thrower.
public bool CanFlashbangsAffectThrower { get; set; }
Property Value
CanKeycardThrowAffectDoors
Gets or sets a value indicating whether keycard throw can affect basic doors.
public bool CanKeycardThrowAffectDoors { get; set; }
Property Value
CanScp049SenseTutorial
Gets or sets a value indicating whether SCP-049 can activate the sense ability on tutorials.
public bool CanScp049SenseTutorial { get; set; }
Property Value
CanSpawnBlood
Gets or sets a value indicating whether the blood can be spawned.
public bool CanSpawnBlood { get; set; }
Property Value
CanTutorialBlockScp173
Gets or sets a value indicating whether SCP-173 can be blocked by the tutorial.
public bool CanTutorialBlockScp173 { get; set; }
Property Value
CanTutorialTriggerScp096
Gets or sets a value indicating whether SCP-096 can be triggered by the tutorial.
public bool CanTutorialTriggerScp096 { get; set; }
Property Value
Debug
Gets or sets a value indicating whether debug messages should be displayed in the console.
public bool Debug { get; set; }
Property Value
IsEnabled
Gets or sets a value indicating whether the plugin is enabled.
public bool IsEnabled { get; set; }
Property Value
IsNameTrackingEnabled
Gets or sets a value indicating whether the name tracking (invisible EXILED version string added to the end of the server name) is enabled or not.
public bool IsNameTrackingEnabled { get; set; }
Property Value
LogRaCommands
Gets or sets a value indicating whether to log RA commands.
public bool LogRaCommands { get; set; }
Property Value
RecontainScp079IfNoScpsLeft
Gets or sets a value indicating whether the SCP079 will recontained if there are no SCPs left.
public bool RecontainScp079IfNoScpsLeft { get; set; }
Property Value
ShouldDropInventory
Gets or sets a value indicating whether the inventory should be dropped before being set as spectator, through commands or plugins.
public bool ShouldDropInventory { get; set; }
Property Value
ShouldLogBans
Gets a value indicating whether bans should be logged.
public bool ShouldLogBans { get; }
Property Value
ShouldReloadConfigsAtRoundRestart
Gets or sets a value indicating whether configs has to be reloaded every time a round restarts.
public bool ShouldReloadConfigsAtRoundRestart { get; set; }
Property Value
ShouldReloadTranslationsAtRoundRestart
Gets or sets a value indicating whether translations has to be reloaded every time a round restarts.
public bool ShouldReloadTranslationsAtRoundRestart { get; set; }
Property Value
TutorialAffectedByScp939AmnesticCloud
Gets or sets a value indicating whether Tutorial is affected by Scp-939 Amnestic Cloud.
public bool TutorialAffectedByScp939AmnesticCloud { get; set; }
Property Value
TutorialNotAffectedByScp079Scan
Gets or sets a value indicating whether tutorial is affected by SCP-079 scan.
public bool TutorialNotAffectedByScp079Scan { get; set; }
Property Value
UseDynamicPatching
Gets or sets a value indicating whether events are only patched if they have delegates subscribed to them.
public bool UseDynamicPatching { get; set; }