Important : All provided values are just examples. Do not copy them, instead use your own ones!
Required values are: server_name
, nice_name
& direct_ip
Key
Description
Example value
message_formats
Regex for chat messages sent by players
see below
[
" ^§[a-f0-9](?<level>\\ d+)(| §[a-f0-9](?<rank>\\ S+)) §e(?<sender>[a-zA-Z0-9_]{2,16}) §f(?<message>.*)$"
]
Key
Description
Example value
name
*
Gamemode nice name
"JumpWorld"
color
*
Brand color
"#ADD8E6"
url
Gamemode description url / website related to the gamemode
"https://www.timolia.de/games#jumpworld"
command
e.g. quickjoin-command
"/quickjoin jumpworld"
versions
Restrict supported Minecraft versions for the gamemode
"1.17<1.19.1"
, "1.8<*"
Required values are: name
& color
We only support direct discord invite links, such as https://discord.gg/Wbg7rArky7 or https://discord.gg/labymod . Links
like https://labymod.net/dc are only supported for partner servers.
Why? Links directly from Discord can be validated well by us for up-to-dateness.
Example manifest.json file
{
"server_name" : " laby" ,
"nice_name" : " LabyMod" ,
"direct_ip" : " play.laby.net" ,
"server_wildcards" : [
" %.laby.net"
],
"supported_languages" : [
" en" ,
" de"
],
"social" : {
"web" : " https://labymod.net" ,
"web_shop" : " https://labymod.net/shop" ,
"web_support" : " https://labymod.net/support" ,
"twitter" : " LabyMod" ,
"tiktok" : " LabyMod" ,
"facebook" : " LabyMod" ,
"instagram" : " LabyMod" ,
"discord" : " https://discord.gg/labymod" ,
"youtube" : " https://www.youtube.com/channel/UCSamgE1KYvC7qZn56T0J2yg" ,
"teamspeak" : " ts.labymod.net"
},
"gamemodes" : {
"jumpworld" : {
"name" : " JumpWorld" ,
"color" : " #FFA500" ,
"url" : " https://www.timolia.de/games#jumpworld" ,
"command" : " /quickjoin jumpworld16" ,
"versions" : " 1.17<*"
},
"dna" : {
"name" : " DNA" ,
"color" : " #ADD8E6" ,
"url" : " https://www.timolia.de/games#dna" ,
"command" : " /quickjoin dna" ,
"versions" : " 1.8<*"
}
},
"chat" : {
"message_formats" : [
" ^§[a-f0-9](?<level>\\ d+)( \\ ||§8 \\ |) §[a-f0-9](?<sender>[a-zA-Z0-9_]{2,16})§r§7: §f(?<message>.*)$"
]
},
"discord" : {
"server_id" : 260471731809026048 ,
"rename_to_minecraft_name" : false
},
"brand" : {
"primary" : " #008FE8" ,
"background" : " #0A56A5" ,
"text" : " #FFFFFF"
},
"location" : {
"city" : " Walldorf" ,
"country" : " Germany" ,
"country_code" : " DE"
},
"yt_trailer" : " 8asFIRe2HSw" ,
"user_stats" : " https://laby.net/@{userName}" ,
"command_delay" : 3000
}