Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 635 Bytes

File metadata and controls

18 lines (14 loc) · 635 Bytes

Summit Console Client

Join minecraft servers from console! (Currently cannot send messages)

How to use

  1. Download your code with your preffered method (git clone, download as zip...
  2. Open the downloaded code and run npm install to install required dependencies.
  3. Create a new file called credentials.json.
  4. In it type your username and password in the format { "username": "USERNAMEHERE", "password": "PASSWORDHERE", "serverip": "SERVERIP HERE" }
  5. Run npm start to start console client

Picture of Summit Console Client