An open API service indexing awesome lists of open source software.

https://github.com/teraprath/tinylib

All-in-One Libary for Paper 1.20+
https://github.com/teraprath/tinylib

libary papermc spigot

Last synced: 2 months ago
JSON representation

All-in-One Libary for Paper 1.20+

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/teraprath/TinyLib.svg)](https://jitpack.io/#teraprath/TinyLib)
[![CodeFactor](https://www.codefactor.io/repository/github/teraprath/tinylib/badge/main)](https://www.codefactor.io/repository/github/teraprath/tinylib/overview/main)


TinyLib


All-in-One Libary for Paper 1.20+





## Features

- Easy to use and lightweight
- MySQL + SQLite3 Integration
- Simply create configuration files
- Add Multi-Language to your Plugin
- MiniMessage Format Support (Hex Colors, Gradiants & more)
- Custom Guis & Villager Trades
- Easily create round-based Minigames
- Create Regions
- More tiny utilities!

## Implementation

You can get the latest version [here](https://github.com/teraprath/TinyLib/releases/latest).

**Using Maven:**

````xml

jitpack.io
https://jitpack.io

````

````xml

com.github.teraprath
TinyLib
VERSION

````

**Using Gradle:**
````groovy
repositories {
maven { url 'https://jitpack.io' }
}
````
````
dependencies {
implementation 'com.github.teraprath:TinyLib:VERSION'
}
````