mc_autobot/config.js
2023-03-26 17:02:24 +07:00

10 lines
No EOL
203 B
JavaScript

export default class Config {
static mc = {
bot: {
host: "localhost",
port: 25565,
username: "__farmadon",
version: "1.18.1",
}
}
}