2.8.5 • Published 7 years ago
uwmctools v2.8.5
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
7 years ago
2.8.4
8 years ago
2.8.3
9 years ago
2.8.2
9 years ago
2.8.0
9 years ago
2.7.5
9 years ago
2.7.4
9 years ago
2.7.3
9 years ago
2.7.2
9 years ago
2.7.1
9 years ago
2.6.0
9 years ago
2.4.4
9 years ago
2.4.3
9 years ago
2.4.2
9 years ago
2.4.1
9 years ago
2.4.0
9 years ago
2.3.6
9 years ago
2.3.5
9 years ago
2.3.4
9 years ago
2.3.3
9 years ago
2.3.2
9 years ago
2.3.1
9 years ago
2.3.0
9 years ago
2.2.0
9 years ago
2.1.1
9 years ago
2.1.0
9 years ago
2.0.11
9 years ago
2.0.10
9 years ago
2.0.9
9 years ago
2.0.8
9 years ago
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