To put it in a simple way, the plugin provides command wrappers that can only be used by authenticated users, through aliases, in private messages .
The JMX plugin adds JMX support to bot. It registers JMX MBeans that are accessible to the bot using aliases. All MBeans exposed to JerkBot can be managed using JConsole.
The JMX plugin provides the jmx command.
The following command reads the PollingInterval value of the feeds object :
jmx feeds.PollingInterval
With the default settings the bot will answer
300
The following command changes the PollingInterval attribute of the feeds object :
jmx feeds.PollingInterval=800
The bot will answer
Operation Successfull!