Skip to content
VADemon edited this page Jul 22, 2019 · 10 revisions

Misc > Chatbot is a chat spam bot.

.chatbot enabled <0/1>

.chatbot max_input_length <0-256> - Maximum chat input length allowed (Default: 16)

.chatbot spam ...

       import <filename.json/.txt> - import a txt or json file

       list - spam list entries

       export <filename.json/.txt> - export spam list to file (for sharing etc)

       remove <name>

       add <name> - create a new empty spam list

       add -? - for help message

       add <name> [options] has following options:

--enabled 0/1 - enables this list

--trigger spam/reply/reply_with_input/player_connect/player_disconnect - how this list is triggered

--keyword <trg word> - trigger word for reply/reply_with_input modes

--type <Sequential/Random> - in which order to pick messages

--delay <ms> - delay for messages of this list (not global spammer delay)

Adding entries

If you do not have a spam list, create one: .chatbot spam add mytest

Then you can add messages to this list with: .chatbot spam add mytest "Test text" (there is no way to remove messages without export+import or manually editing ChatBot config files)

To edit a spam list's settings: .chatbot spam add mytest [settings] e.g.: .chatbot spam add mytest --delay 10000

Import/Export

Directory .minecraft/forgehax/

.json files contain the complete spam list and options

.txt files contain only messages, one per line

.chatbot spam export mytest mytest-spammer.txt

Clone this wiki locally