summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/Plugins.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-29Added ExperienceAmount variable to HOOK_PLAYER_FISHING and HOOK_PLAYER_FISHED (#5345)Feyo Korenhof1-2/+2
* Implemented cServer::ScheduleTask() and cServer::TickQueuedTasks() * Fixed formatting and added ScheduleTask to APIDesc * Added feyokorenhof to contributors * Added ExperienceAmount variable to all the hook calls. * Made ExperienceAmount int reference instead of int in HOOK_PLAYER_FISHING. Fixed bug: a_Reward is now a reference * Add documentation, change ItemFishingRod to pass in experience Co-authored-by: Alexander Harkness <me@bearbin.net>
2020-09-28Plugin reload <plugin_name> feature (#4942)[IPSA] Chris de Claverie1-0/+11
+ Add `reload <pluginname>` * Fixes #365 Co-authored-by: Alexander Harkness <me@bearbin.net> Co-authored-by: pwnOrbitals <c.de-claverie@pm.me> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2020-09-21Implement Dropspenser Hook (#4903)KrystilizeNevaDies1-0/+4
* Implement Dropspenser Hook Implemented a hook for dropspensing. HOOK_DROPSPENSE When plugin callback returns true then dropspense is cancelled * Update src/Bindings/PluginManager.h Co-authored-by: peterbell10 <peterbell10@live.co.uk> * Create OnDropSpense.lua * Fix indent * Forgot include Forgot to include the plugin manager. Although now im confused why it was working on my end without including the plugin manager * Update plugins.lua with dropspense * fix typos * haha notepad++ go brr Co-authored-by: peterbell10 <peterbell10@live.co.uk>
2020-03-23Manual merge of #4498.Alexander Harkness1-0/+4
Credit to @MeMuXin Closes #4498
2019-08-10APIDocs: Added missing return type and corrected one (#4353)Lukas Pioch1-0/+6
2017-08-27Implement Forge protocol handshake support (#3869)satoshinm1-0/+4
2017-08-17Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly1-0/+4
2016-10-06APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().Mattes D1-10/+30
2016-10-01APIDesc: Reformatted ConstantGroups to match the enum names.Mattes D1-2/+2
2016-09-16APIDump: Replaced "callback" type with "function".Mattes D1-3/+3
2016-09-14APIDesc: Fixed some leftover "<unknown>" types.Mattes D1-2/+2
2016-09-12APIDump: Reformatted the docs to include type information.Mattes D1-156/+916
Also fixed a bit of documentation in the CPP source.
2016-09-09APIDump: Support structured parameter info.Mattes D1-20/+44
Ref.: GH#3375
2016-09-08APIDump: Removed trailing whitespace.Mattes D1-2/+2
2016-09-05APIDump: Fixed documentation for cPluginManager:GetPluginsPath().Mattes D1-1/+1
2016-07-18APIDump: Added explicit IsStatic flag to static functions.Mattes D1-9/+9
2016-06-27Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D1-3/+4
2016-05-31LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D1-1/+1
2016-03-21Revert "Lua callback"Mattes D1-4/+3
2016-03-17Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D1-3/+4
2016-01-31Updated old forum linksMathias1-1/+1
2015-11-03Implemented brewingLukas Pioch1-0/+2
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