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}}." },
This comment has been minimized.
NiLSPACESep 27, 2014
MemberI thought plugins were also able to change the description using this hook. Maybe it should be noted here as well?
NiLSPACE repliedSep 27, 2014
I thought plugins were also able to change the description using this hook. Maybe it should be noted here as well?
This comment has been minimized.
bearbinSep 27, 2014
MemberIf someone else can confirm that I'll add it. Do you know how the changing works?
bearbin repliedSep 27, 2014
If someone else can confirm that I'll add it. Do you know how the changing works?
This comment has been minimized.
NiLSPACESep 27, 2014
Member@Howaner do you know how to do that? :)
NiLSPACE repliedSep 27, 2014
@Howaner do you know how to do that? :)