UNPKG

mineflayer-auto-auth

Version:

Automatic mineflayer bot registration/login on server

10 lines (7 loc) 170 B
module.exports = (type, password) => { let command = '/' + type + ' ' + password; if(type === 'register') { command += ' ' + password; } return command; };