AdvancedPlugins / Jobs

AdvancedJobs is the ultimate Spigot Jobs Plugin that allows you to create your own custom jobs without any programming knowledge.
https://advancedplugins.net/item/AdvancedJobs.187/
1 stars 0 forks source link

HELP LINK FOR GRADIENT COLORS IN THE .YML OR WIKI #13

Closed GJ-Euphory closed 2 months ago

GJ-Euphory commented 4 months ago

Describe the feature

Recently I had a question about whether I could create hexadecimal colors but there was nowhere where it said how to create them (I had to ask on Discord to find out, disastrous for those who don't use Discord, although it gives them points in favor of having staff available), it would be good to be able to add the format used for hexadecimal colors in the .yml files (at the beginning of each file it can be) and from there attach a link to a page that allows you to create gradient colors with the format provided "{#dddddd }" which is AlonsoLiaga's.

https://alonsoaliaga.github.io/generator/

There, if you use the format: "Brackets {#rrggbb}" you could create hexadecimal colors in gradient.

image

For example:

image image

KPGTB commented 2 months ago

Hey! I added official gradient support. It will be available in the next update. We will also update wiki

Gradient syntax

<gradient:FIRST_COLOR,SECOND_COLOR>TEXT</gradient>

Example

<gradient:#FF0000,#0000FF>Okay?</gradient>

It supports only 2 colors

GJ-Euphory commented 2 months ago

nice