2.8.5 • Published 5 years ago

uwmctools v2.8.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

unlimitedworld.de tools of Lergin.de

Documentation available at: https://lergin.github.io/uwmctools/uwmctools/2.7.1/

Usage

const UwmcTools = require('uwmctools');

// init the module
let uwmctool = new UwmcTools();

// get the data from the playerlist
const playerListData = await uwmctool.getPlayerListData();

// get the data about the plots
const plotListData = await uwmctool.getPlotListData();

// get the data about the zones
const zoneListData = await uwmctool.getZoneListData();

// get the data from the votelist
const voteListData = await uwmctool.getVoteListData();

// get all free zones of an area greater than 100*100 blocks
let length = 100;
let width = 100;

uwmcTool.getFreeZones(length, width).then(function(res){
     console.log(res);
});

For more usage you can look into the backend_scripts folder.

Requirements

  • Nodejs 7.0.0

Node-Modules

  • request
2.8.5

5 years ago

2.8.4

6 years ago

2.8.3

7 years ago

2.8.2

7 years ago

2.8.0

7 years ago

2.7.5

7 years ago

2.7.4

7 years ago

2.7.3

7 years ago

2.7.2

7 years ago

2.7.1

7 years ago

2.6.0

7 years ago

2.4.4

7 years ago

2.4.3

8 years ago

2.4.2

8 years ago

2.4.1

8 years ago

2.4.0

8 years ago

2.3.6

8 years ago

2.3.5

8 years ago

2.3.4

8 years ago

2.3.3

8 years ago

2.3.2

8 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.11

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago