Help Command
An easy to use plugin to help your players out with a fully customizable '/help' command
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Help Command
This plugin allows you to create a simple help message in chat for players to see when they run the /help command.

Documentation: https://hcdocs.voidem.com
All Minecraft colour and formatting codes are able to be used. Hex codes may also be used along with gradients and other features. All string fields in config.yml support the colouring system.
Help Command Colouring System
Making a gradient
``` - "<GRADIENT:FF0000>ServerName Help</GRADIENT:FFBEBE>" ```
Making a static hex colour
``` - "<SOLID:FF0080>ServerName Help" ```
Making a rainbow
``` - "<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>" ``` To make a different shade of rainbow: Add a number to the end of RAINBOW e.g <RAINBOW2>, <RAINBOW3> etc