Skip to content

Commit

Permalink
Improve documentation readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Raquece committed Aug 9, 2022
1 parent 6d2aea5 commit 245aa87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,34 @@ A player joined the game.
Tokens:
- `$PLAYER` - The player that has joined.

---

### `player.quit`
A player left the game.

Tokens:
- `$PLAYER` - The player that has left.

---

### `player.death`
A player has died.

Tokens:
- `$MESSAGE` - The death message shown in chat.
- `$VICTIM` - The player that has died.

---

### `player.advancement`
A player has unlocked an advancement.

Tokens:
- `$PLAYER` - The player that has unlocked the advancement.
- `$ADVANCEMENT` - The title of the advancement

---

### `server.started`
Embeded message. The server or plugin has started.

Expand All @@ -34,6 +42,8 @@ Parameters:
- `description` - The body of the embed.
- `color` - The colored highlight of the embed in integer format.

---

### `server.stopped`
Embeded message. The server or plugin has stopped.

Expand Down

0 comments on commit 245aa87

Please sign in to comment.