Add example settings
This commit is contained in:
parent
83602df7e7
commit
72d4b3687e
1 changed files with 30 additions and 0 deletions
30
settings_example.json
Normal file
30
settings_example.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue