Three things bots do on their own. All three are Pro, and all three start switched off.
Turn one on once its commands match what your server actually runs. Each one drives another plugin, so a wrong command just fails.
All three share the same four.
interval-seconds. How often a cycle runs.divide-bot-amount-with. Online players divided by this is how many bots act per cycle. So 250 online and 100 here means two bots act.delay-min-seconds and delay-max-seconds. Each picked bot waits a random time in that range, so they do not all fire at once.The menu shows what each feature is doing right now. If you turned something on and nothing happens, that line tells you why.
Runs your donation command from console, one picked at random from the list. %player% becomes the bot's name.
donation:
commands:
- "donation add %player% 50"
Cooldown is in hours, 48 by default.
Fires a vote through Votifier or NuVotifier. You need one of them installed. Without it the feature says so in the menu and stays put.
services is the list of vote site names a fake vote gets attributed to. One is picked at random.
Cooldown is in hours, 12 by default.
Bots list items on your auction plugin.
command is your sell command. Placeholders are %player%, %price% and %amount%.