2.0.7 • Published 7 years ago

mineplex-api-wrapper v2.0.7

Weekly downloads
135
License
-
Repository
-
Last release
7 years ago

#Mineplex API Wrapper Wrapper for the module mineplex-api (which is also a wrapper). Weird.

var config = require('./config');
var MineplexAPI = require('mineplex-api-wrapper');
var api = new MineplexAPI(config.token);

api.getPlayerInfo('Artix', (err, res)=>{
    if(err) return console.log('Could not get player info for Artix: ' + err);
    
    console.log(JSON.stringify(res));
});

#Installation

$npm install mineplex-api-wrapper

#"Features"

  • Prettified methods for mineplex-api so your code makes slightly more sense
  • Rank name conversion, rank permission checking
  • Minecraft chat JSON to colored output (with chalk)
2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.15

7 years ago

1.2.14

7 years ago

1.2.13

7 years ago

1.2.12

7 years ago

1.2.11

7 years ago

1.2.10

7 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago