This commit is contained in:
Andrew 2023-03-26 17:02:24 +07:00
commit 273aaf31ee
7 changed files with 1048 additions and 0 deletions

10
config.js Normal file
View file

@ -0,0 +1,10 @@
export default class Config {
static mc = {
bot: {
host: "localhost",
port: 25565,
username: "__farmadon",
version: "1.18.1",
}
}
}