summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/InfoReg.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InfoReg: Added a diagnostic for bad Info.lua command info.Mattes D2014-11-221-0/+1
|
* InfoReg uses cCompositeChat for subcommand lists.madmaxoft2014-04-101-6/+6
| | | | Also fixed an issue with console commands.
* InfoReg updated for multi-verb console commands.madmaxoft2014-03-251-12/+39
|
* Fixed InfoReg.lua's handling of multi-level commands.madmaxoft2014-03-161-2/+2
|
* InfoReg: Subcommand aliases are handled properly.madmaxoft2014-02-251-1/+15
|
* Added the InfoReg plugin library file.madmaxoft2014-02-171-0/+157
This file should be used by all plugins that use Info.lua to register their commands. It defines the functions that register the commands and provide handling for the subcommands.