mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
So that's how you're meant to do it.
This commit is contained in:
parent
f60bac0e0e
commit
0d305463fc
@ -70,7 +70,13 @@ public class WorldGenerator extends PlotGenerator {
|
|||||||
}
|
}
|
||||||
return manager;
|
return manager;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Allow spawning everywhere (up to server owners to keep it safe)
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public boolean canSpawn(World world, int x, int z) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Get a new plotworld class For square plots you can use the
|
* Get a new plotworld class For square plots you can use the
|
||||||
* DefaultPlotWorld class which comes with PlotSquared
|
* DefaultPlotWorld class which comes with PlotSquared
|
||||||
|
Loading…
Reference in New Issue
Block a user