2.0.7 • Published 9 years ago

mineplex-api-wrapper v2.0.7

Weekly downloads
135
License
-
Repository
-
Last release
9 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

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.2.15

9 years ago

1.2.14

9 years ago

1.2.13

10 years ago

1.2.12

10 years ago

1.2.11

10 years ago

1.2.10

10 years ago

1.2.9

10 years ago

1.2.8

10 years ago

1.2.7

10 years ago

1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago