Мова

TaterLib

TaterLib

ModrinthSpigotMC

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

5.5k завантажень 6 підписників оновлено 28mo ago
остання v1.20.x-1.1.0 Modrinth
Bukkit Bungeecord Fabric Folia Forge Neoforge Paper Purpur Quilt Spigot Sponge Velocity Waterfall b1.7.3 – 1.20.4 LibraryTechnologyUtility

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
Craftaro

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 type | Versions | Jar Name |
|-------------|-------------|---------------------------------|
| 1.20.x | 1.20-1.20.4 | TaterLib-1.20.x-<version>.jar |
| 1.19.4 | 1.19.4 | TaterLib-1.19.4-<version>.jar |
| 1.19.2 | 1.19.2 | TaterLib-1.19.2-<version>.jar |
| 1.19 | 1.19 | TaterLib-1.19-<version>.jar |
| 1.18.2 | 1.18.2 | TaterLib-1.18.2-<version>.jar |
| 1.18 | 1.18 | TaterLib-1.18-<version>.jar |
| 1.17 | 1.17-1.17.1 | TaterLib-1.17-<version>.jar |
| 1.16 | 1.16-1.16.5 | TaterLib-1.16-<version>.jar |
| 1.15 | 1.15-1.15.2 | TaterLib-1.15-<version>.jar |
| 1.14 | 1.14-1.14.3 | TaterLib-1.14-<version>.jar |
| 1.13 | 1.13-1.13.2 | TaterLib-1.13-<version>.jar |
| 1.12 | 1.12-1.12.2 | TaterLib-1.12-<version>.jar |
| 1.11 | 1.11-1.11.2 | TaterLib-1.11-<version>.jar |
| 1.10 | 1.10-1.10.2 | TaterLib-1.10-<version>.jar |
| 1.9 | 1.9-1.9.4 | TaterLib-1.9-<version>.jar |
| 1.8 | 1.8-1.8.8 | TaterLib-1.8-<version>.jar |
| 1.7 | 1.7-1.7.10 | TaterLib-1.7.10-<version>.jar |
| 1.6.4 | 1.6.4 | TaterLib-1.6.4-<version>.jar |
| 1.2.5 | 1.2.5 | TaterLib-1.2.5-<version>.jar |
| b1.7.3 | b1.7.3 | TaterLib-b1.7.3-<version>.jar |

Dependencies

Optional Dependencies

  • LuckPerms - For permissions/prefix/suffix support

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

Bukkit

image

BungeeCord

image

Sponge

image

Velocity

image

Версії

Release
1.20.x-1.1.0
bukkit, bungeecord, fabric · 1.20, 1.20.1, 1.20.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
661
Release
1.19.4-1.1.0
bukkit, bungeecord, fabric · 1.19.4 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
143
Release
1.19.2-1.1.0
bukkit, bungeecord, fabric · 1.19.2, 1.19.3 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
189
Release
1.19-1.1.0
bukkit, bungeecord, fabric · 1.19, 1.19.1 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
156
Release
1.18.21.1.0
bukkit, bungeecord, fabric · 1.18.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
169
Release
1.18-1.1.0
bukkit, bungeecord, fabric · 1.18, 1.18.1, 1.18.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
140
Release
1.17-1.1.0
bukkit, bungeecord, fabric · 1.17, 1.17.1 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
113
Release
1.16-1.1.0
bukkit, bungeecord, fabric · 1.16, 1.16.1, 1.16.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
178
Release
1.15-1.1.0
bukkit, bungeecord, fabric · 1.15, 1.15.1, 1.15.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
143
Release
1.14-1.1.0
bukkit, bungeecord, fabric · 1.14, 1.14.1, 1.14.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
128
Release
1.13-1.1.0
bukkit, bungeecord, forge · 1.13, 1.13.1, 1.13.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
156
Release
1.12.2-1.1.0
bukkit, bungeecord, fabric · 1.12, 1.12.1, 1.12.2 · 28mo ago
- Fixes to Sponge8-11 component serialization - Fixed `SpongeEntity.getType` returning a properly formatted entity resource - Reworked the entire event…
182

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

Завантажити TaterLib

