Rename the settings file to JS

This commit is contained in:
7cc5c4f330d47060 2024-11-19 19:47:14 -05:00
parent 9f789fccb1
commit e87b2bbe2b
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA
15 changed files with 52 additions and 44 deletions

37
settings_example.js Normal file
View file

@ -0,0 +1,37 @@
export default {
"terminalMode": "blackTerminal_24bit",
"version_mc": "1.21.1",
"displaySubtypesToConsole": true,
"defaultLang": "en-US",
"colors": {
"secondary": "#DD99FF",
"primary": "#EECCFF",
"tertiary": "white",
"warning": "#FFAA33",
"error": "#FF6688",
"fatalError": "#BB3344"
},
"prefixes": [
"ubotesm:",
"ubotdev:",
"es\"",
"d\""
],
"servers": [
{
"host": "kaboom.pw",
"port": 25565,
"options": {
"name": "kaboom"
}
},
{
"host": "chipmunk.land",
"port": 25565,
"options": {
"name": "chipmunk"
}
}
]
}