-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.json
32 lines (32 loc) · 1.02 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
{
"name": "Brickadia-Mining",
"description": "A typed safe Omegga plugin.",
"author": "Critical Floof",
"config": {
"authorized-role": {
"description": "The role that has access to trusted commands.",
"default": "Admin",
"type": "role"
},
"autosave-interval": {
"description": "The rate which gameData is saved and stored (in minutes). useful for data loss prevention.",
"default": 5,
"type": "number"
},"quest-interval": {
"description": "The rate which available quests are refreshed (in minutes)",
"default": 30,
"type": "number"
},
"auto-start": {
"description": "Automatically starts the game on server/plugin-start",
"default": true,
"type": "boolean"
},
"clear-gamedata": {
"description": "!!!DANGEROUS!!! Resets all gamedata upon restart, used for testing purposes. Enabling this option will make a lot of players angry in a live session.",
"default": false,
"type": "boolean"
}
},
"commands": []
}