RemovePlugin

Removes a plugin that has been unloaded at runtime.

@serverbound
struct RemovePlugin {}

Members

Mixins

__anonymous
mixin IO!(id)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
id
uint id;

Plugin's id given in the NodeInfo packet or in the AddPlugin packet.

Meta