TaterLib - A cross API code library for various generalizations used in the Tater* plugins

This is a discussion topic for the Ore project, TaterLib. View the full project on Ore for downloads and more information.


TaterLib

A cross API code library for various generalizations used in the Tater* plugins

Please note, some abstractions may not be fully implemented yet, and some may be missing.
If you’re looking for a specific abstraction/game event, please open an issue, and we’ll get to it as soon as possible, or feel free to open a PR with an implementation.

Link to our support: Discord

Download

Adding to your project

repositories {
    maven {
        name = "NeuralNexus"
        url = "https://maven.neuralnexus.dev/repository/releases/"
    }
}

dependencies {
    implementation "dev.neuralnexus:TaterLib:<version>-<mcversion>"
}

Compatibility Cheatsheet

TaterLib supports: Bukkit, BungeeCord, Fabric, Forge, Sponge (some versions), and Velocity

Server type Versions Jar Name
All 1.20 1.20-1.20.1 TaterLib-<version>-1.20.jar
All 1.19 1.19-1.19.4 TaterLib-<version>-1.19.jar
All 1.18 1.18-1.18.2 TaterLib-<version>-1.18.jar
All 1.17 1.17-1.17.1 TaterLib-<version>-1.17.jar
All 1.16 (Sponge8) 1.16-1.16.5 TaterLib-<version>-1.16.jar
All 1.15 1.15-1.15.2 TaterLib-<version>-1.15.jar
All 1.14 1.14-1.14.3 TaterLib-<version>-1.14.jar

Dependencies

Optional Dependencies

  • LuckPerms - For permissions/prefix/suffix support

Commands and Permissions

Command Permission Description
/taterlib <version/reload> taterlib.command Root TaterLib Command

TODO

Release Notes

A new version has been released for TaterLib, it is available for download here.


A cross API code library for various generalizations used in the Tater* plugins
Initial release