MineBot Plugin API
MineBot Plugin API
Introduction
Quick Start
Examples
Start Plugins
Request Plugins
Macro Component Additions
Botting Command Additions
BotViewer Additions
Base Extension
Chat Command Based Extension
API
Events
Context
Utility
BotViewer Additions
Plugins can extend bot viewer's functionallity. This can be achived in two ways: Base Extensions, which run as soon as the user connects to the server, and Chat Command Based Extensions.
Here are the articles in this section:
Base Extension
Base extensions for the Bot Viewer get called as soon as the user connects to the bot's server.
Chat Command Based Extension
These chat commands can be discovered through the !help command. Chat Command Based Extensions get invoked once the user...
Examples - Previous
Botting Command Additions
Next
Base Extension
Last updated
8 months ago