I need help stopping time, im sure it has to do with tickrate, but i dont know much

Started by Mathew118 on

Topic category: Mod ideas exchange

Last seen on 18:06, 8. Jul 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help stopping time, im sure it has to do with tickrate, but i dont know much

Im working on a mod that can stop time for version 1.14.4 and everytthing is pretty much done i just need a string of custom code that "stops time", which i dont know how to do because i only took like one semester of computer programming, can anybody provide said code for me? if so this would help out BIG time, once im done ill make sure everything is good and release it to the public.

Last seen on 17:02, 24. Jan 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This effectively pauses the…
Fri, 02/21/2020 - 23:16

This effectively pauses the game for the number of ticks (4500). Change it to whatever you want.

Execute command:

try{Thread.sleep(4500);}catch(InterruptedException ex){Thread.currentThread().interrupt();}

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It actually pauses the game,…
Sat, 02/22/2020 - 01:42

It actually pauses the game, like lag, so.....

Last seen on 18:06, 8. Jul 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ill try it out
Sat, 02/22/2020 - 02:06

ill try it out

Last seen on 08:13, 21. Jun 2021
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do you want to stop all mobs…
Sat, 03/07/2020 - 07:00

do you want to stop all mobs from moving aswell? if just block updates, you can change the tick speed. otherwise, not sure if you can implement this properly

Last seen on 18:57, 20. Oct 2023
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think he means something…
Tue, 03/10/2020 - 13:25

I think he means something like the world from jojo's bizarre adventure where everything around you cannot move but you can.

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thats what I want to do, can…
Sat, 04/25/2020 - 17:08

Thats what I want to do, can you slide the code for that

Last seen on 03:12, 31. Jul 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could just use the /tick…
Fri, 06/12/2020 - 01:48

You could just use the /tick command to set the tick speed to zero, then the entire game would be frozen but mobs and the player,

and if you want mobs to be frozen you can use the slowness potion effect or the NoAI NBT data

Last seen on 18:06, 8. Jul 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i finished it a while back…
Wed, 07/01/2020 - 02:38

i finished it a while back but im trying to update it to 1.15.2 now, if you wanna try out my AbilityArrow mod i can send it to you through discord but rn its at 1.14.4