summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/HookNotify/HookNotify.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed output directory to ServerMattes D2015-09-051-65/+0
* HookNotify: Rewritten for generic hooks.Mattes D2015-04-131-440/+48
* Added OnTeleportEntity hook for plugins.joshi072015-03-051-0/+17
* Updated internal plugins to the #121 API.madmaxoft2013-08-211-41/+41
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-0/+36
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-404/+404
* Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com2013-02-211-0/+16
* Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com2013-02-131-3/+12
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-0/+27
* Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com2013-01-281-3/+3
* Updated HookNotify with the hook renaming.madmaxoft@gmail.com2013-01-281-3/+3
* Added cItems to Lua API.madmaxoft@gmail.com2013-01-271-2/+10
* Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com2013-01-271-0/+11
* Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com2013-01-261-3/+3
* Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com2013-01-181-1/+1
* Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com2013-01-131-0/+333