Skip to content

Commit e759e77

Browse files
committed
slower pasting spawn
1 parent 8d19be4 commit e759e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/altherneum/fr/main/scheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static void BuildSpawn() throws IOException, ParseException {
100100
}
101101

102102
if (BuildSpawn) {
103-
structure.setStructure(structure.SpawnName(ServerBootFile.getServerTypeFromYML()), "Spawn", 1, 5);
103+
structure.setStructure(structure.SpawnName(ServerBootFile.getServerTypeFromYML()), "Spawn", 20, 40);
104104
LastWorldsInit.LoadWorld();
105105
}
106106

0 commit comments

Comments
 (0)