events.yml

Required Settings

In all events you must have the following:

event: "Event" - The event that is been triggered.

message: "Event Message" - The event message that will be sent.

Example:

  section_name:
    event: "EventName"
    message: "Event Message"

Placeholders

%player% - Player Name

%result% - Event Result (only certain events support this)

%target% - Target's name (only certain events support this)

Supported Events

Last updated