Package net.ssterling.bukkitversion
package net.ssterling.bukkitversion
BukkitVersion is a utility for processing version information
concerning modified Minecraft servers such as
Bukkit or
Spigot.
For Maven users, add the following to your pom.xml to include
BukkitVersion as a dependency:
<dependencies>
<dependency>
<groupId>net.ssterling</groupId>
<artifactId>bukkitversion</artifactid>
<version>0.2.1</version> <!-- or whatever -->
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ssterling-repo</id>
<url>https://www.ssterling.net/comp/maven</url>
</repository>
</repositories>
Refer to the BukkitVersionPlugin documentation if you intend
to use the API by requiring users of your Bukkit plugin download the
BukkitVersion JAR, as opposed to including it wholesale in your plugin
as a library.
- Author:
- Seth Price
-
ClassDescriptionThe
BukkitVersionclass derives and contains the values extrapolated from a Bukkit server string.A list of Bukkit version components as used in the class.TheBukkitVersionPluginclass initialises aJavaPluginto expose the BukkitVersion API to other plugins running on a Bukkit server.TheVersionUtilclass is a group of utilities useful for parsing Minecraft version strings.