mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-24 12:16:44 +01:00
Updated Resetting plot biomes (markdown)
parent
aa8817d88b
commit
71251abf5a
@ -3,6 +3,7 @@ Download: https://www.dropbox.com/s/axvgoqd9swoe8m1/setbiomes.js?dl=0
|
|||||||
```javascript
|
```javascript
|
||||||
/*
|
/*
|
||||||
This script will reset all biomes in claimed plots
|
This script will reset all biomes in claimed plots
|
||||||
|
/plot debugexec runasync setbiomes.js Forest
|
||||||
*/
|
*/
|
||||||
var plots = PS.sortPlots(PS.getPlots());
|
var plots = PS.sortPlots(PS.getPlots());
|
||||||
for (var i = 0; i < plots.size(); i++) {
|
for (var i = 0; i < plots.size(); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user