add config files
This commit is contained in:
parent
2333e3b581
commit
2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions
27
config/welcomemessage.json5
Normal file
27
config/welcomemessage.json5
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
// 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": false,
|
||||
// The first message a player will receive when joining the world. Can be left empty.
|
||||
"messageOneText": "Welcome to the server! Dont forget that proximity VC is enabled by default",
|
||||
// 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": 13,
|
||||
// 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 here to download the texture pack for custom blocks and items!",
|
||||
// 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": "REPLACE_RP_LINK",
|
||||
// The third message a player will receive when joining the world. Can be left empty.
|
||||
"messageThreeText": "Join our discord server for announcements: do /discord for invite",
|
||||
// 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": 7,
|
||||
// If a link is entered here, the complete message will be clickable.
|
||||
"messageThreeOptionalURL": ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue