-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.json
49 lines (49 loc) · 1.25 KB
/
doc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "Building-fill",
"description": "Fill tool for building",
"author": "Aware",
"commands": [
{
"name": "/fill",
"description": "Replace the color selected with /getFill with the active paint color",
"example": "/fill",
"args": [
{
"name": "ignoreMaterials",
"description": "Ignore material of brick when filling",
"required": false
}
]
},
{
"name": "/fillAll",
"description": "Replace all colors with active paint color",
"example": "/fillAll",
"args": [
{
"name": "ignoreMaterials",
"description": "Ignore material of brick when filling",
"required": false
}
]
},
{
"name": "/fillColor",
"description": "The color you want to replace, pull out paint tool and choose a color then type the command.",
"example": "/fillColor",
"args": []
}
],
"config": {
"only-authorized": {
"description": "Whether only authorized players can use fill commands",
"type": "boolean",
"default": true
},
"authorized-users": {
"description": "List of players who can always use fill commands",
"type": "players",
"default": []
}
}
}