- Basic module that can read messages sent and work out which ones are meant to be sent as chat messages
- Functional way to send messages from muted client to unmuted client
- Functional way to sent messages from unmuted client to muted client (for things like /msg)
- Fix a ton of bugs I know exist.
- Make nice setup instructions (eh theyre not great but..)
I got muted on hypixel for a month so I made this. Yes it would have been easier to open up 2 games instead of one, but this exists now.
- Clone the git repo
git clone https://github.com/Beedit/Mute-Evasion.git
- cd into the repo
cd Mute-Evasion
- Install the chat triggers module. (This will not be added to the chat triggers website because it breaks hypixel rules.)
cp -r MuteEvasion ~/path/to/your/minecraft/installation/config/ChatTriggers/modules
- Copy the .env.example file in the MuteEvasionServer folder and set values in it
cd MuteEvasionServer
cp .env.example .env
nano .env
- Run the server
node index.js
- In minecraft reload ct
/ct reload