📖
Aeon's Resource Docs
  • 👋Overview
  • Configurations
    • Premium TAB
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔠CustomFont Expansion [LEGACY]
      • ❓Common Issues
    • EssentialsX Kit GUI
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔠CustomFont Expansion [LEGACY]
    • LibertyBans Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • LiteBans Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • EssentialsX Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • Quests
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • HuskHomes Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
  • Expansions
    • CustomFont
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔤Usage
      • âš™ī¸Configuration
      • 🔄Convert from Legacy
    • Gradient2
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔤Usage
      • âš™ī¸Configuration
  • Plugins
    • âš ī¸Activation | Read Me!
    • LeaderboardMenus
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • đŸŽ¯Commands & Permissions
      • âš™ī¸Configuration
        • config.yml
        • boards.yml
        • menu.yml
      • đŸ”ĸPlaceholders
    • CustomFont
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • đŸŽ¯Commands & Permissions
      • âš™ī¸Configuration
      • đŸ”ĸPlaceholders
      • ❓Common Issues
Powered by GitBook
On this page
  • âš™ī¸ Settings
  • ➕ Add your own preset
  1. Expansions
  2. Gradient2

Configuration

PreviousUsageNextActivation | Read Me!

Last updated 11 months ago

The configuration is found at .../plugins/PlaceholderAPI/config.yml under the gradient2 section

âš™ī¸ Settings

reset-formatting-afterwards: true

true -> Converted text gets the reset modifier (like "&r") appended to it at the end to remove formatting

Add your own preset

presets:
  template:
    colors: ''
    style: ''

The name of the preset (in this case template) must not have any underscore characters (_), otherwise you might not be able to use it

The colors value (hex codes) must be separated with a comma (,), for example:

colors: '#FFFFFF,#808080' 

and follow the same hex color code pattern (no mix and match), for example:

colors: '&#FFFFFF,#808080' # This doesn't work and will cause errors

This field cannot be left empty.

The style value (formatting/modifiers) must be separated with a comma (,), for example:

style: 'l,o,n'

This field can be left empty (no formatting will be used)

âš™ī¸
➕