UNPKG

mc-term

Version:

Play Minecraft and configure bots from the terminal

15 lines (14 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Credentials = void 0; class Credentials { auth = ''; username = ''; password = ''; server = ''; version = ''; constructor(options) { Object.assign(this, options); } } exports.Credentials = Credentials;