Description: Colored Signs is a simple plugin that allows you to use chat color codes on signs.
This plugin even supports 1.16+ hex color codes.
Screenshots and Videos:
Video:
Sign Placing:
Sign Editing
Configuration:
Code (YAML):
# This option is used to print out extra information to the console. # Debug Mode is very helpful when you are having issues and need to see if the plugin is working. # Default: false debug-mode: false
# What character should be used to indicate color codes? # Legacy color codes are in the format <character><color> # Valid colors are 0-9 and A-F # Valid formats are K-O and R # # Example: "&2&lHello" is "Hello" with dark green color and bold formatting. # Default: '&' color-character: '&'
# Should permissions be required for each color code and formatting type? # Default: false permission-mode: false
# Should a message be broadcasted to the server when the plugin is enabled? # Default: true broadcast-enabled: true
# Should a message be broadcasted to the server when the plugin is disabled? # Default: true broadcast-disabled: true
# Should hex color codes be enabled on signs? # This features requires Spigot 1.16 or higher. # # Hex Colors on signs are in the format <character>#<hex-color> # Example: "&#FF0000Hello" is "Hello" with RGB 255, 0, 0, also known as "100% Red" # Default: true enable-hex-color-codes: true
# Should sign editing be enabled? # This feature requires Spigot 1.18.2 or higher. # To edit a sign, sneak and right-click it. enable-sign-editor: true
Permissions: colored.signs.command.edit-sign: Access the '/edit-sign' command.
You must set 'options.use permissions' to true in the config.yml to use these permissions.
All Colors and Formatting: signs.all
All Colors: signs.color.all
All Formatting: signs.format.all
Colors: Black: signs.color.0
Dark Blue: signs.color.1
Dark Green: signs.color.2
Dark Aqua: signs.color.3
Dark Red: signs.color.4
Dark Purple: signs.color.5
Gold: signs.color.6
Gray signs.color.7
Dark Gray signs.color.8
Blue signs.color.9
Green signs.color.a
Aqua signs.color.b
Red signs.color.c
Purple signs.color.d
Yellow signs.color.e
White signs.color.f
Hex Colors signs.color.hex
Help and Support If you need help with Colored Signs, there are multiple ways to contact me.
If you wish to stay on SpigotMC, you can post a message on the discussion page or send me a direct message.
You can also post an issue on the GitHub page for this project.
However, The fastest way to get support is through my Discord server. You can join by clicking the image below:
Sponsorships My projects are sponsored by Alien Host. Click the banner to check them out!
Extra Information: Please do not use a review to leave bug reports or errors. I am not able to help you through a review.