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

TaterLib

License Github Github Issues Discord wakatime

A cross API code library that allows developers to write code that works across multiple modding platforms, and across a wide range of Minecraft versions, all with one JAR file. If TaterLib runs on it, so can your plugin/mod.

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. Contributions are always welcome!

Let’s cut to the chase, why should you use and/or contribute to TaterLib? Well, let’s say you have a mod/plugin that you want to port to a different modding API. You could go through the laborious task of implementing all the events, commands, etc. on each platform and create all your own cool fancy abstractions for each game object, or you could use TaterLib and save yourself a lot of time. (which is why I started this project in the first place)

There’s two ways to use TaterLib, you can depend on the general API, then implement any missing features yourself on each platform, or if something’s missing, you can start a PR with either a basic or full implementation, and we can improve TaterLib and save you a lot of time in the future. (a bit of a win-win)

Link to our support: Discord

Download

Github Releases

Spigot Hangar CurseForge

Modrinth CurseForge Sponge

Maven Snapshots RepoJenkins Dev Build

Maven RepoJenkins Builds

Adding to your project

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

dependencies {
    compileOnly('dev.neuralnexus:taterlib-api:<version>')
}

There’s also a snapshot repository available at https://maven.neuralnexus.dev/repository/snapshots

Compatibility Cheatsheet

TaterLib supports: Bukkit, BungeeCord, Fabric, Forge, Sponge, and Velocity

General notes:

  • No Fabric on 1.13
  • No Fabric/Forge below 1.7.10
Server typeVersionsJar Name
1.20.x1.20-1.20.4TaterLib-1.20.x-<version>.jar
1.19.41.19.4TaterLib-1.19.4-<version>.jar
1.19.21.19.2TaterLib-1.19.2-<version>.jar
1.191.19TaterLib-1.19-<version>.jar
1.18.21.18.2TaterLib-1.18.2-<version>.jar
1.181.18TaterLib-1.18-<version>.jar
1.171.17-1.17.1TaterLib-1.17-<version>.jar
1.161.16-1.16.5TaterLib-1.16-<version>.jar
1.151.15-1.15.2TaterLib-1.15-<version>.jar
1.141.14-1.14.3TaterLib-1.14-<version>.jar
1.131.13-1.13.2TaterLib-1.13-<version>.jar
1.121.12-1.12.2TaterLib-1.12-<version>.jar
1.111.11-1.11.2TaterLib-1.11-<version>.jar
1.101.10-1.10.2TaterLib-1.10-<version>.jar
1.91.9-1.9.4TaterLib-1.9-<version>.jar
1.81.8-1.8.8TaterLib-1.8-<version>.jar
1.71.7-1.7.10TaterLib-1.7.10-<version>.jar
1.6.41.6.4TaterLib-1.6.4-<version>.jar
1.2.51.2.5TaterLib-1.2.5-<version>.jar
b1.7.3b1.7.3TaterLib-b1.7.3-<version>.jar

Dependencies

Optional Dependencies

  • LuckPerms - For permissions/prefix/suffix support

Commands and Permissions

CommandPermissionDescription
/taterlib versiontaterlib.command.versionGet the TaterLib version
/taterlib reloadtaterlib.command.reloadReload TaterLib config
/taterlib dumptaterlib.command.dumpDump TaterLib info
/taterlib fulldumptaterlib.command.fulldumpDump TaterLib info

Projects that use TaterLib

Feel free to open a PR to add your plugin/mod to this list!

Metrics

Bukkit

image

BungeeCord

image

Sponge

image

Velocity

image

Category: Developer Tools

Published on Aug 18, 2023

views

stars

watchers

total downloads

Licensed under GNU General Public License (GPL)

Promoted Versions

Pages

Members