-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
77 lines (69 loc) · 3.41 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"servername": "Crafting For Christ",
"sitecolour": "#3a99e8",
"contactemail": "[email protected]",
"serverip": "play.craftingforchrist.net",
"notificationemail": "[email protected]",
"serverwebsite": "https://www.craftingforchrist.net/",
"webfavicon": "/img/favicon.ico",
"weblogo": "/img/server-icon.png",
"webvideobackground": "./img/rollingbackground.mp4",
"description": "A Christian Minecraft Server.",
"website": "https://www.craftingforchrist.net/",
"guideslink": "https://guides.craftingforchrist.net/",
"discordlink": "https://discordapp.com/invite/fGWNchS",
"shoplink": "https://crafting-for-christ.tebex.io",
"twitterlink": "https://twitter.com/craft4christmc",
"facebooklink": "https://www.facebook.com/craft4christ/",
"instagramlink": "https://instagram.com/craftingforchrist",
"redditlink": "https://www.reddit.com/r/craftingforchrist/",
"forumlink": "https://forums.craftingforchrist.net/",
"twitchlink": "https://www.twitch.tv/craftingforchrist",
"youtubelink": "https://www.youtube.com/channel/UCeijz6MNnya85LprMjPmYag",
"linkedinlink": "https://www.linkedin.com/company/68885022/",
"tiktoklink": "https://www.tiktok.com/@craftingforchrist",
"giveawaylink": "LINK",
"feedbacklink": "https://forms.gle/haNsHnF1jpW2TuQCA",
"email": true,
"discord": true,
"shop": true,
"twitter": true,
"facebook": true,
"instagram": true,
"reddit": false,
"twitch": true,
"youtube": true,
"linkedin": true,
"tiktok": true,
"rulesmd": "https://raw.githubusercontent.com/crafting-for-christ/Legal/master/rules.md",
"termsmd": "https://raw.githubusercontent.com/crafting-for-christ/Legal/master/terms.md",
"privacymd": "https://raw.githubusercontent.com/crafting-for-christ/Legal/master/privacy.md",
"refundmd": "https://raw.githubusercontent.com/crafting-for-christ/Legal/master/refund.md",
"contentcreatorsmd": "https://raw.githubusercontent.com/crafting-for-christ/Web-Various/master/contentcreator.md",
"developersmd": "https://raw.githubusercontent.com/crafting-for-christ/Web-Various/master/developers.md",
"juniorstaffmd": "https://raw.githubusercontent.com/crafting-for-christ/Web-Various/master/juniorstaff.md",
"buildersmd": "https://raw.githubusercontent.com/crafting-for-christ/Web-Various/master/builders.md",
"githubissuetrackerlink": "https://github.com/craftingforchrist/Issues/issues/new",
"mapsrepository": "https://github.com/crafting-for-christ/Maps",
"contentcreatorapplink": "https://forms.gle/cvTJkYYiGtRnZqxK8",
"developerapplink": "https://forms.gle/mtTuYqp3oXVmCTpv6",
"juniorstaffapplink": "https://forms.gle/n9R1dx4R5vdPqhRP9",
"socialmediaapplink": "https://forms.gle/HXNtQC1TZ3uDHbhN6",
"builderapplink": "https://forms.gle/Sz9RXaudP2FGpLbYA",
"staffroles": ["Administrator", "Senior Staff", "Staff", "Junior Staff"],
"staffcommandchannels": ["staff", "administrators", "admin-bot-cmd", "senior-staff"],
"administrationroles": ["Administrator", "Senior Staff"],
"administrationcommandchannels": ["administrators", "admin-bot-cmd", "senior-staff"],
"welcomechannel": "general",
"broadcastchannel": "announcements",
"applicationschannel": "applications",
"eventschannel": "events",
"contentcreatorchannel": "content",
"punishmentchannel": "admin-log",
"reportschannel": "staff",
"contentcreatorapp": true,
"developerapp": true,
"juniorstaffapp": true,
"socialmediaapp": true,
"builderapp": true
}