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
IsEnabled
Gets or sets a value indicating whether the plugin is enabled.
public bool IsEnabled { get; set; }
Property Value
PickedUpHint
Gets the hint that is shown when someone pickups a CustomItem.
public Broadcast PickedUpHint { get; }
Property Value
SelectedHint
Gets the hint that is shown when someone pickups a CustomItem.
public Broadcast SelectedHint { get; }