synth.download/cerium/srv/docker/minecraft/data/config/welcomemessage.json5

27 lines
1.9 KiB
Text
Raw Normal View History

2025-12-02 12:08:38 -06:00
{
// If the mod should only run on dedicated servers. When enabled it's not sent when in a singleplayer world.
"onlyRunOnDedicatedServers": true,
// Whether an empty line should be send before to first message to separate the welcome from other chat messages that might be sent.
"sendEmptyLineBeforeFirstMessage": true,
// The first message a player will receive when joining the world. Can be left empty.
"messageOneText": "welcome back to §6§lsynthcraft§r :]]",
// 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white
// min: 0, max: 15
"messageOneColourIndex": 15,
// If a link is entered here, the complete message will be clickable.
"messageOneOptionalURL": "",
// The second message a player will receive when joining the world. Can be left empty.
"messageTwoText": "we support Simple Voice Chat!",
// 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white
// min: 0, max: 15
"messageTwoColourIndex": 11,
// If a link is entered here, the complete message will be clickable.
"messageTwoOptionalURL": "https://modrinth.com/plugin/simple-voice-chat",
// The third message a player will receive when joining the world. Can be left empty.
"messageThreeText": "view our web map here!",
// 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white
// min: 0, max: 15
"messageThreeColourIndex": 13,
// If a link is entered here, the complete message will be clickable.
"messageThreeOptionalURL": "https://minecraft.synth.download"
}