Crate mcvm_plugin

Source
Expand description

This library is used by both MCVM to load plugins, and as a framework for defining Rust plugins for MCVM to use

Modules§

api
API for Rust-based plugins to use
hooks
Plugin hooks and their definitions
output
Serialized output format for plugins
plugin
Plugins

Structs§

PluginManager
A manager for plugins that is used to call their hooks