Apoc
Well-Known Member
- Joined
- Jan 16, 2010
- Messages
- 2,790
- Reaction score
- 94
The whole point of this plugin; is to give developers a 'quick start' and somewhat modular way to implement monitoring plugins.
I've included an example monitor module (PlayerMonitor) and an example output module.
Note; this is totally useless without an output module, so if you're not a developer, you won't find any use from this.
The code is there for input handling (sort of), but it's not made use of currently. Eventually when I have more time, I'll come back to this, and clean it up, and make it better. But until then, developers have an easy way to create monitors, and output modules that you can swap in and out fairly easily.
If you have API questions, feel free to ask. It's fairly self explanatory however.
I've included an example monitor module (PlayerMonitor) and an example output module.
Note; this is totally useless without an output module, so if you're not a developer, you won't find any use from this.
The code is there for input handling (sort of), but it's not made use of currently. Eventually when I have more time, I'll come back to this, and clean it up, and make it better. But until then, developers have an easy way to create monitors, and output modules that you can swap in and out fairly easily.
If you have API questions, feel free to ask. It's fairly self explanatory however.