We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7108d12 commit 80cae44Copy full SHA for 80cae44
src/main/kotlin/li/angu/challengeplugin/managers/ChallengeManager.kt
@@ -306,6 +306,9 @@ class ChallengeManager(private val plugin: ChallengePluginPlugin) {
306
307
// Apply challenge settings to the world
308
if (world != null) {
309
+ // Set world time to 0 for fresh start
310
+ world.time = 0
311
+
312
challenge.applySettingsToWorld(world)
313
314
// Also apply settings to nether and end worlds
0 commit comments