We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69890e8 commit b78d931Copy full SHA for b78d931
converters/types/essentialschat.json
@@ -5,16 +5,24 @@
5
"EssentialsChatConfig": {
6
"type": "object",
7
"properties": {
8
- "format": {
9
- "type": "string"
10
- },
11
- "group-formats": {
+ "chat": {
12
13
- "additionalProperties": {
14
+ "properties": {
+ "format": {
+ "type": "string"
+ },
+ "group-formats": {
15
+ "type": "object",
16
+ "additionalProperties": {
17
18
+ }
19
20
}
21
- }
22
23
+ "required": [
24
+ "chat"
25
+ ]
26
27
28
0 commit comments