summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/InfoReg.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-10InfoReg uses cCompositeChat for subcommand lists.madmaxoft1-6/+6
Also fixed an issue with console commands.
2014-03-25InfoReg updated for multi-verb console commands.madmaxoft1-12/+39
2014-03-16Fixed InfoReg.lua's handling of multi-level commands.madmaxoft1-2/+2
2014-02-25InfoReg: Subcommand aliases are handled properly.madmaxoft1-1/+15
2014-02-17Added the InfoReg plugin library file.madmaxoft1-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.