Table of Contents

Class Config

Namespace
Exiled.CustomRoles
Assembly
Exiled.CustomRoles.dll

The plugin's config.

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

Properties

ActivateOnlySelected

Gets or sets a value indicating whether abilities that are not the keypress primary can still be activated.

public bool ActivateOnlySelected { get; set; }

Property Value

bool

Debug

Gets or sets a value indicating whether debug messages should be printed to the console.

public bool Debug { get; set; }

Property Value

bool

bool.

FailedActionHint

Gets or sets the hint that is shown when someone fails to use a ActiveAbility.

public Broadcast FailedActionHint { get; set; }

Property Value

Broadcast

GotRoleHint

Gets the hint that is shown when someone gets a CustomRole.

public Broadcast GotRoleHint { get; }

Property Value

Broadcast

IsEnabled

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

public bool IsEnabled { get; set; }

Property Value

bool

SwitchedAbilityHint

Gets or sets the hint that is shown when someone switches their selected ActiveAbility.

public Broadcast SwitchedAbilityHint { get; set; }

Property Value

Broadcast

UseKeypressActivation

Gets or sets a value indicating whether keypress ability activations can be used on the server.

public bool UseKeypressActivation { get; set; }

Property Value

bool

UsedAbilityHint

Gets the hint that is shown when someone used an ActiveAbility.

public Broadcast UsedAbilityHint { get; }

Property Value

Broadcast