Skip to content

Commit d57527e

Browse files
authored
Chore: TL;DRs :) [ci skip]
1 parent bb4ef96 commit d57527e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ This fork also removes support for 1.21, 1.21.2 and 1.20.5.\
1919
1.20, 1.20.1, 1.20.2, 1.20.4, 1.20.6, 1.21.1, 1.21.3, 1.21.4 are still supported.\
2020
Additionally, this plugin will include the filtered messages from your chat plugin if supported.
2121

22+
### TL;DR
23+
- Remove dependency on InteractiveChat (still supported)
24+
- Support ChatControl and ZelChat (filters and item/inv/enderchest showcase)
25+
- Clean up some code (configs, commands)
26+
- Remove some support for some minor MC versions (read above)
27+
- Independent discord system, separate from DiscordSRV (optional)
28+
2229
> [!WARNING]
2330
> If you encounter bugs while using this fork, **do not report this to the original author!**\
2431
> You should create an issue for [this fork](https://github.com/TerraByteDev/MultiChat-DIscordSRV-Addon/issues).
@@ -27,14 +34,16 @@ Additionally, this plugin will include the filtered messages from your chat plug
2734
Yes, InteractiveChat can be, and is designed to, work alongside other chat plugins (e.g. ChatControl).\
2835
However, from what I've seen, InteractiveChat uses a not-insignificant portion of the server thread (TL;DR, it has caused lag in many cases).
2936

30-
Some of this has been addressed very recently, such as the previously-not-configurable fixed processing thread pool of **32 threads** however this will not do much.
37+
Some of this has been addressed very recently, such as the previously-not-configurable fixed processing thread pool of **32 threads** however this will not do much, and the default configs are still too high.
3138

3239
Additionally, some will prefer having a plugin that hooks *directly* into their chat plugin!\
3340
Like mentioned before, this plugin also allows the messages that are passed through to DiscordSRV to be *filtered*.\
3441
In many cases, chat plugins will not edit the AsyncChatEvent when filtered, or will just cancel it. This results in one of two outcomes:
3542
1. The message is not sent at all to discord.
3643
2. The unfiltered message is sent to discord.
3744

45+
This fork will also add a completely independent discord implementation, separate from DiscordSRV, which will natively support proxies and will be able to display rank prefixes (LuckPerms), what servers players are on, etc.
46+
3847
## Missing Features
3948
Right now, this fork does not support the following features (that the original plugin *does* support):
4049
- [ ] Proxy support

0 commit comments

Comments
 (0)