B2S.Server Plugin Interface
Interface library for B2S.Server plugins
|
Go to: Overview |
The B2SServerPluginInterface.dll can be downloaded as follows:
The source code of the B2SServerPluginInterface.dll can be aquired from GitHub https://github.com/DirectOutput/B2SServerPluginInterface.
If you are planning to implement your own plugin, do NOT use a self compiled version of the interface dll. Download the binary version to avoid compatibility issues.
Use the dll to implement your own B2S.Server plugin. The first steps are:
More information on using the B2SServerPluginInterface.dll to create your own plugins can be found in the B2S.Server Sample Plugin project.