Skip to content

Commit 74ac8e8

Browse files
committed
Documentation updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 52f37eb commit 74ac8e8

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

documentation/for-players.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
6161
"mentionMessage": "&7you are mentioned by &l&7%player&7 player, in the chat.",
6262
"mentionAtFormat": "&c",
6363
"mentionNameFormat": "&b"
64+
},
65+
"events": {
66+
"joinMessageEnabled": true,
67+
"leftMessageEnabled": true,
68+
"advancementsEnabled": true
6469
}
6570
}
6671
```
@@ -227,4 +232,28 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
227232
Description: Pattern message for after `@` symbol in message. (sorry for really bad english)
228233
```
229234

230-
### If you have any questions or encounter a problem, be sure to open an [issue](https://github.com/ProjectEssentials/ProjectEssentials-Chat/issues/new/choose)!
235+
```
236+
Property name: events.joinMessageEnabled
237+
238+
Accepts data type: Boolean
239+
240+
Description: Supress `player join` messages on server if value false.
241+
```
242+
243+
```
244+
Property name: events.leftMessageEnabled
245+
246+
Accepts data type: Boolean
247+
248+
Description: Supress `player left` messages on server if value false.
249+
```
250+
251+
```
252+
Property name: events.advancementsEnabled
253+
254+
Accepts data type: Boolean
255+
256+
Description: Supress `advancement get` messages on server if value false.
257+
```
258+
259+
### If you have any questions or encounter a problem, be sure to open an [issue](https://github.com/ProjectEssentials/ProjectEssentials-Chat/issues/new/choose)!

0 commit comments

Comments
 (0)