mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-22 23:31:40 +01:00
Version 1.1.1-SNAPSHOT (develop)
Rather than releasing a minor version, we will release a bug-fix focused one.
This commit is contained in:
parent
5f49e2b17b
commit
6155a8cf80
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>world.bentobox</groupId>
|
||||
<artifactId>bentobox</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
|
||||
<name>BentoBox</name>
|
||||
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>
|
||||
|
@ -90,7 +90,7 @@ public class Settings implements DataObject {
|
||||
@ConfigComment("It can be spammy if there are a lot of superflat chunks to regenerate.")
|
||||
@ConfigComment("However, as superflat chunks regeneration can be performance-intensive, it is recommended to keep")
|
||||
@ConfigComment("this setting set to true, as it will help you know if there are regenerations taking place.")
|
||||
@ConfigEntry(path = "logs.clean-super-flat-chunks", since = "1.1")
|
||||
@ConfigEntry(path = "logs.clean-super-flat-chunks", since = "1.1.1")
|
||||
private boolean logCleanSuperFlatChunks = true;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user