From 0513ce9ac28441e2d6fcab51c18b0c02cd754767 Mon Sep 17 00:00:00 2001 From: Denyk Date: Sun, 22 Mar 2020 17:25:52 +0100 Subject: [PATCH] Fix island creation bug --- src/main/resources/worlds.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/worlds.yml b/src/main/resources/worlds.yml index 648de8d8..7f5e6f7e 100644 --- a/src/main/resources/worlds.yml +++ b/src/main/resources/worlds.yml @@ -3,11 +3,14 @@ World: nextAvailableLocation: x: 0.0 z: 0.0 + island_number: 0 Nether: nextAvailableLocation: x: 0.0 z: 0.0 + island_number: 0 End: nextAvailableLocation: x: 0.0 - z: 0.0 \ No newline at end of file + z: 0.0 + island_number: 0 \ No newline at end of file