summaryrefslogtreecommitdiffstats
path: root/src/main/resources/configurations/help.yml
Commit message (Collapse)AuthorAgeLines
* [Bleeding] Added support for custom index help topics in help.yml. Addresses ↵rmichela2012-03-22-2/+16
| | | | BUKKIT-1263
* [Bleeding] Added option to completely disable all automatic help topic ↵rmichela2012-03-22-1/+2
| | | | generation by adding "All" to the ignore-plugins list in help.yml. Addresses BUKKIT-1264
* [Bleeding] Added support for color codes in help.yml. Addresses BUKKIT-1191rmichela2012-03-16-11/+12
|
* [Bleeding] Implemented the command-topics-in-master-index option in ↵rmichela2012-03-16-0/+3
| | | | | | help.yml. Addresses BUKKIT-1189 When false, help topics that start with a slash are omitted from the mater index.
* [Bleeding] Added option to remove entire plugins from the help index using ↵rmichela2012-03-16-3/+16
| | | | the help.yml file. Addresses BUKKIT-1178
* [Bleeding] Added support for amending help topic visibility permissions in ↵rmichela2012-03-10-0/+1
| | | | help.yml. Addresses BUKKIT-1113
* Fixed typo in help.yml header - this fixes BUKKIT-945. Thanks to a PR by ↵Nathan Adams2012-03-03-1/+1
| | | | turt2live
* [Bleeding] Added Help API. Addresses BUKKIT-863rmichela2012-03-01-0/+22