Skip to content

Fixed protocol version data type

Compare
Choose a tag to compare
@nuriofernandez nuriofernandez released this 26 Feb 08:20
· 4 commits to master since this release
94da61d

Changelog

  • Changed protocol version data type from String to int

Maven

<repository>
    <id>nurio-repo</id>
    <url>https://nurio.me/repo/mvn/</url>
</repository>
<dependency>
    <groupId>me.nurio.minecraft</groupId>
    <artifactId>pinger</artifactId>
    <version>0.0.2</version>
    <scope>compile</scope>
</dependency>