Closed
Description
Problem solved by the feature
This feature will add support for the latest Minecraft version.
Feature description
Use the following version to add support for 1.19.2 inside a new module.
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.19.2-R0.1-SNAPSHOT</version>
<classifier>remapped-mojang</classifier>
<scope>provided</scope>
</dependency>