mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-03-03 16:49:43 +01:00
Back to snapshot for development
Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
parent
2f050b7b47
commit
2f6db9c3db
@ -210,7 +210,7 @@ public class ChunkCoordinatorBuilder {
|
|||||||
* - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper).
|
* - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper).
|
||||||
*
|
*
|
||||||
* @param shouldGen should generate new chunks or not
|
* @param shouldGen should generate new chunks or not
|
||||||
* @since TODO
|
* @since 7.5.0
|
||||||
*/
|
*/
|
||||||
public @NonNull ChunkCoordinatorBuilder shouldGen(final boolean shouldGen) {
|
public @NonNull ChunkCoordinatorBuilder shouldGen(final boolean shouldGen) {
|
||||||
this.shouldGen = shouldGen;
|
this.shouldGen = shouldGen;
|
||||||
|
@ -117,7 +117,7 @@ public abstract class QueueCoordinator {
|
|||||||
* depending on server implementation. (i.e. setting to false may not actually disable generation as part of this operation
|
* depending on server implementation. (i.e. setting to false may not actually disable generation as part of this operation
|
||||||
* - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper).
|
* - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper).
|
||||||
*
|
*
|
||||||
* @since TODO
|
* @since 7.5.0
|
||||||
*/
|
*/
|
||||||
public boolean isShouldGen() {
|
public boolean isShouldGen() {
|
||||||
return shouldGen;
|
return shouldGen;
|
||||||
@ -129,7 +129,7 @@ public abstract class QueueCoordinator {
|
|||||||
* - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper).
|
* - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper).
|
||||||
*
|
*
|
||||||
* @param shouldGen should generate new chunks or not
|
* @param shouldGen should generate new chunks or not
|
||||||
* @since TODO
|
* @since 7.5.0
|
||||||
*/
|
*/
|
||||||
public void setShouldGen(boolean shouldGen) {
|
public void setShouldGen(boolean shouldGen) {
|
||||||
this.shouldGen = shouldGen;
|
this.shouldGen = shouldGen;
|
||||||
|
@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.intellectualsites.plotsquared"
|
group = "com.intellectualsites.plotsquared"
|
||||||
version = "7.5.0"
|
version = "7.5.1-SNAPSHOT"
|
||||||
|
|
||||||
if (!File("$rootDir/.git").exists()) {
|
if (!File("$rootDir/.git").exists()) {
|
||||||
logger.lifecycle("""
|
logger.lifecycle("""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user