Updated Resetting plot biomes (markdown)

Jesse Boyd 2015-08-04 04:09:59 +10:00
parent aa8817d88b
commit 71251abf5a

@ -3,6 +3,7 @@ Download: https://www.dropbox.com/s/axvgoqd9swoe8m1/setbiomes.js?dl=0
```javascript
/*
This script will reset all biomes in claimed plots
/plot debugexec runasync setbiomes.js Forest
*/
var plots = PS.sortPlots(PS.getPlots());
for (var i = 0; i < plots.size(); i++) {