HomeJavaModsCustomDay
CustomDay

CustomDay is a powerful yet lightweight plugin that gives you complete control over your server's day-night cycle. Whether you want to create longer, more dangerous nights for an RPG server, set a permanent daytime for a creative world, or synchronize your server's time with the real world, CustomDay provides a simple and intuitive solution.

Stop being bound by Minecraft's default 20-minute cycle and create the perfect atmosphere for your community!


✨ Core Features


💻 Commands & Permissions

The main command is /customday, with aliases /cd and /day. The primary permission for all commands is customday.admin.

Command Description
/cd setday <minutes> Sets the duration of the daytime and enables Custom mode.
/cd setnight <minutes> Sets the duration of the nighttime and enables Custom mode.
/cd sync <timezone> Sets a new timezone and enables Real-Time Sync mode.
/cd sync on Enables Real-Time Sync with the currently saved timezone.
/cd sync off Disables Real-Time Sync and switches to Custom mode.
/cd reload Reloads the plugin's configuration file.

🔧 Configuration

The configuration is designed to be clean and easy to manage. You can manually set your preferred mode and durations, and the commands will update the file for you.

Example config.yml:

# The main operating mode of the plugin.
# Available modes: CUSTOM_DURATION, REAL_TIME_SYNC
mode: "CUSTOM_DURATION"

# Settings for the CUSTOM_DURATION mode.
custom-duration:
  # Duration of the daytime in real-world minutes.
  day-minutes: 10
  # Duration of the nighttime in real-world minutes.
  night-minutes: 10

# Settings for the REAL_TIME_SYNC mode.
real-time-sync:
  # This switch is controlled via '/customday sync <on|off>'
  enabled: false
  # The timezone to sync with. Find IDs here:
  # [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
  timezone: "UTC"
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more