All done
This commit is contained in:
commit
273aaf31ee
7 changed files with 1048 additions and 0 deletions
10
config.js
Normal file
10
config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default class Config {
|
||||
static mc = {
|
||||
bot: {
|
||||
host: "localhost",
|
||||
port: 25565,
|
||||
username: "__farmadon",
|
||||
version: "1.18.1",
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue