Introduction

Brief explanation on what it is

About

HexiTextLIB is an all in one Spigot 1.16 colour code and font parser for developers to use and enjoy. It provides a standard to hex colour codes and gradients to provide consistency throughout plugins.

It achieves this by providing set Regex Patterns that replace your hex string values.

Features

  • Adds a standard to hex colour codes

  • Small, only adds a few KB to your project

  • Gradients with multiple stops

  • Easily apply the new fonts to messages

Contributing

Found any issue? Please report it herearrow-up-right. Got a feature you'd like adding? Feel free to make a PR with your changes. The source code can be found herearrow-up-right.

Support

You can get help for spigot coding and using this lib by joining the Help Chatarrow-up-right.

Examples

The following is an example of what you could do with this small LIB

Colour code <#55eb34>
Gradient code: <gradient:#55eb34:#34ebe5>
Gradient code: <gradient:#55eb34:#34ebe5:#55eb34>
Font Style: uniform

Last updated

Was this helpful?