forked from 7cc5c4f330d47060/botv12-legacy
Rename the settings file to JS
This commit is contained in:
parent
9f789fccb1
commit
e87b2bbe2b
15 changed files with 52 additions and 44 deletions
37
settings_example.js
Normal file
37
settings_example.js
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue