Table of Contents

Class Config

Namespace
Exiled.CustomItems
Assembly
Exiled.CustomItems.dll

The plugin's config class.

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

Properties

Debug

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

public bool Debug { get; set; }

Property Value

bool

IsEnabled

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

public bool IsEnabled { get; set; }

Property Value

bool

PickedUpHint

Gets the hint that is shown when someone pickups a CustomItem.

public Broadcast PickedUpHint { get; }

Property Value

Broadcast

SelectedHint

Gets the hint that is shown when someone pickups a CustomItem.

public Broadcast SelectedHint { get; }

Property Value

Broadcast