Permalink
Browse files

Remaining part of fix.

  • Loading branch information...
bearbin committed Sep 27, 2014
1 parent 400a4d1 commit 3ff7103440202694f36f4c5edd09f8c5d4abb5a5
Showing with 1 addition and 0 deletions.
  1. +1 −0 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}}." },

3 comments on commit 3ff7103

@NiLSPACE

This comment has been minimized.

Show comment
Hide comment
@NiLSPACE

NiLSPACE Sep 27, 2014

Member

I thought plugins were also able to change the description using this hook. Maybe it should be noted here as well?

Member

NiLSPACE replied Sep 27, 2014

I thought plugins were also able to change the description using this hook. Maybe it should be noted here as well?

@bearbin

This comment has been minimized.

Show comment
Hide comment
@bearbin

bearbin Sep 27, 2014

Member

If someone else can confirm that I'll add it. Do you know how the changing works?

Member

bearbin replied Sep 27, 2014

If someone else can confirm that I'll add it. Do you know how the changing works?

@NiLSPACE

This comment has been minimized.

Show comment
Hide comment
@NiLSPACE

NiLSPACE Sep 27, 2014

Member

@Howaner do you know how to do that? :)

Member

NiLSPACE replied Sep 27, 2014

@Howaner do you know how to do that? :)

Please sign in to comment.