mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Added motd_format.json so that it Crafty would find it instead of creating an error
This commit is contained in:
parent
e7f73732f1
commit
5cb21064d5
24
app/config/motd_format.json
Normal file
24
app/config/motd_format.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"dark_red":"§4",
|
||||
"red":"§c",
|
||||
"gold":"§6",
|
||||
"yellow":"§e",
|
||||
"dark_green":"§2",
|
||||
"green":"§a",
|
||||
"aqua":"§b",
|
||||
"dark_aqua":"§3",
|
||||
"dark_blue":"§1",
|
||||
"blue":"§9",
|
||||
"light_purple":"§d",
|
||||
"dark_purple":"§5",
|
||||
"white":"§f",
|
||||
"gray":"§7",
|
||||
"dark_gray":"§8",
|
||||
"black":"§0",
|
||||
"reset":"§r",
|
||||
"bold":"§l",
|
||||
"italic":"§o",
|
||||
"underlined":"§n",
|
||||
"strikethrough":"§m",
|
||||
"obfuscated":"§k"
|
||||
}
|
Loading…
Reference in New Issue
Block a user