Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Bump Adventure to 4.8.0
Dieser Commit ist enthalten in:
Ursprung
01d7648296
Commit
75e617cb90
@ -11,7 +11,7 @@
|
|||||||
<artifactId>connector</artifactId>
|
<artifactId>connector</artifactId>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<adventure.version>4.7.0</adventure.version>
|
<adventure.version>4.8.0</adventure.version>
|
||||||
<fastutil.version>8.5.2</fastutil.version>
|
<fastutil.version>8.5.2</fastutil.version>
|
||||||
<jackson.version>2.10.2</jackson.version>
|
<jackson.version>2.10.2</jackson.version>
|
||||||
<netty.version>4.1.59.Final</netty.version>
|
<netty.version>4.1.59.Final</netty.version>
|
||||||
@ -145,6 +145,12 @@
|
|||||||
<version>29.0-jre</version>
|
<version>29.0-jre</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.GeyserMC</groupId>
|
||||||
|
<artifactId>MCAuthLib</artifactId>
|
||||||
|
<version>0e48a094f2</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.GeyserMC</groupId>
|
<groupId>com.github.GeyserMC</groupId>
|
||||||
<artifactId>MCProtocolLib</artifactId>
|
<artifactId>MCProtocolLib</artifactId>
|
||||||
@ -240,6 +246,7 @@
|
|||||||
<version>2.1.3</version>
|
<version>2.1.3</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- Adventure text serialization -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.kyori</groupId>
|
<groupId>net.kyori</groupId>
|
||||||
<artifactId>adventure-api</artifactId>
|
<artifactId>adventure-api</artifactId>
|
||||||
@ -270,12 +277,6 @@
|
|||||||
<version>4.13.1</version>
|
<version>4.13.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.GeyserMC</groupId>
|
|
||||||
<artifactId>MCAuthLib</artifactId>
|
|
||||||
<version>0e48a094f2</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren