Table of Contents

Class Plugins

Namespace
Exiled.Events.Commands.Reload
Assembly
Exiled.Events.dll

The reload plugins command.

[CommandHandler(typeof(Reload))]
public class Plugins : ICommand
Inheritance
Plugins
Implements
ICommand
Inherited Members
Extension Methods

Properties

Aliases

public string[] Aliases { get; }

Property Value

string[]

Command

public string Command { get; }

Property Value

string

Description

public string Description { get; }

Property Value

string

Instance

Gets static instance of the Plugins command.

public static Plugins Instance { get; }

Property Value

Plugins

Methods

Execute(ArraySegment<string>, ICommandSender, out string)

public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)

Parameters

arguments ArraySegment<string>
sender ICommandSender
response string

Returns

bool