Skip to content

Commit ebe27f2

Browse files
committed
Update version annotations and documentation for island protection settings
1 parent fcaf3d1 commit ebe27f2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/world/bentobox/bentobox/api/commands/admin/purge/AdminPurgeRegionsCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ private void deletePlayerFile(File file, String description) {
202202
* Resolves the base data folder for a world, accounting for the dimension
203203
* subfolder layout.
204204
* <p>
205-
* <b>Pre-26.1 (old format):</b> Nether data lives in {@code DIM-1/} and
205+
* <b>Pre-Minecraft version 26.1 (old format):</b> Nether data lives in {@code DIM-1/} and
206206
* End data lives in {@code DIM1/} subfolders inside the world folder.
207207
* <p>
208-
* <b>26.1.1+ (new format):</b> Each dimension has its own world folder
208+
* <b>Minecraft version 26.1.1+ (new format):</b> Each dimension has its own world folder
209209
* under {@code dimensions/minecraft/} and data (region/, entities/, poi/)
210210
* lives directly in it — no DIM-1/DIM1 subfolders.
211211
*

src/main/java/world/bentobox/bentobox/api/flags/clicklisteners/IslandDefaultCycleClick.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Left-clicks increase the default island protection rank, right-clicks decrease it.
1818
* This modifies the default rank that new islands will receive for a protection flag.
1919
* @author tastybento
20-
* @since 3.2.0
20+
* @since 3.14.0
2121
*/
2222
public class IslandDefaultCycleClick implements PanelItem.ClickHandler {
2323

src/main/java/world/bentobox/bentobox/panels/settings/IslandDefaultSettingsTab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Implements a {@link Tab} that enables the default island protection settings to be changed.
2121
* These are the protection flag rank values that new islands will receive.
2222
* @author tastybento
23-
* @since 3.2.0
23+
* @since 3.14.0
2424
*/
2525
public class IslandDefaultSettingsTab extends SettingsTab implements Tab {
2626

0 commit comments

Comments
 (0)