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
@@ -66,7 +66,7 @@ Plugins built against Spigot usually also work with [Paper](https://papermc.io/)
66
66
67
67
## Development Builds
68
68
69
-
Get the latest official stable release from the [Releases Tab](https://github.com/TerraByteDev/MultiChat-DiscordSRV-Addon/releases), or download the latest successful development build from the [Actions Tab](https://github.com/TerraByteDev/MultiChat-DiscordSRV-Addon/actions/workflows/build.yml?query=is%3Asuccess).
69
+
Get the latest official stable release from the [Releases Page](https://github.com/TerraByteDev/MultiChat-DiscordSRV-Addon/releases), or download the latest successful development build from our [CI Server](https://ci.terrabytedev.com/job/MultiChat-DiscordSRV-Addon/lastSuccessfulBuild/).
70
70
71
71
## Dependencies
72
72
@@ -89,6 +89,11 @@ You must compile CraftBukkit versions 1.20 to 1.21.4 via [BuildTools](https://ww
89
89
Ensure the compiled versions are saved to your .m2 repository - Go to Options > Generate Remapped Jars (tick it).\
90
90
Ensure that, under Compilation Options, CraftBukkit is set to true. (Options)
91
91
92
+
Since this plugin hooks into ChatControl, you will have to:
93
+
1. Compile v11 from ChatControl's GitHub page, and rename to `ChatControl.jar`.
94
+
2. Either delete the ChatControl-Red module, or purchase and download v10 - then rename to `ChatControl-Red.jar`.
95
+
3. Add both files to a folder named `lib`.
96
+
92
97
### Compiling
93
98
Run `mvn clean package` in a terminal in the same folder as the addon.\
94
99
The plugin will be available in the `target` directory.
0 commit comments