Provides a set of events that fire within the broader scripting system within 8Crafter's Server Utilities & Debug Sticks add-on.

Properties

Fires after a modified chat message is sent.

This is triggered by the chat ranks system of the add-on, if the chat ranks system is disabled this event will never fire.

Note: If the modified chat message send event is cancelled from a subscription to Events.andexdb.afterEvents.modifiedChatMessageSend, this event will not fire.

This property can be read in early-execution mode.

instance: andexdbAfterEvents = ...

The instance of the andexdbAfterEvents class.