0.0.5 • Published 4 years ago

minecraft-realms v0.0.5

Weekly downloads
3
License
GNU General Publi...
Repository
github
Last release
4 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

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago