jonahseguin / drink

command framework and argument parser for spigot plugins
63 stars 19 forks source link

Console only commands, Only depend on official spigot-api (& findbugs-jsr305 for annotations)- #6

Closed ghost closed 4 years ago

ghost commented 4 years ago

Changes api-version to 1.13 so it can load on 1.16, Allow for falling back to getting a field from superclass instead of comparing against Bukkit version string

jonahseguin commented 4 years ago

Thanks!