#(Danjoe3) Is time still moving if we've stopped time?

1 messages · Page 1 of 1 (latest)

neon silo
#

Hi there,

Yes, the title makes it sound ridiculous! However, I have a time system on my server that shows the time and is linked to every world. What I'm attempting to accomplish is to make the spawn world always be at night, but still have time going.
Each world being

  • Spawn world (time stopped)
  • Resource world (Resets every 6 hours)
  • Arena (time stopped)
    Would it help to make a new world, call it time, and then synchronize that world's time with the others? Is there a different way to accomplish this?
wild sigilBOT
#

(Danjoe3) Is time still moving if we've stopped time?

wild sigilBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

glacial owl
#

Ingame world time is not moving if you stopped the ingame time.

#

But only for a specific world

#

I could tell you more if I would know how your system work

neon silo
sharp thunder
#

stop the world's time and have an on tick event that increases a flag on that world by 1

#

gg you've got a new time tick clock per world even with its time stopped

glacial owl
#

@neon silo, you can freeze the players time and set it to night on your spawn worlds (and have that 'global' time still going)

#

!c time

mystic starBOT
# glacial owl !c time
Group

world

Syntax

time ({global}/player) [<time-duration>/reset] (<world>) (reset:<duration>) (freeze)

Short Description

Changes the current time in the minecraft world.

Description

Changes the current time in a world or the time that a player sees the world in.
If no world is specified, defaults to the NPCs world. If no NPC is available,
defaults to the player's world. If no player is available, an error will be thrown.

If 'player' is specified, this will change their personal time.
This is separate from the global time, and does not affect other players.
When that player logs off, their time will be reset to the global time.
Additionally, you may instead specify 'reset' ...

glacial owl
#

That way time and tick events still run - but for a player it will be always night.

#

ie do it when they teleport into the spawn world or join the server on the spawn world

paper fractalBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@neon silo