📚
GSLibrary
  • 👋Welcome
  • 👾Our plugins
  • Language API
    • 🇬🇧Languages
    • 🇰🇳For developers
  • Color API
    • 🎨Colors in configurations
  • GUI API
    • 🆕Creating GUI
    • 📕GUI Normal item
  • ACTIONS API
    • ⚙️How to make action
    • 📰Actions list
  • CONDITIONS API
    • 📐How to make condition
    • 📰Conditions types list
Powered by GitBook
On this page
  • Hex colors
  • Centered message

Was this helpful?

  1. Color API

Colors in configurations

Our colorize util is really interesting and have lot of cool features.

PreviousFor developersNextCreating GUI

Last updated 2 years ago

Was this helpful?

Hex colors

You can use lot of hex color formatting types. Solid color, Geradient and Rainbow..

Hex colors work's only on the version 1.16+

Just a solid color like (&atext) but in hex. Format: <#hex> text

e.g.:

message: '<#29bbcf>HELLO WORLD!'

Quite complex thing that take 2 colors and create a smooth gradient for your text, that you want to colorize. Format: <G:hex>your text here!</G:hex>

Hex without #

e.g.:

message: '<G:29bbcf>HELLO WORLD!</G:2475d1>'

If you want to make some experiments, you can try rainbow feature, that transform your text into the rainbow. Format: <RAINBOW(number)>your text here!</RAINBOW>

e.g.:

message: '<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>'

message: '<RAINBOW100>THIS IS A REALLY COOL Rainbow</RAINBOW>'

Centered message

If you want to move a message to the center of the chat block, you can use this feature. Only one thing, that you have to do is this:

message: '<center>CENTERED TEXT'
🎨
🌈
📬