Is there a way to change time in creative mode of Minecraft?

Is there a way to change time in creative mode of Minecraft? Its so hard to find info because things change so fast and old posts aren't removed. So i apologize if this is a repeat.


Yes, if you are running Minecraft 1.3 and above, simply press the T or / key to open the console, type /time set <TIME-OF-DAY>, and press enter.

However, <TIME-OF-DAY> is in ticks. This means the start of the day is 0, nightfall is 12000, and the end of the day is 24000.


Does this not work for you? Here is a possible fix (WINDOWS ONLY):

  1. Download NBTEdit
  2. Make sure Minecraft is CLOSED. Not just on the main menu. CLOSED.
  3. Now you need to get the path to your Minecraft level file, and chances are its location (AppData) is hidden. Do this:
    1. Press the windows key + R and the Run window should come up.
    2. Type in %appdata%.
    3. The Windows Explorer will open, and the folder .minecraft should be near the top. Open it, and then open saves.
    4. Copy the path in the address bar.
  4. Open up NBTEdit. In the menu bar, click File, then click Open. In the address bar, paste the path you copied.
  5. Now, browser to your level's folder. Inside of it, you should find level.dat. Open it into NBTEdit.
  6. If your world has been run on a 1.3 client, it should say Data: 21 entries. Expand that node, and at the very top, chances are it says allowCommands: 0. If it is missing, you must play that world on a 1.3 client. If it says allowCommands: 1, then commands should already work.
  7. Click on allowCommands. Then click on the Pencil in the tool strip. For a value, enter in 1. Now, click File and Save.
  8. That's it! The solution above should now work in your world.

If you know how to make the above solution work in other operating systems, feel free to edit it.