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