summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Hooks/OnExecuteCommand.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated APIDump to follow the namechangeJulian Laubstein2015-08-111-1/+1
|
* All in-game commands go through the OnExecuteCommand hook.Mattes D2015-05-131-4/+3
| | | | Everything that has a slash at the beginning, doesn't matter if it is a registered command or not.
* OnExecuteCommand hook can override the command result (crXXX).Mattes D2015-05-101-3/+5
|
* Call HOOK_EXECUTE_COMMAND even for unknown console commands.Mattes D2015-05-101-2/+10
| | | | This allows plugins such as Aliases to intercept even unknown commands.
* Added the EntireCommand parameter to HOOK_EXECUTE_COMMAND.Mattes D2015-05-101-1/+2
| | | | Fixes #1996.
* APIDump: The descriptions are read from multiple files.madmaxoft2013-11-231-0/+31
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.