highlight selection points

This commit is contained in:
YouHaveTrouble
2021-07-28 03:29:10 +02:00
parent c6b2ce2349
commit 9f7025ce7d
5 changed files with 139 additions and 1 deletions
+16
View File
@@ -63,6 +63,10 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/repository/public/</url>
</repository>
</repositories>
<dependencies>
@@ -72,5 +76,17 @@
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.5.Final</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>