1
0
Fork 0

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

View file

@ -1,5 +1,5 @@
import { createClient } from "minecraft-protocol";
import { default as settings } from './settings.json' with {type: "json"}
import { default as settings } from './settings.js'
import generateUser from './util/usergen.js'
import EventEmitter from 'node:events'
import { readdirSync } from "node:fs";