Skip to content

Commit eeb0bb4

Browse files
minor changes
1 parent 0514ef2 commit eeb0bb4

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- 9b9t.com
1818
- Anarchy.pw
1919
- 2b2t.net
20+
- 0b0t.org
2021

2122
**ADMINISTRATIVE COMMANDS (only console input is accepted):**
2223

@@ -83,6 +84,7 @@ You can customize the appearance of whispers.
8384

8485
**Minecraft Versions (Confirmed Working):**
8586

87+
- 1.12.2
8688
- 1.11.2
8789
- 1.11.0
8890
- 1.10

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,18 @@
5555
</build>
5656

5757
<repositories>
58+
<!-- This adds the Spigot Maven repository to the build -->
5859
<repository>
59-
<id>papermc-repo</id>
60-
<url>https://papermc.io/repo/repository/maven-public/</url>
61-
</repository>
62-
<repository>
63-
<id>sonatype</id>
64-
<url>https://oss.sonatype.org/content/groups/public/</url>
60+
<id>spigot-repo</id>
61+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
6562
</repository>
6663
</repositories>
6764

6865
<dependencies>
66+
<!--This adds the Spigot API artifact to the build -->
6967
<dependency>
70-
<groupId>com.destroystokyo.paper</groupId>
71-
<artifactId>paper-api</artifactId>
68+
<groupId>org.spigotmc</groupId>
69+
<artifactId>spigot-api</artifactId>
7270
<version>1.12.2-R0.1-SNAPSHOT</version>
7371
<scope>provided</scope>
7472
</dependency>

src/main/java/com/gmail/fyrvelm/chatco/CCSpoilers.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public CCSpoilers() {
1414
this.Spoiler = new String[5];
1515
}
1616

17+
@SuppressWarnings("ManualArrayCopy")
1718
@EventHandler
1819
public void onPlayerChat(final AsyncPlayerChatEvent event) {
1920
if (event.isCancelled()) {

src/main/resources/plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ main: com.gmail.fyrvelm.chatco.ChatCo
44
authors:
55
- jj20051
66
- bierdosenhalter
7+
description: An efficient chat system with green-text, ignore, whispers and chat logging.
78
commands:
89
togglechat:
910
description: enables or disables chat for the player.

0 commit comments

Comments
 (0)