Skip to content

Commit 6e27c2a

Browse files
committed
2 parents f743b5b + 3c41dc5 commit 6e27c2a

File tree

3 files changed

+10
-94
lines changed

3 files changed

+10
-94
lines changed

.github/workflows/build.yml

-89
This file was deleted.

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MultiChat DiscordSRV Addon
22
<div align="center">
33
<img src="https://wakatime.com/badge/github/TerraByteDev/MultiChat-DiscordSRV-Addon.svg" alt = "Project Hours">
4-
<a href="https://github.com/TerraByteDev/MultiChat-DiscordSRV-Addon/actions">
5-
<img alt="Build Status" src="https://github.com/TerraByteDev/MultiChat-DiscordSRV-Addon/actions/workflows/build.yml/badge.svg">
4+
<a href="https://ci.terrabytedev.com/job/MultiChat-DiscordSRV-Addon/lastSuccessfulBuild/">
5+
<img alt="Build Status" src="https://ci.terrabytedev.com/buildStatus/icon?job=MultiChat-DiscordSRV-Addon">
66
</a>
77
</div>
88

@@ -66,7 +66,7 @@ Plugins built against Spigot usually also work with [Paper](https://papermc.io/)
6666

6767
## Development Builds
6868

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/).
7070

7171
## Dependencies
7272

@@ -89,6 +89,11 @@ You must compile CraftBukkit versions 1.20 to 1.21.4 via [BuildTools](https://ww
8989
Ensure the compiled versions are saved to your .m2 repository - Go to Options > Generate Remapped Jars (tick it).\
9090
Ensure that, under Compilation Options, CraftBukkit is set to true. (Options)
9191

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+
9297
### Compiling
9398
Run `mvn clean package` in a terminal in the same folder as the addon.\
9499
The plugin will be available in the `target` directory.

common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,13 @@
340340
<dependency>
341341
<groupId>org.checkerframework</groupId>
342342
<artifactId>checker</artifactId>
343-
<version>3.48.4</version>
343+
<version>3.49.0</version>
344344
<scope>provided</scope>
345345
</dependency>
346346
<dependency>
347347
<groupId>org.checkerframework</groupId>
348348
<artifactId>checker-qual</artifactId>
349-
<version>3.48.4</version>
349+
<version>3.49.0</version>
350350
<scope>provided</scope>
351351
</dependency>
352352
<dependency>

0 commit comments

Comments
 (0)