• 1.0.6-pre f1d044c11a

    1.0.6 Preview Pre-release

    bradcarnage released this 2021-07-14 02:11:18 +00:00 | 28 commits to master since this release

    upgraded fabric version to 0.29.1
    versionbump to 1.0.6
    refactored mod to reflect new site (flowchat.brads.computer)
    removed ModMenu integration
    removed flowchat.properties in favor of flowchat.json
    automatic migration of flowchat.json to config dir
    automatic creation of empty config/flowchat.json file
    automatic removal of legacy flowchat.properties
    config reload with server reload.
    no major functionality changes (so far)

    Downloads
  • 1.0.5 ae4db34a05

    1.0.5 Stable

    bradcarnage released this 2020-12-02 07:59:18 +00:00 | 29 commits to master since this release

    hotfix for serverIp refresher. (entity event for all entities, not only player)

    Downloads
  • 1.0.4 bf516889b2

    1.0.4 Stable

    bradcarnage released this 2020-12-01 22:56:27 +00:00 | 32 commits to master since this release

    added voidFall feature

    Downloads
  • 1.0.3 e36fc2f98a

    1.0.3 Stable

    bradcarnage released this 2020-12-01 18:34:42 +00:00 | 34 commits to master since this release

    improve antiAFK feature to use tick instead of ChatHudMixin
    reduce antiAFK logging
    remove LibGui dep (why did i add it in the first place?)
    versionbump from 1.0.2 to 1.0.3

    Downloads
  • 1.0.2 f51169bd2e

    1.0.2 Stable

    bradcarnage released this 2020-11-30 22:23:33 +00:00 | 37 commits to master since this release

    localOnly feature implementation
    better error handling

    Downloads
  • 1.0.1 16280e9bcf

    1.0.1 Stable

    bradcarnage released this 2020-11-29 21:45:54 +00:00 | 39 commits to master since this release

    make "serversearch" parameter optional
    made "serversearch" parameter availible to incoming
    made "noAntiSpam" parameter for sent messages
    new antiSpam to not get send the same message over and over
    lowered the amount of debug logging
    added antiAFK option.
    versionbump from 1.0.0 to 1.0.1

    Downloads
  • 1.0.0 1dfe53baae

    1.0.0 Stable

    bradcarnage released this 2020-11-24 08:11:07 +00:00 | 42 commits to master since this release

    Base Features:

    • regex search and replacement of chat messages
    • conversion of chat messages to toasts
    • ability of automatic response to incoming messages

    Flaws:

    • inability to parse existing colour formatting of message. possible eventual implementation ¯\_(ツ)_/¯
    • You need to manually create .minecraft/flowchat/rules.json See: Where's My Regex
    Downloads