SpigotMC
R 1.20.x-1.1.0 1.20, 1.20.1, 1.20.2 bukkit, bungeecord, fabric 9.4 MB R 1.19.4-1.1.0 1.19.4 bukkit, bungeecord, fabric 9.4 MB R 1.19.2-1.1.0 1.19.2, 1.19.3 bukkit, bungeecord, fabric 9.4 MB R 1.19-1.1.0 1.19, 1.19.1 bukkit, bungeecord, fabric 9.4 MB R 1.18.21.1.0 1.18.2 bukkit, bungeecord, fabric 9.3 MB R 1.18-1.1.0 1.18, 1.18.1, 1.18.2 bukkit, bungeecord, fabric 9.3 MB R 1.17-1.1.0 1.17, 1.17.1 bukkit, bungeecord, fabric 9.3 MB R 1.16-1.1.0 1.16, 1.16.1, 1.16.2 bukkit, bungeecord, fabric 9.3 MB R 1.15-1.1.0 1.15, 1.15.1, 1.15.2 bukkit, bungeecord, fabric 9.3 MB R 1.14-1.1.0 1.14, 1.14.1, 1.14.2 bukkit, bungeecord, fabric 9.3 MB R 1.13-1.1.0 1.13, 1.13.1, 1.13.2 bukkit, bungeecord, forge 9.2 MB R 1.12.2-1.1.0 1.12, 1.12.1, 1.12.2 bukkit, bungeecord, fabric 9.2 MB R 1.11.2-1.1.0 1.11, 1.11.1, 1.11.2 bukkit, bungeecord, fabric 9.2 MB R 1.10-1.1.0 1.10, 1.10.1, 1.10.2 bukkit, bungeecord, fabric 9.2 MB R 1.9.4-1.1.0 1.9, 1.9.1, 1.9.2 bukkit, bungeecord, fabric 9.2 MB R 1.8-1.1.0 1.8, 1.8.1, 1.8.2 bukkit, bungeecord, fabric 9.2 MB R 1.7.10-1.1.0 1.7.10 bukkit, bungeecord, fabric 9.2 MB R 1.6.4-1.1.0 1.6.4 bukkit 9.0 MB R 1.2.5-1.1.0 1.2.5 bukkit 9.0 MB R b1.7.3-1.1.0 b1.7.3 bukkit 9.0 MB R bukkit-1.7.10-1.0.2 1.7.10 bukkit, spigot 5.6 MB R bukkit-1.6.4-1.0.2 1.6.4 bukkit, spigot 5.6 MB R bukkit-1.2.5-1.0.2 1.2.5 bukkit 5.6 MB R bukkit-b1.7.3-1.0.2 b1.7.3 bukkit 5.6 MB R 1.20.2-1.0.2 1.20.2 bukkit, bungeecord, fabric 5.9 MB R 1.20-1.0.2 1.20, 1.20.1 bukkit, bungeecord, fabric 5.9 MB R 1.19-1.0.2 1.19, 1.19.1, 1.19.2 bukkit, bungeecord, fabric 5.9 MB R 1.18-1.0.2 1.18, 1.18.1, 1.18.2 bukkit, bungeecord, fabric 5.9 MB R 1.17-1.0.2 1.17, 1.17.1 bukkit, bungeecord, fabric 5.9 MB R 1.16-1.0.2 1.16, 1.16.1, 1.16.2 bukkit, bungeecord, fabric 5.9 MB R 1.15-1.0.2 1.15, 1.15.1, 1.15.2 bukkit, bungeecord, fabric 5.9 MB R 1.14-1.0.2 1.14, 1.14.1, 1.14.2 bukkit, bungeecord, fabric 5.8 MB R 1.13-1.0.2 1.13, 1.13.1, 1.13.2 bukkit, bungeecord, folia 5.8 MB R 1.12-1.0.2 1.12, 1.12.1, 1.12.2 bukkit, bungeecord, fabric 5.8 MB R 1.0.1-1.20 1.20, 1.20.1 bukkit, bungeecord, fabric 5.8 MB R 1.0.1-1.19 1.19, 1.19.1, 1.19.2 bukkit, bungeecord, fabric 5.8 MB R 1.0.1-1.18 1.18, 1.18.1, 1.18.2 bukkit, bungeecord, fabric 5.8 MB R 1.0.1-1.17 1.17, 1.17.1 bukkit, bungeecord, fabric 5.8 MB R 1.0.1-1.16 1.16, 1.16.1, 1.16.2 bukkit, bungeecord, fabric 5.8 MB R 1.0.1-1.15 1.15, 1.15.1, 1.15.2 bukkit, bungeecord, fabric 5.8 MB R 1.0.1 1.14, 1.14.1, 1.14.2 bukkit, bungeecord, fabric 5.8 MB R 1.0.0-1.18 1.18, 1.18.1, 1.18.2 bukkit, bungeecord, fabric 5.7 MB R 1.0.0-1.19 1.19, 1.19.1, 1.19.2 bukkit, bungeecord, fabric 5.7 MB R 1.0.0-1.20 1.20, 1.20.1 bukkit, bungeecord, fabric 5.7 MB

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.