added jumpDive game

This commit is contained in:
2025-03-03 01:28:29 +01:00
parent 3f2ba1e428
commit 5ca8ad8bd7
7 changed files with 156 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public class PlayerLoginHandler implements EventListener<AsyncPlayerConfiguratio
MoveInstance.move(p, Hub.INSTANCE);
}
},
TaskSchedule.seconds(5),
TaskSchedule.seconds(1),
TaskSchedule.stop()
);