https://github.com/cerus/better-components
Very small Spigot library for text components
https://github.com/cerus/better-components
bukkit bukkit-api spigot spigot-api
Last synced: about 1 month ago
JSON representation
Very small Spigot library for text components
- Host: GitHub
- URL: https://github.com/cerus/better-components
- Owner: cerus
- License: mit
- Created: 2020-09-27T00:51:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T01:30:09.000Z (over 5 years ago)
- Last Synced: 2025-03-18T11:32:13.027Z (over 1 year ago)
- Topics: bukkit, bukkit-api, spigot, spigot-api
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# better-components
This is a small text component library for Spigot 1.15.2 and up. BungeeCord compatibility will follow.
## Installation
You can add this library to your project with Maven.
### jitpack.io
```xml
jitpack.io
https://jitpack.io
com.github.RealCerus
better-components
Tag
compile
```
### maven.cerus-dev.de
```xml
Cerus
https://maven.cerus-dev.de
de.cerus
better-components
1.0.0
compile
```
## Usage
Check the [examples package](https://github.com/RealCerus/better-components/tree/master/src/main/java/examples).