2024-07-23 11:54:36 +02:00
# Which channels to load on startup.
2023-09-08 01:13:49 +02:00
forceLoad :
- lobby
- test/awkward
2024-07-23 11:54:36 +02:00
# Default channel settings for lobby channels.
2023-09-07 01:27:56 +02:00
lobbySettings :
2023-09-08 01:13:49 +02:00
lobby : true
chat : true
crownsolo : false
2023-09-10 07:33:17 +02:00
visible : true
2023-09-11 06:29:26 +02:00
color : "#73b3cc"
color2 : "#273546"
2024-07-23 11:54:36 +02:00
# Default channel settings for normal user-created channels.
# Note that this allows for channel settings users can't set, like visible and lobby.
2023-09-09 11:06:27 +02:00
defaultSettings :
chat : true
crownsolo : false
2023-09-11 06:29:26 +02:00
color : "#3b5054"
color2 : "#001014"
2023-09-09 11:06:27 +02:00
visible : true
2024-07-23 11:54:36 +02:00
# Regex patterns for lobby channel names.
# Any channel name that matches any of these patterns will be considered a lobby channel on instantiation.
2023-09-07 22:59:18 +02:00
lobbyRegexes :
2024-07-10 23:02:42 +02:00
- ^lobby[0-9][0-9]$
- ^lobby[0-9]$
- ^lobby$
2024-07-11 01:04:42 +02:00
- ^lobbyNaN$
2024-07-10 23:02:42 +02:00
- ^test/.+$
2024-07-23 11:54:36 +02:00
# The channel to use for the lobby backdoor.
2024-07-10 23:02:42 +02:00
lobbyBackdoor : lolwutsecretlobbybackdoor
2024-07-23 11:54:36 +02:00
# The channel that users get sent to when they are banned from a channel/join a channel they are already banned in/join a channel that is full and not a regular lobby.
# This will not be used for real lobby channels. (channels that start with "lobby" and may have numbers on the end)
2024-07-10 23:02:42 +02:00
fullChannel : test/awkward
2024-07-23 11:54:36 +02:00
# Whether or not to publish channel user limits in the channel list.
2024-07-10 23:02:42 +02:00
sendLimit : false
2024-07-23 11:54:36 +02:00
# Whether or not to send tags to users.
# TODO This likely doesn't belong here
2024-07-10 23:02:42 +02:00
sendTags : false
2024-07-23 11:54:36 +02:00
# Whether to give a user the crown when they join a channel they were already the owner of when they left.
# Reportedly, this is a feature on the original server, but it's not working there.
# This is corrected in MPP.net's server.
2024-07-13 08:34:31 +02:00
chownOnRejoin : true