first commit
This commit is contained in:
17
config/necronomicon.json5
Normal file
17
config/necronomicon.json5
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
// This is used to debug stuff
|
||||
"debug": false,
|
||||
// A test boolean
|
||||
"test": false,
|
||||
// A list!
|
||||
// Supports multiple values using List.of()
|
||||
"list": [
|
||||
"test",
|
||||
"test2"
|
||||
],
|
||||
"exampleColors": {
|
||||
"red": 255,
|
||||
"green": 255,
|
||||
"blue": 255
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user