Interface IServerPlugin
Base interface for all server plugins.
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IServerPlugin
Methods
GetCategory()
Returns the category string associated with this plugin. Used in Server UI sorting.
Declaration
string GetCategory()
Returns
Type | Description |
---|---|
System.String |
GetStatus()
Returns the current status string for displaying in the Server's console.
Declaration
string GetStatus()
Returns
Type | Description |
---|---|
System.String |