UPDATE | v1.3.1
- Added new options: AUTOFORMAT and AUTOFORMATSTYLE
- This option can be useful if the plugin you're using the expansion with parses colors before they're passed into PlaceholderAPI
Code:%gradient2_autoformat_<HEX1>,<HEX2>,..._<FORMAT>_<TEXT>% %gradient2_autoformatstyle:<STYLE>_<HEX1>,<HEX2>,..._<FORMAT>_<TEXT>%
Valid <FORMAT> arguments as of v1.3.1:
- DEFAULT (&#RRGGBB)
- DEFAULT2 (#RRGGBB)
- COMPONENT (<#RRGGBB>)
- LEGACY (&x&R&R&G&G&B&B)
- RAW (RRGGBB)
UPDATE | v1.3.0
- Rewrote expansion in Kotlin (hence the file size increase)
- Better error handling
- Added new options: RANDOM and RANDOMSTYLE
Code:%gradient2_random_<NUMCOLORS>_<FORMAT>_<TEXT>% %gradient2_randomstyle:<STYLE><NUMCOLORS><FORMAT>_<TEXT>%
Valid <FORMAT> arguments as of v1.3.0:
- DEFAULT (&#RRGGBB)
- DEFAULT2 (#RRGGBB)
- COMPONENT (<#RRGGBB>)
- LEGACY (&x&R&R&G&G&B&B)
UPDATE | v1.2
- Fixed style processing mode not working correctly
- Improved caching system
- New boolean setting "reset-formatting-afterwards" with a default value of true
- true -> converted text gets "&r" added to it at the end