cteNEV0.2/server/config/firstjoinmessage.json5

7 lines
497 B
Plaintext
Raw Normal View History

2024-09-04 18:24:52 -07:00
{
// The message players will receive when they join a world for the first time.
"firstJoinMessage": "You wake up in an unfamiliar place. Press H to access your menu wheel!",
// 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": 13
}