HelpList
HelpList

What does HelpList do?
HelpList allows you to prepare some lists in the config file and display them in the chat with one command.
How can you do it?
Config
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.
Example
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
Command
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.
Bugs
It works very well on my server, if on yours it doesn't, let me know.
-
View User Profile
-
Send Message
Posted Jun 3, 2013Hi
Will you be adding permission nodes to this so that I can give perm to see a list to only certain groups?
Also is it possible to add a config option to change the text colors?
Love the plugin and will use it anyway, hope you do some more on it :)
Thanks The Titan
-
View User Profile
-
Send Message
Posted Jun 2, 2013Wonderful. This allows me to make separate help files than the normal essentials help files for special ranks like donator ranks so they know how to use their commands.
Thank you, WillYouCraft!