Last active
April 15, 2018 16:05
-
-
Save malte-laukoetter/ca8ce8730fe5ae56c167a6f7bb489110 to your computer and use it in GitHub Desktop.
Finder für freie 100*100 Zonen auf unlimitedworld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const UwmcTools = require('uwmctools'); | |
let uwmcTool = new UwmcTools(); | |
// 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); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm install uwmctools
in dem geöffneten fenster eintippen und mit entern bestätigennode freezone.js
eintippen und mit entern bestätigen