You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@ This fork also removes support for 1.21, 1.21.2 and 1.20.5.\
19
19
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.\
20
20
Additionally, this plugin will include the filtered messages from your chat plugin if supported.
21
21
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
+
22
29
> [!WARNING]
23
30
> If you encounter bugs while using this fork, **do not report this to the original author!**\
24
31
> 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
27
34
Yes, InteractiveChat can be, and is designed to, work alongside other chat plugins (e.g. ChatControl).\
28
35
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).
29
36
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.
31
38
32
39
Additionally, some will prefer having a plugin that hooks *directly* into their chat plugin!\
33
40
Like mentioned before, this plugin also allows the messages that are passed through to DiscordSRV to be *filtered*.\
34
41
In many cases, chat plugins will not edit the AsyncChatEvent when filtered, or will just cancel it. This results in one of two outcomes:
35
42
1. The message is not sent at all to discord.
36
43
2. The unfiltered message is sent to discord.
37
44
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
+
38
47
## Missing Features
39
48
Right now, this fork does not support the following features (that the original plugin *does* support):
0 commit comments