
HelpList allows you to prepare some lists in the config file and display them in the chat with one command.
Firstly, look in your config file, there is a few lists, an option called HelpList , this option will appear when the player will type /h , it will tell him which help he can display, and an option called Groups, this is where you will be able to make your groups of players. To create a new List, make a option called as you want to and add the name of that list in HelpList , add to your option a list called list , fill up your list with as many entries as you want. Then, add a list to your new option called groups , you can list here which groups could see the list, if you want everyone to be able to see it, just put one entry - all . There is a third option in your option, it's called color and it allows you to chose different colors for your lists. You can put almost every color and here is the list: - aqua - blue - daqua - dblue - dgray - dgreen - dpurple - dred - gold - gray - green - lpurple - red - yellow
The dgreen means Dark Green and lpruple is Light Purple
To create a new group, go in the Groups option and add a list in it called as you want your new group to be called, just put in the list the players you want to be in that group.
A list has a specific format, it begins with the name of the list "nameList:" then in a new line, " - First element of that list" don't forget the space before AND after the minus. You can make as many lists as you want but keep the same format.
HelpList: listOne|listTwo|listThree
listOne:
list:
- First line
- Second line
- Third line
groups:
- admin
color:
- red
listTwo:
list:
- First line
- Second line
groups:
- all
color:
- blue
listThree:
list:
- First line
- Second line
groups:
- admin
color:
- yellow
Groups:
admin:
- Player1
- Player2
not-admin:
- Player3
With the command /h <list> <page>, you can display the list that corresponds in the config file. if you want to add a list, just add it in the config file and when a player will type help <that list> it will display it to him.
It works very well on my server, if on yours it doesn't, let me know.