diff options
author | Feyo Korenhof <35343640+feyokorenhof@users.noreply.github.com> | 2021-11-29 13:53:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 13:53:58 +0100 |
commit | 1be14ebf7f38ab446907b4c111370b3a62bdc268 (patch) | |
tree | 18c8b88096469ae04fff1228230ee3b7f0152ecb /Server | |
parent | Protocol: modernise plugin message handling (#5325) (diff) | |
download | cuberite-1be14ebf7f38ab446907b4c111370b3a62bdc268.tar cuberite-1be14ebf7f38ab446907b4c111370b3a62bdc268.tar.gz cuberite-1be14ebf7f38ab446907b4c111370b3a62bdc268.tar.bz2 cuberite-1be14ebf7f38ab446907b4c111370b3a62bdc268.tar.lz cuberite-1be14ebf7f38ab446907b4c111370b3a62bdc268.tar.xz cuberite-1be14ebf7f38ab446907b4c111370b3a62bdc268.tar.zst cuberite-1be14ebf7f38ab446907b4c111370b3a62bdc268.zip |
Diffstat (limited to 'Server')
-rw-r--r-- | Server/Plugins/APIDump/Classes/Plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/Classes/Plugins.lua b/Server/Plugins/APIDump/Classes/Plugins.lua index adc6bf0b3..26c8c9c76 100644 --- a/Server/Plugins/APIDump/Classes/Plugins.lua +++ b/Server/Plugins/APIDump/Classes/Plugins.lua @@ -847,11 +847,11 @@ cPluginManager.AddHook(cPluginManager.HOOK_CHAT, OnChatMessage); }, HOOK_PLAYER_FISHED = { - Notes = "Called when the player reels the fishing rod back in, after the server decides the player's fishing reward.", + Notes = "Called when the player reels the fishing rod back in, after the server decides the player's fishing reward and the experience to grant.", }, HOOK_PLAYER_FISHING = { - Notes = "Called when the player reels the fishing rod back in, plugins may alter the fishing reward.", + Notes = "Called when the player reels the fishing rod back in, plugins may alter the fishing reward and the experience granted to the player.", }, HOOK_PLAYER_FOOD_LEVEL_CHANGE = { |