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

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

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).