diff options
author | Alexander Harkness <me@bearbin.net> | 2014-09-27 16:35:06 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2014-09-27 16:35:06 +0200 |
commit | 3ff7103440202694f36f4c5edd09f8c5d4abb5a5 (patch) | |
tree | 4d5ebdef657bd4605d71366dbf0942f77b770181 /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | Hopefully fix #1384 (diff) | |
download | cuberite-3ff7103440202694f36f4c5edd09f8c5d4abb5a5.tar cuberite-3ff7103440202694f36f4c5edd09f8c5d4abb5a5.tar.gz cuberite-3ff7103440202694f36f4c5edd09f8c5d4abb5a5.tar.bz2 cuberite-3ff7103440202694f36f4c5edd09f8c5d4abb5a5.tar.lz cuberite-3ff7103440202694f36f4c5edd09f8c5d4abb5a5.tar.xz cuberite-3ff7103440202694f36f4c5edd09f8c5d4abb5a5.tar.zst cuberite-3ff7103440202694f36f4c5edd09f8c5d4abb5a5.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index e6ee4ca10..6a3c178ef 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -1984,6 +1984,7 @@ cPluginManager.AddHook(cPluginManager.HOOK_CHAT, OnChatMessage); HOOK_PLAYER_USING_ITEM = { Notes = "Called when the player is about to right-click with a usable item in their hand." }, HOOK_POST_CRAFTING = { Notes = "Called after a valid recipe has been chosen for the current contents of the crafting grid. Plugins may modify the recipe." }, HOOK_PRE_CRAFTING = { Notes = "Called before a recipe is searched for the current contents of the crafting grid. Plugins may provide a recipe and cancel the built-in search." }, + HOOK_SERVER_PING = { Notes = "Called when a alient pings the server from the server list." }, HOOK_SPAWNED_ENTITY = { Notes = "Called after an entity is spawned in a {{cWorld|world}}. The entity is already part of the world." }, HOOK_SPAWNED_MONSTER = { Notes = "Called after a mob is spawned in a {{cWorld|world}}. The mob is already part of the world." }, HOOK_SPAWNING_ENTITY = { Notes = "Called just before an entity is spawned in a {{cWorld|world}}." }, |