forked from wmantly/mc-bot-town
Merge branch 'master' of ssh://git.theta42.com:2222/wmantly/mc-bot-town
This commit is contained in:
commit
8170b92890
76
ops/conf.js
Normal file
76
ops/conf.js
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
module.exports = {
|
||||||
|
"mc":{
|
||||||
|
// "server": "mc14",
|
||||||
|
"bots": {
|
||||||
|
"art": {
|
||||||
|
"username": "art@vm42.us",
|
||||||
|
"password": "no",
|
||||||
|
"commands": ['fun', 'invite', 'default'],
|
||||||
|
"auth": "microsoft",
|
||||||
|
"autoConnect": true,
|
||||||
|
"__autoReConnect": true
|
||||||
|
},
|
||||||
|
"owen": {
|
||||||
|
"username": "owen_shorts@vm42.us",
|
||||||
|
"password": "no",
|
||||||
|
"commands": ['fun', 'invite', 'default',],
|
||||||
|
"auth": "microsoft",
|
||||||
|
"autoConnect": false,
|
||||||
|
"__autoReConnect": false
|
||||||
|
},
|
||||||
|
"useless666": {
|
||||||
|
"username": "william@theta42.com",
|
||||||
|
"password": "no",
|
||||||
|
"auth": "microsoft",
|
||||||
|
"autoConnect": false,
|
||||||
|
"__autoReConnect": false
|
||||||
|
},
|
||||||
|
"jimin": {
|
||||||
|
"username": "jimin@vm42.us",
|
||||||
|
"password": "no",
|
||||||
|
"auth": "microsoft",
|
||||||
|
"commands": ['invite', 'default',],
|
||||||
|
"autoConnect": false,
|
||||||
|
"__autoReConnect": false
|
||||||
|
|
||||||
|
},
|
||||||
|
"linda":{
|
||||||
|
"username": "mc1@vm42.us",
|
||||||
|
"password": "no",
|
||||||
|
"auth": "microsoft",
|
||||||
|
"commands": ['invite', 'default',],
|
||||||
|
"autoConnect": false,
|
||||||
|
"__autoReConnect": false
|
||||||
|
},
|
||||||
|
"henry":{
|
||||||
|
"username": "mc2@vm42.us",
|
||||||
|
"password": "no",
|
||||||
|
"auth": "microsoft",
|
||||||
|
"commands": ['fun', 'invite', 'default','trade',],
|
||||||
|
// "autoConnect": false,
|
||||||
|
// "__autoReConnect": false
|
||||||
|
},
|
||||||
|
"ez":{
|
||||||
|
"username": "mc3@vm42.us",
|
||||||
|
"password": "no",
|
||||||
|
"auth": "microsoft",
|
||||||
|
"commands": ['invite', 'default', 'fun', 'trade'],
|
||||||
|
// "autoConnect": false,
|
||||||
|
// "__autoReConnect": false,
|
||||||
|
},
|
||||||
|
"nova":{
|
||||||
|
"username": "mc4@vm42.us",
|
||||||
|
"password": "no",
|
||||||
|
"auth": "microsoft",
|
||||||
|
"autoConnect": false,
|
||||||
|
"__autoReConnect": false
|
||||||
|
},
|
||||||
|
// "wmantly":{
|
||||||
|
// "username": "wmantly@gmail.com",
|
||||||
|
// "password": "no",
|
||||||
|
// "auth": "microsoft",
|
||||||
|
// "commands": ['invite', 'default', 'fun', 'trade'],
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user