summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/Classes/Plugins.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few missing MCServers in APIDumpJulian Laubstein2015-08-131-1/+1
|
* Updated APIDump to follow the namechangeJulian Laubstein2015-08-111-1/+1
|
* Exported cPluginManager:ExecuteConsoleCommand() to Lua API.Mattes D2015-05-101-0/+1
| | | | Fixes #1999.
* Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D2015-04-231-3/+4
| | | | Both functions are exported as static.
* APIDump: Documented cPluginManager:IsPluginLoaded().Mattes D2015-04-191-0/+1
|
* Split the plugin names and plugin folders to avoid confusing them.Mattes D2015-04-191-0/+204
Ref.: http://forum.mc-server.org/showthread.php?tid=1877