-
Notifications
You must be signed in to change notification settings - Fork 3
/
script.json
51 lines (51 loc) · 1.63 KB
/
script.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
50
51
{
"name": "MapChange",
"script": "MapChange.js",
"version": "1.8",
"description": "Provides a way for users to move between maps in a campaign without the GM needing to move them.\n\nFor full information on how to use the script, use the command '!mc help' in game.",
"authors": "TheWhiteWolves",
"roll20userid": "1043",
"patreon": "",
"useroptions": [{
"name": "Debug Mode",
"type": "checkbox",
"value": "true",
"checked": "unchecked",
"description": "Set to true to use built in debug statements"
}, {
"name": "GM Notification",
"type": "checkbox",
"value": "true",
"checked": "unchecked",
"description": "Set to true to turn on notifing the GM when events happen."
}, {
"name": "Marker",
"type": "text",
"default": "[GM]",
"description": "The marker used to decide what is placed in the private map."
}, {
"name": "Hide Marker",
"type": "text",
"default": "[Hide]",
"description": "The marker used to decide what is placed in the hidden map."
}, {
"name": "Inverted Marker",
"type": "checkbox",
"value": "true",
"checked": "unchecked",
"description": "When true this places the pages with name containing the marker into the public list.\nUse this if you want maps to be private by default instead of public by default."
}],
"dependencies": [],
"modifies": {
"Campaign.playerpageid": "read,write",
"Campaign.playerspecificpages": "read,write",
"Page.name": "read",
"Page._id": "read",
"Page.archived": "read",
"Player._displayname": "read",
"Player._id": "read",
"state.MapChange": "read,write"
},
"conflicts": [],
"previousversions": ["1.0","1.1","1.2","1.3","1.4","1.5","1.6","1.7"]
}