
Gradient2 Expansion | v1.3.2
A PAPI expansion that beautifies any text with stunning gradients
Page 1
v1.3.2
Jan 23, 2025
Section format support
UPDATE | v1.3.2
- Added new format SECTION (§x§R§R§G§G§B§B)
- Fixed LEGACY format
- Updated PlaceholderAPI dependency to 2.11.6
Valid <FORMAT> arguments as of v1.3.2:
- DEFAULT (&#RRGGBB)
- DEFAULT2 (#RRGGBB)
- COMPONENT (<#RRGGBB>)
- LEGACY (&x&R&R&G&G&B&B)
- SECTION (§x§R§R§G§G§B§B)
- RAW (RRGGBB)
v1.3.1
May 21, 2024
Auto-formatting
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
%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)
v1.3.0
May 10, 2024
Randomness
UPDATE | v1.3.0
- Rewrote expansion in Kotlin (hence the increase in file size)
- Better error handling
- Added new options: RANDOM and RANDOMSTYLE
%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)
v1.2
Aug 5, 2023
Fixes and optimizations
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
v1.1
Jul 31, 2023
Page 1