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+
- Host: GitHub
- URL: https://github.com/teraprath/tinylib
- Owner: teraprath
- Created: 2023-11-14T03:53:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:14:04.000Z (over 1 year ago)
- Last Synced: 2025-05-15T18:15:03.675Z (about 1 year ago)
- Topics: libary, papermc, spigot
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jitpack.io/#teraprath/TinyLib)
[](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'
}
````