-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
30 lines (30 loc) · 846 Bytes
/
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
{
"server": {
"name": "GoulpLoader",
"banner": "img/banner.png"
},
"plugins" : {
"slideshow" : {
"active" : false,
"speed" : 1000,
"time" : 5000,
"random" : false,
"image" : [
"http://i.ytimg.com/vi/4LRvEYsZNfY/maxresdefault.jpg",
"http://cloud-4.steampowered.com/ugc/510328173857488907/D3C86C34DCE410D2C4ED0C3AA06F7ED41ECF468A/",
"http://i.ytimg.com/vi/66_hi3AfwT0/maxresdefault.jpg"
]
},
"music" : {
"active" : false,
"file" : "example.wav",
"volume" : 0.1,
"title" : "Example Song"
}
},
"rules": [
{"line" : "HERE ARE ALL THE RULES YOU WANT TO SHOW TO YOUR USERS."},
{"line" : "THERE IS A LIMIT OF 8 LINES."},
{"line" : "DON'T USE THE <b><br></b> TAG TO JUMP LINES. IT WILL BE DONE AUTOMATICALLY!!!"}
]
}