summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Server/Plugins/APIDump/Classes/Plugins.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/Classes/Plugins.lua b/Server/Plugins/APIDump/Classes/Plugins.lua
index e22f4e3a0..cbaa034ca 100644
--- a/Server/Plugins/APIDump/Classes/Plugins.lua
+++ b/Server/Plugins/APIDump/Classes/Plugins.lua
@@ -816,6 +816,14 @@ cPluginManager.AddHook(cPluginManager.HOOK_CHAT, OnChatMessage);
{
Notes = "Called when the player starts eating a held item. Plugins may abort the eating.",
},
+ HOOK_PLAYER_EDITED_BOOK =
+ {
+ Notes = "This hook is called whenever a {{cPlayer|player}} has edited a book.",
+ },
+ HOOK_PLAYER_EDITING_BOOK =
+ {
+ Notes = "This hook is called whenever a {{cPlayer|player}} is editing a book."
+ },
HOOK_PLAYER_FISHED =
{
Notes = "Called when the player reels the fishing rod back in, after the server decides the player's fishing reward.",