File tree Expand file tree Collapse file tree
java/com/gmail/fyrvelm/chatco Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ()) {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ main: com.gmail.fyrvelm.chatco.ChatCo
44authors :
55 - jj20051
66 - bierdosenhalter
7+ description : An efficient chat system with green-text, ignore, whispers and chat logging.
78commands :
89 togglechat :
910 description : enables or disables chat for the player.
You can’t perform that action at this time.
0 commit comments