Socket
Socket
Sign inDemoInstall

multimc-tokens

Package Overview
Dependencies
480
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    multimc-tokens

Use MultiMC to authenticate for `minecraft-protocol`


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Install size
158 MB
Created
Weekly downloads
 

Readme

Source

MultiMC Tokens

Use MultiMC to authenticate for minecraft-protocol

Example Code

import {use} from "multimc-tokens";
let client = use({
    multimc_location: "D:\\MultiMC", // Optional on linux.
    username: "Sascha_T",            // Optional.
    host: "localhost",               // You can also add other options as you would normally.
    port: 25565                      // ^
});

use function

The main argument is an array and can contain 2 optional things:
multimc_location: Location of the MultiMC installation
username: Username (not email) of the user (if not specified or not found it defaults to the first profile found);

Mind you, this was written late at night so it might be a little unpolished.
This README will be expanded later

FAQs

Last updated on 26 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc