2014-12-13 05:52:44 +01:00
|
|
|
# MumbleDJ
|
|
|
|
# By Matthieu Grieger
|
|
|
|
# config.toml
|
|
|
|
# Copyright (c) 2014 Matthieu Grieger (MIT License)
|
|
|
|
|
2014-12-15 05:35:44 +01:00
|
|
|
[General]
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Command prefix
|
|
|
|
# DEFAULT VALUE: "!"
|
2014-12-15 05:35:44 +01:00
|
|
|
CommandPrefix = "!"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Ratio that must be met or exceeded to trigger a song skip
|
|
|
|
# DEFAULT VALUE: 0.5
|
2014-12-15 05:35:44 +01:00
|
|
|
SkipRatio = 0.5
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2015-01-03 20:31:29 +01:00
|
|
|
# Ratio that must be met or exceeded to trigger a playlist skip
|
|
|
|
# DEFAULT VALUE: 0.5
|
|
|
|
PlaylistSkipRatio = 0.5
|
|
|
|
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2014-12-15 05:35:44 +01:00
|
|
|
[Volume]
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Default volume
|
|
|
|
# DEFAULT VALUE: 0.2
|
2014-12-15 05:35:44 +01:00
|
|
|
DefaultVolume = 0.2
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Lowest volume allowed
|
|
|
|
# DEFAULT VALUE: 0.01
|
2014-12-15 05:35:44 +01:00
|
|
|
LowestVolume = 0.01
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Highest volume allowed
|
|
|
|
# DEFAULT VALUE: 0.8
|
2014-12-15 05:35:44 +01:00
|
|
|
HighestVolume = 0.8
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
|
2014-12-15 05:35:44 +01:00
|
|
|
[Aliases]
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Alias used for add command
|
|
|
|
# DEFAULT VALUE: "add"
|
2014-12-15 05:35:44 +01:00
|
|
|
AddAlias = "add"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Alias used for skip command
|
|
|
|
# DEFAULT VALUE: "skip"
|
2014-12-15 05:35:44 +01:00
|
|
|
SkipAlias = "skip"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2015-01-03 20:31:29 +01:00
|
|
|
# Alias used for playlist skip command
|
|
|
|
# DEFAULT VALUE: "skipplaylist"
|
|
|
|
SkipPlaylistAlias = "skipplaylist"
|
|
|
|
|
2014-12-13 05:52:44 +01:00
|
|
|
# Alias used for admin skip command
|
|
|
|
# DEFAULT VALUE: "forceskip"
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminSkipAlias = "forceskip"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2015-01-11 00:15:12 +01:00
|
|
|
# Alias used for help command
|
|
|
|
# DEFAULT VALUE: "help"
|
|
|
|
HelpAlias = "help"
|
|
|
|
|
2014-12-13 05:52:44 +01:00
|
|
|
# Alias used for volume command
|
|
|
|
# DEFAULT VALUE: "volume"
|
2014-12-15 05:35:44 +01:00
|
|
|
VolumeAlias = "volume"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Alias used for move command
|
|
|
|
# DEFAULT VALUE: "move"
|
2014-12-15 05:35:44 +01:00
|
|
|
MoveAlias = "move"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Alias used for reload command
|
|
|
|
# DEFAULT VALUE: "reload"
|
2014-12-15 05:35:44 +01:00
|
|
|
ReloadAlias = "reload"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2015-01-06 04:16:59 +01:00
|
|
|
# Alias used for queue reset command
|
|
|
|
# DEFAULT VALUE: "reset"
|
|
|
|
ResetAlias = "reset"
|
|
|
|
|
2015-01-10 22:03:52 +01:00
|
|
|
# Alias used for numsongs command
|
|
|
|
# DEFAULT VALUE: "numsongs"
|
|
|
|
NumSongsAlias = "numsongs"
|
|
|
|
|
2015-01-13 01:21:53 +01:00
|
|
|
# Alias used for nextsong command
|
|
|
|
# DEFAULT VALUE: "nextsong"
|
|
|
|
NextSongAlias = "nextsong"
|
|
|
|
|
2014-12-13 05:52:44 +01:00
|
|
|
# Alias used for kill command
|
|
|
|
# DEFAULT VALUE: "kill"
|
2014-12-15 05:35:44 +01:00
|
|
|
KillAlias = "kill"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
|
2014-12-15 05:35:44 +01:00
|
|
|
[Permissions]
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Enable admins
|
|
|
|
# DEFAULT VALUE: true
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminsEnabled = true
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# List of admins
|
|
|
|
# NOTE: I recommend only giving users admin privileges if they are registered
|
|
|
|
# on the server. Otherwise people can just take their username and issue admin
|
|
|
|
# commands.
|
2014-12-15 05:35:44 +01:00
|
|
|
# SYNTAX: In order to specify multiple admins, repeat the Admins="username"
|
|
|
|
# line of code. Each line has one username, and an unlimited amount of usernames may
|
2014-12-16 01:40:58 +01:00
|
|
|
# be entered in this matter.
|
2014-12-15 05:35:44 +01:00
|
|
|
Admins = "Matt"
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Make add an admin command?
|
|
|
|
# DEFAULT VALUE: false
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminAdd = false
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2015-01-03 20:31:29 +01:00
|
|
|
# Make playlist adds an admin only action?
|
|
|
|
# DEFAULT VALUE: false
|
|
|
|
AdminAddPlaylists = false
|
|
|
|
|
2014-12-13 05:52:44 +01:00
|
|
|
# Make skip an admin command?
|
|
|
|
# DEFAULT VALUE: false
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminSkip = false
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2015-01-11 00:15:12 +01:00
|
|
|
# Make help an admin command?
|
|
|
|
# DEFAULT VALUE: false
|
|
|
|
AdminHelp = false
|
|
|
|
|
2014-12-13 05:52:44 +01:00
|
|
|
# Make volume an admin command?
|
|
|
|
# DEFAULT VALUE: false
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminVolume = false
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Make move an admin command?
|
|
|
|
# DEFAULT VALUE: true
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminMove = true
|
2014-12-13 05:52:44 +01:00
|
|
|
|
|
|
|
# Make reload an admin command?
|
|
|
|
# DEFAULT VALUE: true
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminReload = true
|
2014-12-13 05:52:44 +01:00
|
|
|
|
2015-01-06 04:16:59 +01:00
|
|
|
# Make reset an admin command?
|
|
|
|
# DEFAULT VALUE: true
|
|
|
|
AdminReset = true
|
|
|
|
|
2015-01-10 22:03:52 +01:00
|
|
|
# Make numsongs an admin command?
|
|
|
|
# DEFAULT VALUE: false
|
|
|
|
AdminNumSongs = false
|
|
|
|
|
2015-01-13 01:21:53 +01:00
|
|
|
# Make nextsong an admin command?
|
|
|
|
# DEFAULT VALUE: false
|
|
|
|
AdminNextSong = false
|
|
|
|
|
2014-12-13 05:52:44 +01:00
|
|
|
# Make kill an admin command?
|
|
|
|
# DEFAULT VALUE: true (I recommend never changing this to false)
|
2014-12-15 05:35:44 +01:00
|
|
|
AdminKill = true
|