Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 5 down vote accepted

Yes, if you are running Minecraft 1.3, simply press the T 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.

share|improve this answer
I've tried that but nothing happens :( – JimDel Aug 8 '12 at 0:26
Is a button needed to open the console before typing in the command? – murgatroid99 Aug 8 '12 at 0:47
@murgatroid99 Yes, the t key. Added it to the answer. – user3389 Aug 8 '12 at 1:40
I also want to add that you have to enable cheats for this to work Which on creative is automatically enabled but on survival isnt – Serge Bekenkamp Aug 8 '12 at 1:46
Shoot, that still doesn't work for me. I am on creative but maybe my cheats aren't on. How do i do that please? – JimDel Aug 8 '12 at 15:04
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.