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.
Developer documentation
See the
Javadoc site, or, if preferred, the
documentation page.