Skip to content

Commit

Permalink
1.20.5-6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboy9921 committed May 30, 2024
1 parent fddf0c2 commit 7bd9c1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It also adds fun features like muting, deafening, status messages, mentions and
[![Players Using CrewChat](https://img.shields.io/bstats/players/5799?style=flat&label=Players&logo=bookmeter&logoColor=94A0A5&labelColor=384142&color=00695C)](https://bstats.org/plugin/bukkit/CrewChat/5799)
![CrewChat Downloads](https://img.shields.io/github/downloads/mattboy9921/crewchat/total?label=Downloads&logo=docusign&logoColor=94A0A5&labelColor=384142)
[![CrewChat Latest Release](https://img.shields.io/github/v/release/mattboy9921/crewchat?label=Release&logo=dropbox&logoColor=94A0A5&labelColor=384142)](https://github.com/mattboy9921/CrewChat/releases/latest)
![CrewChat Tested Versions](https://img.shields.io/badge/Tested%20Versions-1.8.0--1.20.4-success?&logo=verizon&logoColor=94A0A5&labelColor=384142)
![CrewChat Tested Versions](https://img.shields.io/badge/Tested%20Versions-1.8.0--1.20.6-success?&logo=verizon&logoColor=94A0A5&labelColor=384142)
![CrewChat Made with Love](https://img.shields.io/badge/Made-with%20Love-red?&logo=undertale&logoColor=94A0A5&labelColor=384142)

**Features**
Expand Down Expand Up @@ -119,4 +119,4 @@ Administrative:
- `crewchat.info` - Allows player to use `/crewchat info`
- `crewchat.reload` - Allows player to use `/crewchat reload`

Tested working on Paper 1.8.0-1.20.4.
Tested working on Paper 1.8.0-1.20.6.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>net.mattlabs.crewchat</groupId>
<artifactId>CrewChat</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>

<description>
Chat plugin for CCS
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- For ACF -->
Expand Down Expand Up @@ -115,27 +115,27 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.15.0</version>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.2</version>
<version>4.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-legacy</artifactId>
<version>4.15.0</version>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.15.0</version>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.15.0</version>
<version>4.17.0</version>
</dependency>
<!-- Jsoup -->
<dependency>
Expand Down

0 comments on commit 7bd9c1c

Please # to comment.