Skip to content

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.

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE-API
Notifications You must be signed in to change notification settings

p0t4t0sandwich/TaterLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

BuiltByBit PolyMart

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:taterapi:<version>')
}

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

Supported Platforms and Versions

Bukkit

  • Spigot/Paper/etc
  • Hybrid support included
  • b1.7.3, 1.2.5, 1.6.4-1.21

BungeeCord

  • Waterfall/Travertine/etc
  • 1.4.7-1.21

Fabric

  • Quilt
  • Supports Kilt
  • 1.7.10-1.12.2, 1.14-1.21
  • Legacy Fabric API currently doesn't support 1.13, and I don't feel like writing that many mixins by hand at the moment

Forge

  • Supports Sinytra Connector
  • 1.6.4-1.21

NeoForge

  • 1.20.2-1.21

Sponge

  • SpongeForge/SpongeVanilla
  • APIs 4-11

Velocity

  • v3

Dependencies

Optional Dependencies

  • LuckPerms - For permissions/prefix/suffix support
  • Spark - For simple TPS/System info

Commands and Permissions

Command Permission Description
/taterlib version taterlib.command.version Get the TaterLib version
/taterlib reload taterlib.command.reload Reload TaterLib config
/taterlib dump taterlib.command.dump Dump TaterLib info
/taterlib fulldump taterlib.command.fulldump Dump TaterLib info

Projects that use TaterLib

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

Metrics

image

About

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.

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE-API

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages