summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/HookNotify/HookNotify.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D1-1/+1
2015-09-05Renamed output directory to ServerMattes D1-0/+0
2015-04-13HookNotify: Rewritten for generic hooks.Mattes D1-440/+48
2015-03-05Added OnTeleportEntity hook for plugins.joshi071-0/+17
2013-08-21Updated internal plugins to the #121 API.madmaxoft1-41/+41
2013-08-08Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft1-0/+36
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-404/+404
2013-02-21Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com1-0/+16
2013-02-13Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com1-3/+12
2013-02-05Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com1-0/+27
2013-01-28Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com1-3/+3
2013-01-28Updated HookNotify with the hook renaming.madmaxoft@gmail.com1-3/+3
2013-01-27Added cItems to Lua API.madmaxoft@gmail.com1-2/+10
2013-01-27Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com1-0/+11
2013-01-26Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com1-3/+3
2013-01-18Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com1-1/+1
2013-01-13Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com1-0/+333