Minecraft CustomTime mod 2026 download
logo
minecraft mod CustomTime

CustomTime

Game Version: 1.17
Total Downloads: 14,444
Updated: Aug 5, 2021
Created: Jun 3, 2015
Download CustomTimeDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
CustomTime 2.1.1 release 12.17 KB Aug 5, 2021 1.17 0 download CustomTime CustomTime 2.1.1 releaseDownload
CustomTime 2.1 release 11.82 KB Jul 31, 2021 1.17 104 download CustomTime CustomTime 2.1 releaseDownload
CustomTime 2.0 release 26.48 KB Jul 12, 2020 1.16 3,905 download CustomTime CustomTime 2.0 releaseDownload
CustomTime-1.3.3.jar release 13.12 KB Sep 2, 2016 1.10 4,938 download CustomTime CustomTime-1.3.3.jar releaseDownload
CustomTime-1.3.2.jar release 12.85 KB Apr 30, 2016 1.9 1,054 download CustomTime CustomTime-1.3.2.jar releaseDownload
CustomTime-1.3.1.jar release 12.54 KB Apr 10, 2016 1.9 281 download CustomTime CustomTime-1.3.1.jar releaseDownload
CustomTime-1.3.jar release 12.50 KB Aug 28, 2015 1.8.1 2,279 download CustomTime CustomTime-1.3.jar releaseDownload
CustomTime-1.2.2.jar release 10.98 KB Jul 12, 2015 1.8.1 445 download CustomTime CustomTime-1.2.2.jar releaseDownload
CustomTime-1.2.1.jar release 10.85 KB Jun 27, 2015 1.8.1 253 download CustomTime CustomTime-1.2.1.jar releaseDownload
CustomTime-1.2.0.jar release 9.28 KB Jun 15, 2015 1.8.1 220 download CustomTime CustomTime-1.2.0.jar releaseDownload
CustomTime-1.1.1.jar release 8.19 KB Jun 11, 2015 1.8.1 161 download CustomTime CustomTime-1.1.1.jar releaseDownload
CustomTime-1.1.0.jar release 7.08 KB Jun 5, 2015 1.8.1 207 download CustomTime CustomTime-1.1.0.jar releaseDownload
CustomTime-1.0.2.jar release 6.52 KB Jun 3, 2015 1.8.1 203 download CustomTime CustomTime-1.0.2.jar releaseDownload
CustomTime-1.0.1.jar release 6.51 KB Jun 3, 2015 1.8.1 133 download CustomTime CustomTime-1.0.1.jar releaseDownload
CustomTime-1.0.jar release 6.45 KB Jun 3, 2015 1.8.1 261 download CustomTime CustomTime-1.0.jar releaseDownload

Screenshots

Description

Share this:

CustomTime

Version 2.0

By jcv8000

Built on spigot-api-1.16.1-R0.1-SNAPSHOT
Updated for 1.16.1

CustomTime is a simple plugin used to control the day/night cycle. You can speed up or slow down time any way you like.

You can set day or night separately to last a certain number of real-life seconds, minutes, hours, or days, or you can specify a multiplier like '2x' to make time move 2x as fast.

The values for length/multiplier can be decimals. Setting the multiplier less than 1 slows down time, greater than 1 speeds up time.

 Worlds can be controlled individually, and supports other worlds created by plugins like MultiVerse. They can't be nether or end worlds though.

 

Commands:

The command structure has been rewritten to be a lot simpler.

Typing ' /ct ' by itself will display information about the day/night cycle for all worlds that it is affecting.

This is the general usage of the command:

/ct [day/night] [value][s/m/h/d/x] [world (optional)]

s = seconds, m = minutes, h = hours, d = days, using x will apply that number as a multiplier.

(Leaving the [world] parameter blank uses the world that the player is currently in. If left blank in the console it uses the level-name from server.properties)

 

Example: If you wanted to make the day/night cycle last 24 real hours (in the default world), you would do this:

/ct day 12h
/ct night 12h

Example: Make day and night last 10 seconds each in a MultiVerse world called 'testWorld':

/ct day 10s testWorld
/ct night 10s testWorld

 

Installation:

Just download the latest .jar file and put it in your server's "plugins" folder.

 

Permissions:

The permission node customtime.* gives that user/group access to use '/ct' and change the day/night cycle

 

2.0 Update Information:
I rewrote the whole plugin from scratch with a lot more knowledge about programming this time, and fixed a lot of problems.

The command structure has been greatly simplified and reduced the command logic from about 720 lines of code to about 250 lines. The plugin no longer has separate permissions for setting/reading which makes it a little more straightforward. The repeating function that applies time changes has been optimized.

 

One problem I realized was probably happening was that, if you have multiple worlds using slowed-down time, they would not be moving at the correct pace. This time each world in effect of the plugin has their own separate variable to keep track of when they need to increase time, so this should work fine now.

 

Sleeping should also work now, and it will wait a few seconds before changing to the morning like vanilla does.

I also added autocomplete to the /ct command, so when using the command in game it will show what values can be put where.

 

The config.yml structure has been completely changed, so I would recommend deleting it and manually setting your previous day/night cycle settings manually with the new version

Comments

Add a comment