summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/Plugins.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-12Added missing hooks to cPluginManagerLukas Pioch1-0/+3
2015-09-05Renamed output directory to ServerMattes D1-0/+0
2015-08-13Fixed a few missing MCServers in APIDumpJulian Laubstein1-1/+1
2015-08-11Updated APIDump to follow the namechangeJulian Laubstein1-1/+1
2015-05-10Exported cPluginManager:ExecuteConsoleCommand() to Lua API.Mattes D1-0/+1
Fixes #1999.
2015-04-23Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D1-3/+4
Both functions are exported as static.
2015-04-19APIDump: Documented cPluginManager:IsPluginLoaded().Mattes D1-0/+1
2015-04-19Split the plugin names and plugin folders to avoid confusing them.Mattes D1-0/+204
Ref.: http://forum.mc-server.org/showthread.php?tid=1877