ferdinland-server-config/firstjoinmessage.json5
2025-03-04 10:06:01 -06:00

12 lines
1.1 KiB
Plaintext

{
// The message players will receive when they join a world for the first time. To disable, leave it empty.
"firstJoinMessage": "Looks like it's you first time here. We can't wait to explore the Commonwealth with you!",
// The colour of the message. The possible values are; 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
"firstJoinMessageTextFormattingColourIndex": 2,
// A message that's broadcasted to the server when a player joins for the first time. To disable, leave it empty. %s can be used in place of the player name.
"serverBroadcastMessage": "Looks like the Commonwealth has a new member. Let's give %s a warm welcome!",
// The colour of the message. The possible values are; 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
"serverBroadcastMessageTextFormattingColourIndex": 3
}