0.0.5 • Published 5 years ago

minecraft-realms v0.0.5

Weekly downloads
3
License
GNU General Publi...
Repository
github
Last release
5 years ago

Realms Client API

Realms Control module for Node.JS

Main Class

const Realms = require("minecraft-realms").Client;

var realms = new Realms("token:$ACCESS_TOKEN:$UUID","1.14.4","$NAME");
//Replace $ACCESS_TOKEN to you access token and $UUID and $NAME. From launcher profiles or Mojang Auth API.
//For more info see https://wiki.vg/Authentication

if (realms.availability == true){
    console.log("Realms available for this user");
}
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago