-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathLuckPerms.json
39 lines (37 loc) · 1.04 KB
/
LuckPerms.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
{
"embed": {
"description": "> LuckPerms is an advanced permissions implementation aiming to be a fast, reliable and flexible alternative to existing permission plugins.",
"url": "https://luckperms.net/",
"color": 8311585,
"timestamp": "{TIMESTAMP_NOW}",
"footer": {
"text": "Requested by {USER}"
},
"thumbnail": {
"url": "https://raw.githubusercontent.com/syscraft-mc/tags/master/logos/LuckPerms.png"
},
"author": {
"name": "LuckPerms",
"url": "https://luckperms.net/",
"icon_url": "https://raw.githubusercontent.com/syscraft-mc/tags/master/logos/LuckPerms.png"
},
"fields": [
{
"name": "Wiki",
"value": "https://luckperms.net/wiki/Home"
},
{
"name": "Resource",
"value": "https://www.spigotmc.org/resources/luckperms.28140/"
},
{
"name": "Downloads",
"value": "https://luckperms.net/download"
},
{
"name": "Discord",
"value": "https://discord.gg/LuckPerms"
}
]
}
}