kwevin / Hychat-Tabs

Hychat tabs regex repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hychat Tabs

Introduction

A collection of Hychat Regexes

Use Chatting from Wyvest, as of now Hychat is dead

Getting Started

Requirements

Installation

To install a regex filter, find and copy a regex from the repository.

For Example

{
  "matchAny": true,
  "tabName": "Co-op",
  "messagePrefix": "/cc ",
  "alwaysMatch": false,
  "regexMatchS": [
    "(§r)*(§.Co-op \u003e)+(.*)",
    "(§r)*(§.CC \u003e)+(.*)"
  ],
  "regexIgnoreS": []
}


Navigate to your hychat config folder, usually %USERNAME%/.minecraft/config/hychat

Edit chat.json and add the newly copied tabs at the bottom of the list just like so

Installation_example

Make sure your json is formatted correctly OR ELSE your config will RESET

Save and boot up minecraft and it should be added to hychat.

About

Hychat tabs regex repo