ferdinland-server-config/welcomemessage.json5

27 lines
1.9 KiB
Plaintext
Executable File

{
// 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 to the Commonwealth of Ferdinland!",
// 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": 2,
// 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": "Click this link for modpack updates.",
// 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": 14,
// If a link is entered here, the complete message will be clickable.
"messageTwoOptionalURL": "https://modrinth.com/modpack/ferdinland-minecraft-server-client",
// The third message a player will receive when joining the world. Can be left empty.
"messageThreeText": "Hope you have a good time. Wait, what's that sound...",
// 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": 15,
// If a link is entered here, the complete message will be clickable.
"messageThreeOptionalURL": ""
}