forked from MineWeb/Plugin-Vote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·57 lines (57 loc) · 1.27 KB
/
config.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
52
53
54
55
56
57
{
"name": "Voter",
"admin_menus": {
"Vote": {
"icon": "fas fa-external-link-alt",
"index": "4",
"menu": {
"Configuration": {
"icon": "cog",
"permission": "VOTE__ADMIN_MANAGE",
"route": "/admin/vote/configuration"
},
"Gérer les récompenses": {
"icon": "gift",
"permission": "VOTE__ADMIN_MANAGE_REWARDS",
"route": "/admin/vote/rewards"
},
"Gérer les sites de votes": {
"icon": "sitemap",
"permission": "VOTE__ADMIN_MANAGE_WEBSITES",
"route": "/admin/vote/websites"
},
"Meilleurs voteurs": {
"icon": "trophy",
"permission": "VOTE__ADMIN_VIEW_TOP",
"route": "/admin/vote/top"
}
}
}
},
"navbar_routes": {
"Voter": "/vote"
},
"author": "Eywek",
"version": "2.10.3",
"useEvents": true,
"permissions": {
"available": [
"VOTE__ADMIN_MANAGE_REWARDS",
"VOTE__ADMIN_MANAGE_WEBSITES",
"VOTE__ADMIN_MANAGE",
"VOTE__COLLECT_REWARD",
"VOTE__ADMIN_VIEW_TOP"
],
"default": {
"0": [
"VOTE__COLLECT_REWARD"
],
"2": [
"VOTE__COLLECT_REWARD"
]
}
},
"requirements": {
"CMS": "^1.11.0"
}
}