Plugin's Files

The list of plugin's configuration files

pageconfig.yml

Hex Color Usages

Here, we will show you exactly how to use hex color in the messages. First of all, here is the available format:

Description

Syntax

RGB Hex Color

&#ff0ff&Text

Gradient

&#eecda3-#ef629f&Text

Rainbow

&rainbow&Text

Rainbow Phase

&rainbow:20&Text

Example Usage

messages:
  header: '&rainbow:20&---------------------------------------'
  line1: ' &6» &#e6da77&{player} &ejust donated!'
  line2: ' &rainbow:90&» Store: store.example.com'
  line3: ''
  line4: ' &#eecda3-#ef629f&MONTHLY GOAL (${goal_current_donation}/${goal_donation_goal})'
  line5: ' {goal_progress_bar} &7{goal_percentage}%'
  line6: ''
  line7: ' &rainbow&Product: {product_displayname} (${product_price})'
  line8: ' &7(( Help us keep the server alive! ))'
  footer: '&rainbow:20&---------------------------------------'

Last updated