The Counter plugin allows for users to define counter commands at runtime.
Formats a message by a string pattern, replacing select keywords with more helpful values.
Reads and writes the file of persistent counters to disk, ensuring that it's there and properly formatted.
Loads Counters from disk.
Manages runtime counters (adding, removing and listing).
Allows users to increment, decrement, and set counters.
Populate the counters array after we have successfully logged onto the server.
Reloads counters from disk.
Saves Counters to disk in JSON format.
Performs self-tests against another bot.
Embodiment of a counter. Literally just a number with some ancillary metadata.
All Counter plugin settings aggregated.
A simple counter plugin.
Allows you to define runtime !word counters that you can increment, decrement or assign specific values to. This can be used to track deaths in video games, for instance.