-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
69 lines (60 loc) · 1.82 KB
/
config.ini
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
[server]
server = 127.0.0.1
port = 64738
[bot]
username = AMumbleBot
comment = <b>Commands</b><br />!play [plays playlist]<br />!play <url><br />!stop<br />!add <url><br />!remove<br />!skip<br />!shuffle<br />!volume <0-10><br />!mute<br />!unmute<br />!join<br />!flip<br />!roll
autoreconnect = True
volume = 0.1
# set to None for no certificate/keyfile
certfile = None
keyfile = None
[other]
admins = Admin;Admin2;Admin3
urlwhitelist = False
whitelistedurls = youtube.com;youtu.be
blacklistedurls = example.org;example.net
allowedfiletypes = mp3;wma;ogg;wav;flac;m4a
[commands]
# use command;admin to make command admin only
play = play
stop = stop;admin
add = add
remove = remove;admin
skip = skip
shuffle = shuffle
volume = volume
mute = mute;admin
unmute = unmute;admin
join = join
help = help
kill = kill;admin
flip = flip
roll = roll
customcmdone = custommsg
customcmdtwo = custommsgtwo
[notifications]
notices = True
playingnow = Currently playing
# change any value below to None to disable specific notice
nowplaying = Playback started.
stoppedplaying = None
invalidcommand = Invalid Command.
invalidurl = Invalid URL or is not allowed.
emptyplaylist = No songs in playlist.
volumeset = Volume set.
volumehigh = Are you insane? That is way too high. (0-10)
volumeerror = Volume must be between 0-10.
volumemuted = Volume muted.
botmuted = Muted.
botunmuted = Unmuted.
addedsong = Successfully added
skipsong = None
removefromplaylist = Song removed from playlist.
shuffleplaylist = Playlist shuffled.
help = There will be no help for you.
permission = This action requires admin.
flip = %s flipped a coin and it landed on %s.
roll = %s rolled a six-sided die and it landed on %s.
custommsgone = Set this to what you want
custommsgtwo = Set this to what you want