Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Post History
Yes, it's possible to reverse time in Minecraft. You can do so by using a negative integer in a /time add command. /time add -1000 While a /time subtract doesn't exist, you may still use any in...
Answer
#1: Initial revision
Yes, it's possible to reverse time in Minecraft. You can do so by using a negative integer in a `/time add` command. ```none /time add -1000 ``` While a `/time subtract` doesn't exist, you may still use any integer in `/time add` as there's no restriction to using non-negative integers for the command.