summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/InfoDump.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InfoDump: Removes indent and parses ParameterCombinations.madmaxoft2014-01-061-8/+27
| | | | The DetailedHelp was a bad name for what it really contained, so it has been renamed to ParameterCombinations.
* InfoDump: Removed an unneeded function.madmaxoft2014-01-051-28/+0
|
* InfoDump: All reasonable strings are forumized.madmaxoft2014-01-041-5/+5
|
* Added forum output for commands' DetailedHelp array.madmaxoft2014-01-041-2/+31
| | | | Also added some coloring to simulate syntax highlighting.
* InfoDump: Implemented list and formatting Forumizing.madmaxoft2014-01-041-1/+6
| | | | The exported strings are now parsed for basic formatting and list-related tags.
* InfoDump: added AdditionalInfo to forum dumps.madmaxoft2014-01-041-4/+47
|
* Added an InfoDump script for dumping all plugins' Info.lua into forum description.madmaxoft2014-01-041-0/+293
GitHub description will follow later on.