You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/for-players.md
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
61
61
"mentionMessage": "&7you are mentioned by &l&7%player&7 player, in the chat.",
62
62
"mentionAtFormat": "&c",
63
63
"mentionNameFormat": "&b"
64
+
},
65
+
"events": {
66
+
"joinMessageEnabled": true,
67
+
"leftMessageEnabled": true,
68
+
"advancementsEnabled": true
64
69
}
65
70
}
66
71
```
@@ -227,4 +232,28 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
227
232
Description: Pattern message for after `@` symbol in message. (sorry for really bad english)
228
233
```
229
234
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