Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 58b2339

Browse files
committed
Updated GitHub repository. Updated plugin dependencies. Added support for 1.20.4. Updated PacketEvents to 2.2.0. Updated FoliaLib to 0.3.1. Updated PlaceholderAPI to 2.11.4. Fixed shading of PacketEvents. Changed plugin version to 2.6.2.
1 parent 3d36601 commit 58b2339

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.sportkanone123</groupId>
88
<artifactId>ClientDetector</artifactId>
9-
<version>2.6.1</version>
9+
<version>2.6.2</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>
@@ -48,6 +48,10 @@
4848
<pattern>com.tcoded.folialib</pattern>
4949
<shadedPattern>de.sportkanone123.clientdetector.spigot.folialib</shadedPattern>
5050
</relocation>
51+
<relocation>
52+
<pattern>com.github.retrooper.packetevents</pattern>
53+
<shadedPattern>de.sportkanone123.clientdetector.spigot.packetevents</shadedPattern>
54+
</relocation>
5155
</relocations>
5256
</configuration>
5357
<executions>
@@ -101,7 +105,7 @@
101105

102106
<repository>
103107
<id>papermc</id>
104-
<url>https://repo.papermc.io/repository/maven-public/</url>
108+
<url>https://repo.papermc.io/repository/maven-snapshots/</url>
105109
</repository>
106110

107111
<repository>
@@ -127,7 +131,7 @@
127131
<dependency>
128132
<groupId>com.github.retrooper.packetevents</groupId>
129133
<artifactId>spigot</artifactId>
130-
<version>2.0.2</version>
134+
<version>2.2.0</version>
131135
</dependency>
132136

133137
<dependency>
@@ -140,7 +144,7 @@
140144
<dependency>
141145
<groupId>me.clip</groupId>
142146
<artifactId>placeholderapi</artifactId>
143-
<version>2.11.3</version>
147+
<version>2.11.4</version>
144148
<scope>provided</scope>
145149
</dependency>
146150

@@ -162,7 +166,7 @@
162166
<dependency>
163167
<groupId>org.spigotmc</groupId>
164168
<artifactId>spigot-api</artifactId>
165-
<version>1.20.2-R0.1-SNAPSHOT</version>
169+
<version>1.20.4-R0.1-SNAPSHOT</version>
166170
<scope>provided</scope>
167171
</dependency>
168172

@@ -176,7 +180,7 @@
176180
<dependency>
177181
<groupId>com.tcoded</groupId>
178182
<artifactId>FoliaLib</artifactId>
179-
<version>0.3.0</version>
183+
<version>0.3.1</version>
180184
<scope>compile</scope>
181185
</dependency>
182186

src/main/java/de/sportkanone123/clientdetector/velocity/ClientDetectorVelocity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@com.velocitypowered.api.plugin.Plugin(
2424
id = "clientdetector",
2525
name = "ClientDetector",
26-
version = "2.5.9",
26+
version = "2.6.2",
2727
description = "A simple plugin to detect and manage a player's client/mods",
2828
authors = {"Sportkanone123", "Loving11ish"}
2929
)

0 commit comments

Comments
 (0)