Add example settings

This commit is contained in:
Madeline 2024-11-03 23:15:55 -05:00
parent 83602df7e7
commit 72d4b3687e
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:oO39knK4Ms3Sk93ZEui6XuFW9LnLbXsy5kQ8I1GT9j8

30
settings_example.json Normal file
View file

@ -0,0 +1,30 @@
{
"version_mc": "1.20.4",
"terminalMode": "blackTerminal_24bit",
"colors": {
"primary": "#ffccee",
"secondary": "#ff99dd"
},
"prefixes": [
"d\"",
"ubotdev:",
"owobotdev:"
],
"servers": [
{
"host": "kaboom.pw",
"port": 25565,
"options": {
"name": "kaboom"
}
},
{
"host": "chipmunk.land",
"port": 25565,
"options": {
"name": "chipmunk"
}
}
]
}