BukkitVersion
作者:rebot | 分类:模组
Minecraft 版本: b1.7.3 b1.8 b1.8.1 1.0 1.1 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.1 1.3.2 1.4.2 1.4.4 1.4.5 1.4.6 1.4.7 1.5.1 1.5.2 1.6.1 1.6.2 1.6.4 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
平台: bukkit paper purpur spigot
标签: library
Handy utility for dealing with different aspects of Bukkit/Spigot/etc. server version strings.
Use cases & features:
- Extract vanilla Minecraft version strings from server API version
- Allow only a given version or range of versions to execute certain code
- Compare versions with varying granularity
Installation
Download the latest JAR file and add it to your plugins directory.
Documentation
<dependencies>
<dependency>
<groupId>net.ssterling</groupId>
<artifactId>bukkitversion</artifactid>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ssterling-repo</id>
<url>https://www.ssterling.net/comp/maven</url>
</repository>
</repositories>
For a thorough explanation of how to use the library itself
in your code, refer to the Javadocs.
请登录后举报
暂无评论,抢个沙发吧~